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