Package | Description |
---|---|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Class and Description |
---|---|
class |
MetadataDouble
Java class for anonymous complex type.
|
class |
MetadataFloat
Java class for anonymous complex type.
|
class |
MetadataInteger
Java class for anonymous complex type.
|
class |
MetadataSet
Java class for anonymous complex type.
|
class |
MetadataString
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected X3DMetadataObject |
X3DNode.metadataObject |
Modifier and Type | Field and Description |
---|---|
protected List<X3DMetadataObject> |
MetadataSet.metadataObjects |
Modifier and Type | Method and Description |
---|---|
X3DMetadataObject |
X3DNode.getMetadataObject()
Gets the value of the metadataObject property.
|
Modifier and Type | Method and Description |
---|---|
List<X3DMetadataObject> |
MetadataSet.getMetadataObjects()
Gets the value of the metadataObjects property.
|
Modifier and Type | Method and Description |
---|---|
void |
X3DNode.setMetadataObject(X3DMetadataObject value)
Sets the value of the metadataObject property.
|