Class CellStyle
- java.lang.Object
-
- net.sf.jasperreports.engine.export.oasis.Style
-
- net.sf.jasperreports.engine.export.oasis.BorderStyle
-
- net.sf.jasperreports.engine.export.oasis.CellStyle
-
public class CellStyle extends BorderStyle
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.oasis.BorderStyle
BOTTOM_BORDER, LEFT_BORDER, RIGHT_BORDER, TOP_BORDER
-
Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style
styleWriter
-
-
Constructor Summary
Constructors Constructor Description CellStyle(WriterHelper styleWriter, JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
void
write(String cellStyleName)
-
Methods inherited from class net.sf.jasperreports.engine.export.oasis.BorderStyle
setBox, setPen, writeBorder
-
-
-
-
Constructor Detail
-
CellStyle
public CellStyle(WriterHelper styleWriter, JRExporterGridCell gridCell, boolean shrinkToFit, boolean wrapText)
-
-