|
|||||||||||
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.Stretch
A representation of the literals of the enumeration ' Stretch', and utility methods for working with them. This type represents the options available for stretching (filling) block contents.
AttributePackage.getStretch()
Field Summary | |
static int |
BOTH
The 'Both' literal value. |
static Stretch |
BOTH_LITERAL
The 'Both' literal object. |
static int |
HORIZONTAL
The 'Horizontal' literal value. |
static Stretch |
HORIZONTAL_LITERAL
The 'Horizontal' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Stretch' enumerators. |
static int |
VERTICAL
The 'Vertical' literal value. |
static Stretch |
VERTICAL_LITERAL
The 'Vertical' literal object. |
Method Summary | |
static Stretch |
get(int value)
Returns the 'Stretch' literal with the specified integer value. |
static Stretch |
get(java.lang.String literal)
Returns the 'Stretch' literal with the specified literal value. |
static Stretch |
getByName(java.lang.String name)
Returns the 'Stretch' 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 HORIZONTAL
HORIZONTAL_LITERAL
,
Constant Field Valuespublic static final int VERTICAL
VERTICAL_LITERAL
,
Constant Field Valuespublic static final int BOTH
BOTH_LITERAL
,
Constant Field Valuespublic static final Stretch HORIZONTAL_LITERAL
If the meaning of 'Horizontal' literal object isn't clear, there really should be more of a description here...
HORIZONTAL
public static final Stretch VERTICAL_LITERAL
If the meaning of 'Vertical' literal object isn't clear, there really should be more of a description here...
VERTICAL
public static final Stretch BOTH_LITERAL
If the meaning of 'Both' literal object isn't clear, there really should be more of a description here...
BOTH
public static final java.util.List VALUES
Method Detail |
public static Stretch get(java.lang.String literal)
public static Stretch getByName(java.lang.String name)
public static Stretch get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |