Class OccupiedGridCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRExporterGridCell
-
- net.sf.jasperreports.engine.export.OccupiedGridCell
-
public class OccupiedGridCell extends JRExporterGridCell
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.JRExporterGridCell
TYPE_ELEMENT_CELL, TYPE_EMPTY_CELL, TYPE_OCCUPIED_CELL
-
-
Constructor Summary
Constructors Constructor Description OccupiedGridCell(JRExporterGridCell occupier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRPrintElementgetElement()java.lang.StringgetElementAddress()JRExporterGridCellgetOccupier()java.lang.StringgetProperty(java.lang.String propName)GridCellSizegetSize()bytegetType()-
Methods inherited from class net.sf.jasperreports.engine.export.JRExporterGridCell
getBackcolor, getBox, getCellBackcolor, getColSpan, getForecolor, getHeight, getRowSpan, getStyle, getWidth, setBox, setStyle
-
-
-
-
Constructor Detail
-
OccupiedGridCell
public OccupiedGridCell(JRExporterGridCell occupier)
-
-
Method Detail
-
getSize
public GridCellSize getSize()
- Specified by:
getSizein classJRExporterGridCell
-
getOccupier
public JRExporterGridCell getOccupier()
-
getType
public byte getType()
- Specified by:
getTypein classJRExporterGridCell
-
getElement
public JRPrintElement getElement()
- Specified by:
getElementin classJRExporterGridCell
-
getElementAddress
public java.lang.String getElementAddress()
- Specified by:
getElementAddressin classJRExporterGridCell
-
getProperty
public java.lang.String getProperty(java.lang.String propName)
- Specified by:
getPropertyin classJRExporterGridCell
-
-