Class CompiledCell
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseElementGroup
-
- net.sf.jasperreports.components.table.CompiledBaseCell
-
- net.sf.jasperreports.components.table.CompiledCell
-
- All Implemented Interfaces:
Serializable
,Cloneable
,BaseCell
,Cell
,JRBoxContainer
,JRChild
,JRCloneable
,JRElementGroup
,JRPropertiesHolder
,JRStyleContainer
,JRVisitable
public class CompiledCell extends CompiledBaseCell implements Cell
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.components.table.CompiledBaseCell
box, defaultStyleProvider, height, propertiesMap, style, styleNameReference
-
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseElementGroup
children, elementGroup
-
-
Constructor Summary
Constructors Constructor Description CompiledCell()
CompiledCell(Cell cell, JRBaseObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Integer
getRowSpan()
-
Methods inherited from class net.sf.jasperreports.components.table.CompiledBaseCell
getDefaultLineColor, getDefaultStyleProvider, getHeight, getLineBox, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, hasProperties
-
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseElementGroup
clone, getChildren, getElementByKey, getElementByKey, getElementGroup, getElements, getElements, visit
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.JRBoxContainer
getDefaultLineColor, getLineBox
-
Methods inherited from interface net.sf.jasperreports.engine.JRElementGroup
getChildren, getElementByKey, getElementGroup, getElements
-
Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder
getParentProperties, getPropertiesMap, hasProperties
-
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleName, getStyleNameReference
-
Methods inherited from interface net.sf.jasperreports.engine.JRVisitable
visit
-
-
-
-
Constructor Detail
-
CompiledCell
public CompiledCell()
-
CompiledCell
public CompiledCell(Cell cell, JRBaseObjectFactory factory)
-
-
Method Detail
-
getRowSpan
public Integer getRowSpan()
- Specified by:
getRowSpan
in interfaceCell
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classCompiledBaseCell
-
-