|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.structure.Node
org.jfree.report.structure.Element
org.jfree.report.structure.ContentElement
public class ContentElement
A element holding values from the report data sources. These values can be URLs (pointing to text, images or drawables), Images, Text, Nodes, Drawables or Shapes.
Field Summary |
---|
Fields inherited from class org.jfree.report.structure.Element |
---|
ID_ATTRIBUTE, NAME_ATTRIBUTE, NAMESPACE_ATTRIBUTE, TYPE_ATTRIBUTE, VIRTUAL_ATTRIBUTE |
Constructor Summary | |
---|---|
ContentElement()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Expression |
getValueExpression()
|
void |
setValueExpression(Expression valueExpression)
|
Methods inherited from class org.jfree.report.structure.Element |
---|
addExpression, getAttribute, getAttribute, getAttributeExpression, getAttributeExpression, getAttributeExpressionMap, getAttributeExpressions, getAttributeMap, getDisplayCondition, getExpressions, getId, getLocale, getLocaleFromAttributes, getName, getNamespace, getStyle, getStyleExpression, getStyleExpressions, getType, getVisibility, isEnabled, isVirtual, setAttribute, setAttribute, setAttributeExpression, setAttributeExpression, setDisplayCondition, setEnabled, setExpressions, setId, setName, setNamespace, setStyleExpression, setType, setVirtual, setVisibility |
Methods inherited from class org.jfree.report.structure.Node |
---|
getGroup, getParent, getReport, getRootReport, setParent, updateParent |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentElement()
Method Detail |
---|
public Expression getValueExpression()
public void setValueExpression(Expression valueExpression)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Element
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |