| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TransformObject |
TransformObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
TransformObject |
TransformObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
TransformObject |
TransformObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
TransformObject |
TransformObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
TransformObject |
TransformObject.clearChildren()
Utility method to clear MFNode value of children field.
|
TransformObject |
TransformObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
TransformObject |
TransformObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
TransformObject |
TransformObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
TransformObject |
TransformObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
TransformObject |
TransformObject.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.
|
TransformObject |
TransformObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
TransformObject |
TransformObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
TransformObject |
TransformObject.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
TransformObject |
TransformObject.setCenter(float x,
float y,
float z)
Assign values to SFVec3f center field, similar to
setCenter(float[]). |
TransformObject |
TransformObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
setCenter(float[]). |
TransformObject |
TransformObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
TransformObject |
TransformObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
TransformObject |
TransformObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
TransformObject |
TransformObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TransformObject |
TransformObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
TransformObject |
TransformObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TransformObject |
TransformObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
TransformObject |
TransformObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TransformObject |
TransformObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TransformObject |
TransformObject.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
TransformObject |
TransformObject.setRotation(float x,
float y,
float z,
float angleRadians)
Assign values to SFRotation rotation field, similar to
setRotation(float[]). |
TransformObject |
TransformObject.setRotation(SFRotationObject newValue)
Assign typed object value to SFRotation rotation field, similar to
setRotation(float[]). |
TransformObject |
TransformObject.setScale(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
TransformObject |
TransformObject.setScale(float x,
float y,
float z)
Assign values to SFVec3f scale field, similar to
setScale(float[]). |
TransformObject |
TransformObject.setScale(SFVec3fObject newValue)
Assign typed object value to SFVec3f scale field, similar to
setScale(float[]). |
TransformObject |
TransformObject.setScaleOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
TransformObject |
TransformObject.setScaleOrientation(float x,
float y,
float z,
float angleRadians)
Assign values to SFRotation scaleOrientation field, similar to
setScaleOrientation(float[]). |
TransformObject |
TransformObject.setScaleOrientation(SFRotationObject newValue)
Assign typed object value to SFRotation scaleOrientation field, similar to
setScaleOrientation(float[]). |
TransformObject |
TransformObject.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
TransformObject |
TransformObject.setTranslation(float x,
float y,
float z)
Assign values to SFVec3f translation field, similar to
setTranslation(float[]). |
TransformObject |
TransformObject.setTranslation(SFVec3fObject newValue)
Assign typed object value to SFVec3f translation field, similar to
setTranslation(float[]). |
TransformObject |
TransformObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
TransformObject |
TransformObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
TransformObject |
TransformObject.setUSE(TransformObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
TransformObject |
TransformObject.setUSE(TransformObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.