Uses of Class
org.web3d.x3d.jsail.Grouping.Transform
Package
Description
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
-
Uses of Transform in org.web3d.x3d.jsail.Grouping
Modifier and TypeMethodDescriptionTransform.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Transform.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Transform.addComments
(String newComment) Add comment as CommentsBlock to children fieldTransform.addComments
(String[] newComments) Add comments as String[] array to children fieldTransform.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldTransform.clearChildren()
Utility method to clear MFNode value of children field.Transform.clearIS()
Utility method to clear SFNode value of IS field.Transform.clearMetadata()
Utility method to clear SFNode value of metadata field.Transform.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.Transform.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.Transform.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.Transform.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.Transform.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.Transform.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.Transform.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.Transform.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.Transform.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.Transform.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.Transform.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.Transform.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.Transform.setCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.Transform.setCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.Transform.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.Transform.setCenter
(float x, float y, float z) Assign values to SFVec3f center field, similar tosetCenter(float[])
.Assign typed object value to SFVec3f center field, similar tosetCenter(float[])
.Transform.setChildren
(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.Transform.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final Transform
Transform.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Transform.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Transform
Transform.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Transform.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Transform
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Transform
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Transform.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Transform.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Transform.setRotation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetRotation(float[])
.Transform.setRotation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetRotation(float[])
.Transform.setRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.Transform.setRotation
(float x, float y, float z, float angleRadians) Assign values to SFRotation rotation field, similar tosetRotation(float[])
.Transform.setRotation
(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar tosetRotation(float[])
.Transform.setScale
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScale(float[])
.Transform.setScale
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScale(float[])
.Transform.setScale
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.Transform.setScale
(float x, float y, float z) Assign values to SFVec3f scale field, similar tosetScale(float[])
.Assign typed object value to SFVec3f scale field, similar tosetScale(float[])
.Transform.setScaleOrientation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetScaleOrientation(float[])
.Transform.setScaleOrientation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetScaleOrientation(float[])
.Transform.setScaleOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.Transform.setScaleOrientation
(float x, float y, float z, float angleRadians) Assign values to SFRotation scaleOrientation field, similar tosetScaleOrientation(float[])
.Transform.setScaleOrientation
(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar tosetScaleOrientation(float[])
.Transform.setTranslation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetTranslation(float[])
.Transform.setTranslation
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetTranslation(float[])
.Transform.setTranslation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.Transform.setTranslation
(float x, float y, float z) Assign values to SFVec3f translation field, similar tosetTranslation(float[])
.Transform.setTranslation
(SFVec3f newValue) Assign typed object value to SFVec3f translation field, similar tosetTranslation(float[])
.final Transform
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Transform.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.Transform.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.