| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| org.web3d.x3d.sai.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaticGroupObject
StaticGroup is similar to Group node but does not allow access to children after creation time.
|
| Modifier and Type | Method and Description |
|---|---|
StaticGroup |
StaticGroup.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
StaticGroup |
StaticGroup.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
StaticGroup |
StaticGroup.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to initializeOnly MFNode field children.
|
StaticGroup |
StaticGroup.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
StaticGroup |
StaticGroup.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
StaticGroup |
StaticGroup.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
StaticGroup |
StaticGroup.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.