Class ElementReplacementGridCell
- java.lang.Object
-
- net.sf.jasperreports.engine.export.JRExporterGridCell
-
- net.sf.jasperreports.engine.export.ElementReplacementGridCell
-
public class ElementReplacementGridCell extends JRExporterGridCell
- Author:
- Lucian Chirita (lucianc@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 ElementReplacementGridCell(ElementGridCell originalCell, JRPrintElement element)
-
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()
void
setBox(JRLineBox box)
-
Methods inherited from class net.sf.jasperreports.engine.export.JRExporterGridCell
getBackcolor, getBox, getCellBackcolor, getColSpan, getForecolor, getHeight, getRowSpan, getStyle, getWidth, setStyle
-
-
-
-
Constructor Detail
-
ElementReplacementGridCell
public ElementReplacementGridCell(ElementGridCell originalCell, JRPrintElement element)
-
-
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
-
setBox
public void setBox(JRLineBox box)
- Overrides:
setBox
in classJRExporterGridCell
-
-