Modifier and Type | Method | Description |
---|---|---|
Fontsmoothingstyles |
Fontsmoothingstyles._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Fontsmoothingstyles |
AppearancePreferencesObject.getFontSmoothingStyle() |
The method used for smoothing fonts.
|
static Fontsmoothingstyles |
Fontsmoothingstyles.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Fontsmoothingstyles[] |
Fontsmoothingstyles.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Fontsmoothingstyles> |
Fontsmoothingstyles._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
AppearancePreferencesObject.setFontSmoothingStyle(Fontsmoothingstyles fontSmoothingStyle) |
The method used for smoothing fonts.
|