|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Chart.Position>
com.sencha.gxt.chart.client.chart.Chart.Position
public static enum Chart.Position
Enumeration used for items positioned on the chart.
| Enum Constant Summary | |
|---|---|
BOTTOM
Positioned at the bottom of the chart. |
|
DETACHED
Position is not fixed. |
|
LEFT
Positioned at the left of the chart. |
|
RIGHT
Positioned at the right of the chart. |
|
TOP
Positioned at the top of the chart. |
|
| Method Summary | |
|---|---|
static Chart.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Chart.Position[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Chart.Position TOP
public static final Chart.Position BOTTOM
public static final Chart.Position LEFT
public static final Chart.Position RIGHT
public static final Chart.Position DETACHED
| Method Detail |
|---|
public static Chart.Position[] values()
for (Chart.Position c : Chart.Position.values()) System.out.println(c);
public static Chart.Position valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||