|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FontWeightType>
net.ogdf.ogml.FontWeightType
public enum FontWeightType
A representation of the literals of the enumeration 'Font Weight Type', and utility methods for working with them.
OgmlPackage.getFontWeightType()
extendedMetaData | = | name='fontWeight.type' |
Enum Constant Summary | |
---|---|
_100
The '100' literal object. |
|
_200
The '200' literal object. |
|
_300
The '300' literal object. |
|
_400
The '400' literal object. |
|
_500
The '500' literal object. |
|
_600
The '600' literal object. |
|
_700
The '700' literal object. |
|
_800
The '800' literal object. |
|
_900
The '900' literal object. |
|
BOLD
The 'Bold' literal object. |
|
BOLDER
The 'Bolder' literal object. |
|
NORMAL
The 'Normal' literal object. |
Field Summary | |
---|---|
static int |
_100_VALUE
The '100' literal value. |
static int |
_200_VALUE
The '200' literal value. |
static int |
_300_VALUE
The '300' literal value. |
static int |
_400_VALUE
The '400' literal value. |
static int |
_500_VALUE
The '500' literal value. |
static int |
_600_VALUE
The '600' literal value. |
static int |
_700_VALUE
The '700' literal value. |
static int |
_800_VALUE
The '800' literal value. |
static int |
_900_VALUE
The '900' literal value. |
static int |
BOLD_VALUE
The 'Bold' literal value. |
static int |
BOLDER_VALUE
The 'Bolder' literal value. |
static int |
NORMAL_VALUE
The 'Normal' literal value. |
static List<FontWeightType> |
VALUES
A public read-only list of all the 'Font Weight Type' enumerators. |
Method Summary | |
---|---|
static FontWeightType |
get(int value)
Returns the 'Font Weight Type' literal with the specified integer value. |
static FontWeightType |
get(String literal)
Returns the 'Font Weight Type' literal with the specified literal value. |
static FontWeightType |
getByName(String name)
Returns the 'Font Weight 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 FontWeightType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FontWeightType[] |
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 FontWeightType NORMAL
NORMAL_VALUE
public static final FontWeightType BOLD
BOLD_VALUE
public static final FontWeightType BOLDER
BOLDER_VALUE
public static final FontWeightType _100
_100_VALUE
public static final FontWeightType _200
_200_VALUE
public static final FontWeightType _300
_300_VALUE
public static final FontWeightType _400
_400_VALUE
public static final FontWeightType _500
_500_VALUE
public static final FontWeightType _600
_600_VALUE
public static final FontWeightType _700
_700_VALUE
public static final FontWeightType _800
_800_VALUE
public static final FontWeightType _900
_900_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 BOLD_VALUE
If the meaning of 'Bold' literal object isn't clear, there really should be more of a description here...
BOLD
,
Constant Field Valuesname | = | bold |
public static final int BOLDER_VALUE
If the meaning of 'Bolder' literal object isn't clear, there really should be more of a description here...
BOLDER
,
Constant Field Valuesname | = | bolder |
public static final int _100_VALUE
If the meaning of '100' literal object isn't clear, there really should be more of a description here...
_100
,
Constant Field Valuesliteral | = | 100 |
public static final int _200_VALUE
If the meaning of '200' literal object isn't clear, there really should be more of a description here...
_200
,
Constant Field Valuesliteral | = | 200 |
public static final int _300_VALUE
If the meaning of '300' literal object isn't clear, there really should be more of a description here...
_300
,
Constant Field Valuesliteral | = | 300 |
public static final int _400_VALUE
If the meaning of '400' literal object isn't clear, there really should be more of a description here...
_400
,
Constant Field Valuesliteral | = | 400 |
public static final int _500_VALUE
If the meaning of '500' literal object isn't clear, there really should be more of a description here...
_500
,
Constant Field Valuesliteral | = | 500 |
public static final int _600_VALUE
If the meaning of '600' literal object isn't clear, there really should be more of a description here...
_600
,
Constant Field Valuesliteral | = | 600 |
public static final int _700_VALUE
If the meaning of '700' literal object isn't clear, there really should be more of a description here...
_700
,
Constant Field Valuesliteral | = | 700 |
public static final int _800_VALUE
If the meaning of '800' literal object isn't clear, there really should be more of a description here...
_800
,
Constant Field Valuesliteral | = | 800 |
public static final int _900_VALUE
If the meaning of '900' literal object isn't clear, there really should be more of a description here...
_900
,
Constant Field Valuesliteral | = | 900 |
public static final List<FontWeightType> VALUES
Method Detail |
---|
public static FontWeightType[] values()
for (FontWeightType c : FontWeightType.values()) System.out.println(c);
public static FontWeightType 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 FontWeightType get(String literal)
public static FontWeightType getByName(String name)
public static FontWeightType 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<FontWeightType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |