Class EmptyGridCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRExporterGridCell
-
- net.sf.jasperreports.engine.export.EmptyGridCell
-
public class EmptyGridCell 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 EmptyGridCell(GridCellSize size, GridCellStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRPrintElement
getElement()
String
getElementAddress()
String
getProperty(String propName)
GridCellSize
getSize()
byte
getType()
boolean
isEmpty()
-
Methods inherited from class net.sf.jasperreports.engine.export.JRExporterGridCell
getBackcolor, getBox, getCellBackcolor, getColSpan, getForecolor, getHeight, getRowSpan, getStyle, getWidth, setBox, setStyle
-
-
-
-
Constructor Detail
-
EmptyGridCell
public EmptyGridCell(GridCellSize size, GridCellStyle style)
-
-
Method Detail
-
getSize
public GridCellSize getSize()
- Specified by:
getSize
in classJRExporterGridCell
-
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
-
isEmpty
public boolean isEmpty()
-
-