Class ContentElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class ContentElement
    extends Element
    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.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentElement

        public ContentElement()
    • Method Detail

      • getValueExpression

        public Expression getValueExpression()
      • setValueExpression

        public void setValueExpression​(Expression valueExpression)
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class Element
        Throws:
        java.lang.CloneNotSupportedException