|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TextSprite.TextAnchor>
com.sencha.gxt.chart.client.draw.sprite.TextSprite.TextAnchor
public static enum TextSprite.TextAnchor
Enum for TextSprite anchor.
| Enum Constant Summary | |
|---|---|
END
Sprite places the text ending at the given coordinates. |
|
MIDDLE
Sprite places the text centered at the given coordinates. |
|
START
Sprite places the text starting from the given coordinates. |
|
| Method Summary | |
|---|---|
static TextSprite.TextAnchor |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextSprite.TextAnchor[] |
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 TextSprite.TextAnchor START
public static final TextSprite.TextAnchor MIDDLE
public static final TextSprite.TextAnchor END
| Method Detail |
|---|
public static TextSprite.TextAnchor[] values()
for (TextSprite.TextAnchor c : TextSprite.TextAnchor.values()) System.out.println(c);
public static TextSprite.TextAnchor 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 | |||||||||