-
-
Methods in org.web3d.x3d.sai.Grouping that return Transform
| Modifier and Type |
Method |
Description |
Transform |
Transform.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
Transform |
Transform.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
Transform |
Transform.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
|
Transform |
Transform.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
Transform |
Transform.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
Transform |
Transform.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Transform |
Transform.setRotation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
Transform |
Transform.setScale(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
Transform |
Transform.setScaleOrientation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
Transform |
Transform.setTranslation(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
Transform |
Transform.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|