Uses of Class
org.web3d.x3d.jsail.Grouping.Transform
Packages that use 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
Methods in org.web3d.x3d.jsail.Grouping that return TransformModifier 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 toTransform.setBboxCenter(float[]).Transform.setBboxCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setBboxCenter(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 toTransform.setBboxCenter(float[]).Transform.setBboxCenter(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar toTransform.setBboxCenter(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 toTransform.setBboxDisplay(boolean).Transform.setBboxSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTransform.setBboxSize(float[]).Transform.setBboxSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setBboxSize(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 toTransform.setBboxSize(float[]).Transform.setBboxSize(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar toTransform.setBboxSize(float[]).Transform.setCenter(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTransform.setCenter(float[]).Transform.setCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setCenter(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 toTransform.setCenter(float[]).Assign typed object value to SFVec3f center field, similar toTransform.setCenter(float[]).Transform.setChildren(ArrayList<X3DChildNode> newValue) Assign ArrayList value of MFNode children field, similar toTransform.setChildren(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 TransformTransform.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 toTransform.setCssClass(String).final TransformTransform.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 toTransform.setCssStyle(String).final TransformAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toTransform.setDEF(String).final TransformAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toTransform.setHtmlId(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 toTransform.setRotation(float[]).Transform.setRotation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setRotation(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 toTransform.setRotation(float[]).Transform.setRotation(SFRotation newValue) Assign typed object value to SFRotation rotation field, similar toTransform.setRotation(float[]).Transform.setScale(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTransform.setScale(float[]).Transform.setScale(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setScale(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 toTransform.setScale(float[]).Assign typed object value to SFVec3f scale field, similar toTransform.setScale(float[]).Transform.setScaleOrientation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTransform.setScaleOrientation(float[]).Transform.setScaleOrientation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setScaleOrientation(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 toTransform.setScaleOrientation(float[]).Transform.setScaleOrientation(SFRotation newValue) Assign typed object value to SFRotation scaleOrientation field, similar toTransform.setScaleOrientation(float[]).Transform.setTranslation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTransform.setTranslation(float[]).Transform.setTranslation(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toTransform.setTranslation(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 toTransform.setTranslation(float[]).Transform.setTranslation(SFVec3f newValue) Assign typed object value to SFVec3f translation field, similar toTransform.setTranslation(float[]).final TransformAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toTransform.setUSE(String).Assign a USE reference to another DEF node of same node type, similar toTransform.setUSE(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 toTransform.setVisible(boolean).Methods in org.web3d.x3d.jsail.Grouping with parameters of type TransformModifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar toTransform.setUSE(String).