|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.content.ContentType
A class for representing a content type. The four predefined content types are:
TEXT
;SHAPE
;IMAGE
;CONTAINER
;
Content
Field Summary | |
static ContentType |
CONTAINER
Container content type. |
static ContentType |
DRAWABLE
drawable content type. |
static ContentType |
IMAGE
Image content type. |
static ContentType |
SHAPE
Shape content type. |
static ContentType |
TEXT
Text content type. |
Method Summary | |
java.lang.String |
toString()
Returns the name of the content type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ContentType TEXT
public static final ContentType SHAPE
public static final ContentType IMAGE
public static final ContentType DRAWABLE
public static final ContentType CONTAINER
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |