public static enum LegendItemHints.Type extends java.lang.Enum<LegendItemHints.Type>
| 枚举常量和说明 |
|---|
LG_ENTRY |
LG_GROUPNAME |
LG_MINSLICE |
LG_SEPERATOR |
| 限定符和类型 | 方法和说明 |
|---|---|
static LegendItemHints.Type |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static LegendItemHints.Type[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值Copyright © 2005-2008 Actuate Corp. All rights reserved.