TransformObject |
TransformObject.addChild(X3DChildNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
TransformObject |
TransformObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for 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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
TransformObject |
TransformObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
TransformObject |
TransformObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
TransformObject |
TransformObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
TransformObject |
TransformObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
TransformObject |
TransformObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
TransformObject |
TransformObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
TransformObject |
TransformObject.setBboxCenter(float x,
float y,
float z) |
|
TransformObject |
TransformObject.setBboxCenter(SFVec3fObject newValue) |
|
TransformObject |
TransformObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
TransformObject |
TransformObject.setBboxDisplay(SFBoolObject newValue) |
|
TransformObject |
TransformObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
TransformObject |
TransformObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
TransformObject |
TransformObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
TransformObject |
TransformObject.setBboxSize(float x,
float y,
float z) |
|
TransformObject |
TransformObject.setBboxSize(SFVec3fObject newValue) |
|
TransformObject |
TransformObject.setCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setCenter(float[]) .
|
TransformObject |
TransformObject.setCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setCenter(float[]) .
|
TransformObject |
TransformObject.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
|
TransformObject |
TransformObject.setCenter(float x,
float y,
float z) |
|
TransformObject |
TransformObject.setCenter(SFVec3fObject newValue) |
|
TransformObject |
TransformObject.setChildren(java.util.ArrayList<X3DChildNode> newValue) |
|
TransformObject |
TransformObject.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
TransformObject |
TransformObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
TransformObject |
TransformObject.setCssClass(SFStringObject newValue) |
|
TransformObject |
TransformObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
TransformObject |
TransformObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
TransformObject |
TransformObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
TransformObject |
TransformObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
TransformObject |
TransformObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TransformObject |
TransformObject.setRotation(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setRotation(float[]) .
|
TransformObject |
TransformObject.setRotation(double x,
double y,
double z,
double angleRadians) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setRotation(float[]) .
|
TransformObject |
TransformObject.setRotation(float[] newValue) |
Accessor method to 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) |
|
TransformObject |
TransformObject.setRotation(SFRotationObject newValue) |
|
TransformObject |
TransformObject.setScale(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setScale(float[]) .
|
TransformObject |
TransformObject.setScale(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setScale(float[]) .
|
TransformObject |
TransformObject.setScale(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
TransformObject |
TransformObject.setScale(float x,
float y,
float z) |
|
TransformObject |
TransformObject.setScale(SFVec3fObject newValue) |
|
TransformObject |
TransformObject.setScaleOrientation(double[] newArray) |
|
TransformObject |
TransformObject.setScaleOrientation(double x,
double y,
double z,
double angleRadians) |
|
TransformObject |
TransformObject.setScaleOrientation(float[] newValue) |
Accessor method to 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) |
|
TransformObject |
TransformObject.setScaleOrientation(SFRotationObject newValue) |
|
TransformObject |
TransformObject.setTranslation(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setTranslation(float[]) .
|
TransformObject |
TransformObject.setTranslation(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setTranslation(float[]) .
|
TransformObject |
TransformObject.setTranslation(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
TransformObject |
TransformObject.setTranslation(float x,
float y,
float z) |
|
TransformObject |
TransformObject.setTranslation(SFVec3fObject newValue) |
|
TransformObject |
TransformObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
TransformObject |
TransformObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
TransformObject |
TransformObject.setUSE(TransformObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
TransformObject |
TransformObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
TransformObject |
TransformObject.setVisible(SFBoolObject newValue) |
|