public static enum LegendItemHints.Type extends java.lang.Enum<LegendItemHints.Type>
Enum Constant and Description |
---|
LG_ENTRY |
LG_GROUPNAME |
LG_MINSLICE |
LG_SEPERATOR |
Modifier and Type | Method and Description |
---|---|
static LegendItemHints.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegendItemHints.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegendItemHints.Type LG_GROUPNAME
public static final LegendItemHints.Type LG_ENTRY
public static final LegendItemHints.Type LG_MINSLICE
public static final LegendItemHints.Type LG_SEPERATOR
public static LegendItemHints.Type[] values()
for (LegendItemHints.Type c : LegendItemHints.Type.values()) System.out.println(c);
public static LegendItemHints.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2008 Actuate Corp. All rights reserved.