BallJointObject |
BallJointObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
BallJointObject |
BallJointObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
BallJointObject |
BallJointObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
BallJointObject |
BallJointObject.addForceOutput(java.lang.String newValue) |
Add singleton String value to MFString forceOutput field.
|
BallJointObject |
BallJointObject.addForceOutput(SFStringObject newValue) |
Add singleton SFStringObject value to MFString forceOutput field.
|
BallJointObject |
BallJointObject.clearBody1() |
Utility method to clear SFNode value of body1 field.
|
BallJointObject |
BallJointObject.clearBody2() |
Utility method to clear SFNode value of body2 field.
|
BallJointObject |
BallJointObject.clearForceOutput() |
Utility method to clear MFString value of forceOutput field.
|
BallJointObject |
BallJointObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
BallJointObject |
BallJointObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
BallJointObject |
BallJointObject.setAnchorPoint(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setAnchorPoint(float[]) .
|
BallJointObject |
BallJointObject.setAnchorPoint(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setAnchorPoint(float[]) .
|
BallJointObject |
BallJointObject.setAnchorPoint(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.
|
BallJointObject |
BallJointObject.setAnchorPoint(float x,
float y,
float z) |
|
BallJointObject |
BallJointObject.setAnchorPoint(SFVec3fObject newValue) |
|
BallJointObject |
BallJointObject.setBody1(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.
|
BallJointObject |
BallJointObject.setBody1(RigidBody newValue) |
Accessor method to assign RigidBodyObject instance (using a properly typed node) to inputOutput SFNode field body1.
|
BallJointObject |
BallJointObject.setBody2(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.
|
BallJointObject |
BallJointObject.setBody2(RigidBody newValue) |
Accessor method to assign RigidBodyObject instance (using a properly typed node) to inputOutput SFNode field body2.
|
BallJointObject |
BallJointObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
BallJointObject |
BallJointObject.setCssClass(SFStringObject newValue) |
|
BallJointObject |
BallJointObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
BallJointObject |
BallJointObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
BallJointObject |
BallJointObject.setForceOutput(java.lang.String newValue) |
|
BallJointObject |
BallJointObject.setForceOutput(java.lang.String[] newValue) |
Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.
|
BallJointObject |
BallJointObject.setForceOutput(java.util.ArrayList<java.lang.String> newValue) |
|
BallJointObject |
BallJointObject.setForceOutput(MFStringObject newValue) |
|
BallJointObject |
BallJointObject.setForceOutput(SFStringObject newValue) |
|
BallJointObject |
BallJointObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
BallJointObject |
BallJointObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
BallJointObject |
BallJointObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BallJointObject |
BallJointObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
BallJointObject |
BallJointObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
BallJointObject |
BallJointObject.setUSE(BallJointObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|