Package | Description |
---|---|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Field and Description |
---|---|
protected ProfileNames |
X3DDocument.profile |
Modifier and Type | Method and Description |
---|---|
static ProfileNames |
ProfileNames.fromValue(String v) |
ProfileNames |
X3DDocument.getProfile()
Gets the value of the profile property.
|
static ProfileNames |
ProfileNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileNames[] |
ProfileNames.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.setProfile(ProfileNames value)
Sets the value of the profile property.
|