org.jfree.report.structure
Class ContentElement
- Cloneable, Serializable
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.
addExpression , clone , getAttribute , getAttribute , getAttributeExpression , getAttributeExpression , getAttributeExpressionMap , getAttributeExpressions , getAttributeMap , getAttributeNameSpaces , getAttributes , 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 |
ContentElement
public ContentElement()
Constructs an element.
The element inherits the element's defined default ElementStyleSheet to
provide reasonable default values for common stylekeys. When the element is
added to the band, the bands stylesheet is set as parent to the element's
stylesheet.
A datasource is assigned with this element is set to a default source,
which always returns null.
clone
public Object clone()
throws CloneNotSupportedException
- clone in interface Element