org.jfree.report.content
Class ContentType

java.lang.Object
  extended byorg.jfree.report.content.ContentType

public final class ContentType
extends java.lang.Object

A class for representing a content type. The four predefined content types are:

Author:
Thomas Morgner
See Also:
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

TEXT

public static final ContentType TEXT
Text content type.


SHAPE

public static final ContentType SHAPE
Shape content type.


IMAGE

public static final ContentType IMAGE
Image content type.


DRAWABLE

public static final ContentType DRAWABLE
drawable content type.


CONTAINER

public static final ContentType CONTAINER
Container content type.

Method Detail

toString

public java.lang.String toString()
Returns the name of the content type.

Returns:
the name of the content type.