|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRTemplateElement
public abstract class JRTemplateElement
Base class consisting of print element information shared by multiple print elements.
| Field Summary | |
|---|---|
protected JRDefaultStyleProvider |
defaultStyleProvider
|
protected JROrigin |
origin
|
protected JRStyle |
parentStyle
|
| Constructor Summary | |
|---|---|
protected |
JRTemplateElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider)
|
protected |
JRTemplateElement(JROrigin origin,
JRElement element)
|
protected |
JRTemplateElement(String id)
|
| Method Summary | |
|---|---|
protected void |
addTemplateHash(ObjectUtils.HashCode hash)
|
Color |
getBackcolor()
|
protected JRStyle |
getBaseStyle()
|
JRDefaultStyleProvider |
getDefaultStyleProvider()
|
Color |
getForecolor()
|
int |
getHeight()
|
String |
getId()
|
String |
getKey()
Returns the string value that uniquely identifies the element. |
ModeEnum |
getModeValue()
Returns the element transparency mode. |
JROrigin |
getOrigin()
|
Color |
getOwnBackcolor()
|
Color |
getOwnForecolor()
|
ModeEnum |
getOwnModeValue()
|
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults for this object. |
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map. |
JRStyle |
getStyle()
Returns this object's style. |
String |
getStyleNameReference()
Returns null as external style references are not allowed for print objects. |
UUID |
getUUID()
|
int |
getWidth()
|
boolean |
hasProperties()
Checks whether the object has any properties. |
void |
setBackcolor(Color backcolor)
|
void |
setElement(JRElement element)
Copies basic element attributes: the element style, key, mode, forecolor and backcolor. |
void |
setForecolor(Color forecolor)
|
void |
setKey(String key)
|
void |
setMode(ModeEnum modeValue)
Sets the element transparency mode. |
void |
setStyle(JRStyle style)
Sets the template element style. |
protected boolean |
templateIdentical(JRTemplateElement template)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.engine.Deduplicable |
|---|
getHashCode, isIdentical |
| Field Detail |
|---|
protected JROrigin origin
protected JRDefaultStyleProvider defaultStyleProvider
protected JRStyle parentStyle
| Constructor Detail |
|---|
protected JRTemplateElement(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider)
protected JRTemplateElement(JROrigin origin,
JRElement element)
protected JRTemplateElement(String id)
| Method Detail |
|---|
public void setElement(JRElement element)
element - the element to copy attributes frompublic UUID getUUID()
getUUID in interface JRIdentifiablepublic JROrigin getOrigin()
public JRDefaultStyleProvider getDefaultStyleProvider()
getDefaultStyleProvider in interface JRStyleContainerpublic JRStyle getStyle()
JRStyleContainer
getStyle in interface JRStyleContainerprotected JRStyle getBaseStyle()
public int getWidth()
getWidth in interface JRCommonElementpublic int getHeight()
getHeight in interface JRCommonElementpublic ModeEnum getModeValue()
JRCommonElement
getModeValue in interface JRCommonElementpublic ModeEnum getOwnModeValue()
getOwnModeValue in interface JRCommonElementpublic void setMode(ModeEnum modeValue)
JRCommonElement
setMode in interface JRCommonElementpublic Color getForecolor()
getForecolor in interface JRCommonElementpublic Color getOwnForecolor()
getOwnForecolor in interface JRCommonElementpublic void setForecolor(Color forecolor)
setForecolor in interface JRCommonElementpublic Color getBackcolor()
getBackcolor in interface JRCommonElementpublic Color getOwnBackcolor()
getOwnBackcolor in interface JRCommonElementpublic void setBackcolor(Color backcolor)
setBackcolor in interface JRCommonElementpublic String getId()
public String getKey()
JRCommonElement
getKey in interface JRCommonElementpublic void setKey(String key)
public String getStyleNameReference()
getStyleNameReference in interface JRStyleContainerpublic boolean hasProperties()
JRPropertiesHolder
hasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties in interface JRPropertiesHoldernull if no parentpublic void setStyle(JRStyle style)
style - the styleprotected void addTemplateHash(ObjectUtils.HashCode hash)
protected boolean templateIdentical(JRTemplateElement template)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||