| |
|
| java.lang.Object org.jfree.report.Element org.jfree.report.DrawableElement
DrawableElement | public class DrawableElement extends Element (Code) | | The element that returns a drawable object. Drawable elements always scale without obeying to an aspect ratio. It is
the resposibility of the drawable implementation to implement scaling if needed.
author: Thomas Morgner |
CONTENT_TYPE | final public static String CONTENT_TYPE(Code) | | The content type for the element.
|
DrawableElement | public DrawableElement()(Code) | | Default constructor.
|
getContentType | public String getContentType()(Code) | | Defines the content-type for this element.
the content-type as string. |
Fields inherited from org.jfree.report.Element | final public static String ANONYMOUS_ELEMENT_PREFIX(Code)(Java Doc)
|
|
|
|