Package | Description |
---|---|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Field and Description |
---|---|
protected FontStyleValues |
ScreenFontStyle.style |
protected FontStyleValues |
FontStyle.style |
Modifier and Type | Method and Description |
---|---|
static FontStyleValues |
FontStyleValues.fromValue(String v) |
FontStyleValues |
ScreenFontStyle.getStyle()
Gets the value of the style property.
|
FontStyleValues |
FontStyle.getStyle()
Gets the value of the style property.
|
static FontStyleValues |
FontStyleValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontStyleValues[] |
FontStyleValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScreenFontStyle.setStyle(FontStyleValues value)
Sets the value of the style property.
|
void |
FontStyle.setStyle(FontStyleValues value)
Sets the value of the style property.
|