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 JRPrintElement
getElement()
String
getElementAddress()
JRExporterGridCell
getOccupier()
String
getProperty(String propName)
GridCellSize
getSize()
byte
getType()
-
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:
getSize
in classJRExporterGridCell
-
getOccupier
public JRExporterGridCell getOccupier()
-
getType
public byte getType()
- Specified by:
getType
in classJRExporterGridCell
-
getElement
public JRPrintElement getElement()
- Specified by:
getElement
in classJRExporterGridCell
-
getElementAddress
public String getElementAddress()
- Specified by:
getElementAddress
in classJRExporterGridCell
-
getProperty
public String getProperty(String propName)
- Specified by:
getProperty
in classJRExporterGridCell
-
-