Class Style
- java.lang.Object
-
- net.sf.jasperreports.engine.export.oasis.Style
-
- Direct Known Subclasses:
BorderStyle
,ColumnStyle
,GraphicStyle
,ParagraphStyle
,RowStyle
,TableStyle
public abstract class Style extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected WriterHelper
styleWriter
-
Constructor Summary
Constructors Constructor Description Style(WriterHelper styleWriter)
-
-
-
Field Detail
-
styleWriter
protected WriterHelper styleWriter
-
-
Constructor Detail
-
Style
public Style(WriterHelper styleWriter)
-
-
Method Detail
-
getId
public abstract String getId()
-
write
public abstract void write(String styleName) throws IOException
- Throws:
IOException
-
-