|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FontStretchType>
net.ogdf.ogml.FontStretchType
public enum FontStretchType
A representation of the literals of the enumeration 'Font Stretch Type', and utility methods for working with them.
OgmlPackage.getFontStretchType()
extendedMetaData | = | name='fontStretch.type' |
Enum Constant Summary | |
---|---|
CONDENSED
The 'Condensed' literal object. |
|
EXPANDED
The 'Expanded' literal object. |
|
EXTRA_CONDENSED
The 'Extra Condensed' literal object. |
|
EXTRA_EXPANDED
The 'Extra Expanded' literal object. |
|
NARROWER
The 'Narrower' literal object. |
|
NORMAL
The 'Normal' literal object. |
|
SEMI_CONDENSED
The 'Semi Condensed' literal object. |
|
SEMI_EXPANDED
The 'Semi Expanded' literal object. |
|
ULTRA_CONDENSED
The 'Ultra Condensed' literal object. |
|
ULTRA_EXPANDED
The 'Ultra Expanded' literal object. |
|
WIDER
The 'Wider' literal object. |
Field Summary | |
---|---|
static int |
CONDENSED_VALUE
The 'Condensed' literal value. |
static int |
EXPANDED_VALUE
The 'Expanded' literal value. |
static int |
EXTRA_CONDENSED_VALUE
The 'Extra Condensed' literal value. |
static int |
EXTRA_EXPANDED_VALUE
The 'Extra Expanded' literal value. |
static int |
NARROWER_VALUE
The 'Narrower' literal value. |
static int |
NORMAL_VALUE
The 'Normal' literal value. |
static int |
SEMI_CONDENSED_VALUE
The 'Semi Condensed' literal value. |
static int |
SEMI_EXPANDED_VALUE
The 'Semi Expanded' literal value. |
static int |
ULTRA_CONDENSED_VALUE
The 'Ultra Condensed' literal value. |
static int |
ULTRA_EXPANDED_VALUE
The 'Ultra Expanded' literal value. |
static List<FontStretchType> |
VALUES
A public read-only list of all the 'Font Stretch Type' enumerators. |
static int |
WIDER_VALUE
The 'Wider' literal value. |
Method Summary | |
---|---|
static FontStretchType |
get(int value)
Returns the 'Font Stretch Type' literal with the specified integer value. |
static FontStretchType |
get(String literal)
Returns the 'Font Stretch Type' literal with the specified literal value. |
static FontStretchType |
getByName(String name)
Returns the 'Font Stretch Type' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static FontStretchType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FontStretchType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FontStretchType NORMAL
NORMAL_VALUE
public static final FontStretchType WIDER
WIDER_VALUE
public static final FontStretchType NARROWER
NARROWER_VALUE
public static final FontStretchType ULTRA_CONDENSED
ULTRA_CONDENSED_VALUE
public static final FontStretchType EXTRA_CONDENSED
EXTRA_CONDENSED_VALUE
public static final FontStretchType CONDENSED
CONDENSED_VALUE
public static final FontStretchType SEMI_CONDENSED
SEMI_CONDENSED_VALUE
public static final FontStretchType SEMI_EXPANDED
SEMI_EXPANDED_VALUE
public static final FontStretchType EXPANDED
EXPANDED_VALUE
public static final FontStretchType EXTRA_EXPANDED
EXTRA_EXPANDED_VALUE
public static final FontStretchType ULTRA_EXPANDED
ULTRA_EXPANDED_VALUE
Field Detail |
---|
public static final int NORMAL_VALUE
If the meaning of 'Normal' literal object isn't clear, there really should be more of a description here...
NORMAL
,
Constant Field Valuesname | = | normal |
public static final int WIDER_VALUE
If the meaning of 'Wider' literal object isn't clear, there really should be more of a description here...
WIDER
,
Constant Field Valuesname | = | wider |
public static final int NARROWER_VALUE
If the meaning of 'Narrower' literal object isn't clear, there really should be more of a description here...
NARROWER
,
Constant Field Valuesname | = | narrower |
public static final int ULTRA_CONDENSED_VALUE
If the meaning of 'Ultra Condensed' literal object isn't clear, there really should be more of a description here...
ULTRA_CONDENSED
,
Constant Field Valuesname | = | ultraCondensed |
literal | = | ultra-condensed |
public static final int EXTRA_CONDENSED_VALUE
If the meaning of 'Extra Condensed' literal object isn't clear, there really should be more of a description here...
EXTRA_CONDENSED
,
Constant Field Valuesname | = | extraCondensed |
literal | = | extra-condensed |
public static final int CONDENSED_VALUE
If the meaning of 'Condensed' literal object isn't clear, there really should be more of a description here...
CONDENSED
,
Constant Field Valuesname | = | condensed |
public static final int SEMI_CONDENSED_VALUE
If the meaning of 'Semi Condensed' literal object isn't clear, there really should be more of a description here...
SEMI_CONDENSED
,
Constant Field Valuesname | = | semiCondensed |
literal | = | semi-condensed |
public static final int SEMI_EXPANDED_VALUE
If the meaning of 'Semi Expanded' literal object isn't clear, there really should be more of a description here...
SEMI_EXPANDED
,
Constant Field Valuesname | = | semiExpanded |
literal | = | semi-expanded |
public static final int EXPANDED_VALUE
If the meaning of 'Expanded' literal object isn't clear, there really should be more of a description here...
EXPANDED
,
Constant Field Valuesname | = | expanded |
public static final int EXTRA_EXPANDED_VALUE
If the meaning of 'Extra Expanded' literal object isn't clear, there really should be more of a description here...
EXTRA_EXPANDED
,
Constant Field Valuesname | = | extraExpanded |
literal | = | extra-expanded |
public static final int ULTRA_EXPANDED_VALUE
If the meaning of 'Ultra Expanded' literal object isn't clear, there really should be more of a description here...
ULTRA_EXPANDED
,
Constant Field Valuesname | = | ultraExpanded |
literal | = | ultra-expanded |
public static final List<FontStretchType> VALUES
Method Detail |
---|
public static FontStretchType[] values()
for (FontStretchType c : FontStretchType.values()) System.out.println(c);
public static FontStretchType 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 nullpublic static FontStretchType get(String literal)
public static FontStretchType getByName(String name)
public static FontStretchType get(int value)
public int getValue()
getValue
in interface Enumerator
public String getName()
getName
in interface Enumerator
public String getLiteral()
getLiteral
in interface Enumerator
public String toString()
toString
in class Enum<FontStretchType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |