|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.gmf.runtime.notation.TextAlignment
public final class TextAlignment
A representation of the literals of the enumeration 'Text Alignment', and utility methods for working with them.
NotationPackage.getTextAlignment()
,
Serialized FormField Summary | |
---|---|
static int |
CENTER
The 'Center' literal value |
static TextAlignment |
CENTER_LITERAL
The 'Center' literal object |
static int |
LEFT
The 'Left' literal value |
static TextAlignment |
LEFT_LITERAL
The 'Left' literal object |
static int |
RIGHT
The 'Right' literal value |
static TextAlignment |
RIGHT_LITERAL
The 'Right' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Text Alignment' enumerators |
Method Summary | |
---|---|
static TextAlignment |
get(int value)
Returns the 'Text Alignment' literal with the specified integer value |
static TextAlignment |
get(java.lang.String literal)
Returns the 'Text Alignment' literal with the specified literal value |
static TextAlignment |
getByName(java.lang.String name)
Returns the 'Text Alignment' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LEFT
If the meaning of 'Left' literal object isn't clear, there really should be more of a description here...
LEFT_LITERAL
,
Constant Field Valuespublic static final int RIGHT
If the meaning of 'Right' literal object isn't clear, there really should be more of a description here...
RIGHT_LITERAL
,
Constant Field Valuespublic static final int CENTER
If the meaning of 'Center' literal object isn't clear, there really should be more of a description here...
CENTER_LITERAL
,
Constant Field Valuespublic static final TextAlignment LEFT_LITERAL
LEFT
public static final TextAlignment RIGHT_LITERAL
RIGHT
public static final TextAlignment CENTER_LITERAL
CENTER
public static final java.util.List VALUES
Method Detail |
---|
public static TextAlignment get(java.lang.String literal)
public static TextAlignment getByName(java.lang.String name)
public static TextAlignment get(int value)
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.