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