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 JRPrintElementgetElement()java.lang.StringgetElementAddress()java.lang.StringgetProperty(java.lang.String propName)GridCellSizegetSize()bytegetType()voidsetBox(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:
getSizein classJRExporterGridCell
-
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
-
setBox
public void setBox(JRLineBox box)
- Overrides:
setBoxin classJRExporterGridCell
-
-