|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.Element
|
+--org.jfree.report.DrawableElement
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.
| 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 |
public static final java.lang.String CONTENT_TYPE
| Constructor Detail |
public DrawableElement()
| Method Detail |
public java.lang.String getContentType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||