|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqQuery.ChartOptions.ImageFormat>
CqQuery.ChartOptions.ImageFormat
public static enum CqQuery.ChartOptions.ImageFormat
The possible chart image formats
Enum Constant Summary | |
---|---|
JPEG
Generate the chart in JPEG format |
|
PNG
Generate the chart in PNG format |
Method Summary | |
---|---|
static CqQuery.ChartOptions.ImageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqQuery.ChartOptions.ImageFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CqQuery.ChartOptions.ImageFormat JPEG
public static final CqQuery.ChartOptions.ImageFormat PNG
Method Detail |
---|
public static CqQuery.ChartOptions.ImageFormat valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static final CqQuery.ChartOptions.ImageFormat[] values()
for(CqQuery.ChartOptions.ImageFormat c : CqQuery.ChartOptions.ImageFormat.values()) System.out.println(c);
|
Generated Fri 14-Jan-2011 09:44 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |