public class CompiledCell extends JRBaseElementGroup implements Cell
Modifier and Type | Field and Description |
---|---|
protected JRStyle |
style |
protected String |
styleNameReference |
children, elementGroup
Constructor and Description |
---|
CompiledCell() |
CompiledCell(Cell cell,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Color |
getDefaultLineColor() |
JRDefaultStyleProvider |
getDefaultStyleProvider() |
Integer |
getHeight() |
JRLineBox |
getLineBox() |
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults
for this object.
|
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map.
|
Integer |
getRowSpan() |
JRStyle |
getStyle()
Returns this object's style.
|
String |
getStyleNameReference()
Returns the name of an external style which is to be used by this object.
|
boolean |
hasProperties()
Checks whether the object has any properties.
|
clone, getChildren, getElementByKey, getElementByKey, getElementGroup, getElements, getElements, visit
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getElementByKey, getElementGroup, getElements
visit
public CompiledCell()
public CompiledCell(Cell cell, JRBaseObjectFactory factory)
public Color getDefaultLineColor()
getDefaultLineColor
in interface JRBoxContainer
public JRLineBox getLineBox()
getLineBox
in interface JRBoxContainer
public JRDefaultStyleProvider getDefaultStyleProvider()
getDefaultStyleProvider
in interface JRStyleContainer
public JRStyle getStyle()
JRStyleContainer
getStyle
in interface JRStyleContainer
public String getStyleNameReference()
JRStyleContainer
templates
and are resolved
at fill time.
This attribute is only effective if no direct style (as returned by getStyle()
is specified for this object.getStyleNameReference
in interface JRStyleContainer
public Integer getRowSpan()
getRowSpan
in interface Cell
public boolean hasProperties()
JRPropertiesHolder
hasProperties
in interface JRPropertiesHolder
public JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap
in interface JRPropertiesHolder
public JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties
in interface JRPropertiesHolder
null
if no parentpublic Object clone()
clone
in interface JRCloneable
clone
in class JRBaseElementGroup
Copyright © 2013. All Rights Reserved.