CoordinateChaserObject |
CoordinateChaserObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
CoordinateChaserObject |
CoordinateChaserObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
CoordinateChaserObject |
CoordinateChaserObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
CoordinateChaserObject |
CoordinateChaserObject.addInitialDestination(SFVec3fObject newValue) |
Add singleton SFVec3fObject value to MFVec3f initialDestination field.
|
CoordinateChaserObject |
CoordinateChaserObject.addInitialValue(SFVec3fObject newValue) |
Add singleton SFVec3fObject value to MFVec3f initialValue field.
|
CoordinateChaserObject |
CoordinateChaserObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
CoordinateChaserObject |
CoordinateChaserObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
CoordinateChaserObject |
CoordinateChaserObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
CoordinateChaserObject |
CoordinateChaserObject.setCssClass(SFStringObject newValue) |
|
CoordinateChaserObject |
CoordinateChaserObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
CoordinateChaserObject |
CoordinateChaserObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
CoordinateChaserObject |
CoordinateChaserObject.setDuration(double newValue) |
Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.
|
CoordinateChaserObject |
CoordinateChaserObject.setDuration(SFTimeObject newValue) |
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialDestination(double[] newArray) |
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialDestination(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly MFVec3f field named initialDestination.
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialDestination(MFVec3fObject newValue) |
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialValue(double[] newArray) |
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialValue(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly MFVec3f field named initialValue.
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialValue(MFVec3fObject newValue) |
|
CoordinateChaserObject |
CoordinateChaserObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
CoordinateChaserObject |
CoordinateChaserObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateChaserObject |
CoordinateChaserObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateChaserObject |
CoordinateChaserObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
CoordinateChaserObject |
CoordinateChaserObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
CoordinateChaserObject |
CoordinateChaserObject.setUSE(CoordinateChaserObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|