Class JRExporterGridCell
java.lang.Object
net.sf.jasperreports.engine.export.JRExporterGridCell
- Direct Known Subclasses:
ElementGridCell,ElementReplacementGridCell,EmptyGridCell,OccupiedGridCell
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBox()intabstract JRPrintElementabstract Stringintabstract StringgetProperty(String propName) intabstract GridCellSizegetSize()getStyle()abstract bytegetType()intgetWidth()voidvoidsetStyle(GridCellStyle style)
-
Field Details
-
TYPE_EMPTY_CELL
public static final byte TYPE_EMPTY_CELL- See Also:
-
TYPE_OCCUPIED_CELL
public static final byte TYPE_OCCUPIED_CELL- See Also:
-
TYPE_ELEMENT_CELL
public static final byte TYPE_ELEMENT_CELL- See Also:
-
-
Constructor Details
-
JRExporterGridCell
public JRExporterGridCell() -
JRExporterGridCell
-
-
Method Details
-
getSize
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getColSpan
public int getColSpan() -
getRowSpan
public int getRowSpan() -
getStyle
-
setStyle
-
getBackcolor
-
getBox
-
setBox
-
getForecolor
-
getCellBackcolor
-
getType
public abstract byte getType() -
getElement
-
getElementAddress
-
getProperty
-