Class ElementGridCell
java.lang.Object
net.sf.jasperreports.engine.export.JRExporterGridCell
net.sf.jasperreports.engine.export.ElementGridCell
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.export.JRExporterGridCell
TYPE_ELEMENT_CELL, TYPE_EMPTY_CELL, TYPE_OCCUPIED_CELL -
Constructor Summary
ConstructorsConstructorDescriptionElementGridCell(JRGridLayout container, PrintElementIndex parentIndex, int elementIndex, GridCellSize size) -
Method Summary
Modifier and TypeMethodDescriptionprotected JRGridLayoutintgetProperty(String propName) getSize()Used only by XLSX exporter for now.bytegetType()voidvoidsetStyleIndex(Integer styleIndex) Used only by XLSX exporter for now.Methods inherited from class net.sf.jasperreports.engine.export.JRExporterGridCell
getBackcolor, getBox, getCellBackcolor, getColSpan, getForecolor, getHeight, getRowSpan, getStyle, getWidth, setStyle
-
Field Details
-
EXCEPTION_MESSAGE_KEY_NOT_FRAME_ELEMENT
- See Also:
-
-
Constructor Details
-
ElementGridCell
public ElementGridCell(JRGridLayout container, PrintElementIndex parentIndex, int elementIndex, GridCellSize size)
-
-
Method Details
-
getSize
- Specified by:
getSizein classJRExporterGridCell
-
getType
public byte getType()- Specified by:
getTypein classJRExporterGridCell
-
getElement
- Specified by:
getElementin classJRExporterGridCell
-
getProperty
- Specified by:
getPropertyin classJRExporterGridCell
-
getParentIndex
-
getElementIndex
public int getElementIndex() -
getElementAddress
- Specified by:
getElementAddressin classJRExporterGridCell
-
getLayout
-
setBox
- Overrides:
setBoxin classJRExporterGridCell
-
getContainer
-
setStyleIndex
Used only by XLSX exporter for now. -
getStyleIndex
Used only by XLSX exporter for now.
-