|
||||||||||
| 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.birt.chart.model.attribute.HorizontalAlignment
public final class HorizontalAlignment
A representation of the literals of the enumeration ' Horizontal Alignment', and utility methods for working with them. This type defines the allowed values for Horizontal Text alignment.
AttributePackage.getHorizontalAlignment(),
Serialized Form| Field Summary | |
|---|---|
static int |
CENTER
The 'Center' literal value. |
static HorizontalAlignment |
CENTER_LITERAL
The 'Center' literal object. |
static int |
LEFT
The 'Left' literal value. |
static HorizontalAlignment |
LEFT_LITERAL
The 'Left' literal object. |
static int |
RIGHT
The 'Right' literal value. |
static HorizontalAlignment |
RIGHT_LITERAL
The 'Right' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Horizontal Alignment' enumerators. |
| Method Summary | |
|---|---|
static HorizontalAlignment |
get(int value)
Returns the 'Horizontal Alignment' literal with the specified integer value. |
static HorizontalAlignment |
get(java.lang.String literal)
Returns the 'Horizontal Alignment' literal with the specified literal value. |
static HorizontalAlignment |
getByName(java.lang.String name)
Returns the 'Horizontal Alignment' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LEFT
LEFT_LITERAL,
Constant Field Valuespublic static final int CENTER
CENTER_LITERAL,
Constant Field Valuespublic static final int RIGHT
RIGHT_LITERAL,
Constant Field Valuespublic static final HorizontalAlignment LEFT_LITERAL
If the meaning of 'Left' literal object isn't clear, there really should be more of a description here...
LEFTpublic static final HorizontalAlignment CENTER_LITERAL
If the meaning of 'Center' literal object isn't clear, there really should be more of a description here...
CENTERpublic static final HorizontalAlignment RIGHT_LITERAL
If the meaning of 'Right' literal object isn't clear, there really should be more of a description here...
RIGHTpublic static final java.util.List VALUES
| Method Detail |
|---|
public static HorizontalAlignment get(java.lang.String literal)
public static HorizontalAlignment getByName(java.lang.String name)
public static HorizontalAlignment get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||