org.jfree.report
Class DrawableElement

java.lang.Object
  |
  +--org.jfree.report.Element
        |
        +--org.jfree.report.DrawableElement

public class DrawableElement
extends Element

The element returns a drawable container. Drawable elements always scale without obeying to an aspect ratio. It is the resposibility of the drawable implementation to implement such rules.

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
static java.lang.String CONTENT_TYPE
          The content type for the element.
 
Fields inherited from class org.jfree.report.Element
ANONYMOUS_ELEMENT_PREFIX
 
Constructor Summary
DrawableElement()
          Default constructor.
 
Method Summary
 java.lang.String getContentType()
          Defines the content-type for this element.
 
Methods inherited from class org.jfree.report.Element
clone, connectDataSource, createGlobalDefaultStyle, disconnectDataSource, getDataSource, getHRefTarget, getMaximumSize, getMinimumSize, getName, getObjectID, getParent, getPreferredSize, getReportDefinition, getStyle, getTreeLock, getValue, isDynamicContent, isLayoutCacheable, isVisible, setDataSource, setDynamicContent, setHRefTarget, setLayoutCacheable, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setReportDefinition, setVisible
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
The content type for the element.
Constructor Detail

DrawableElement

public DrawableElement()
Default constructor.
Method Detail

getContentType

public java.lang.String getContentType()
Defines the content-type for this element.
Overrides:
getContentType in class Element
Returns:
the content-type as string.