OrientationChaserObject |
OrientationChaserObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
OrientationChaserObject |
OrientationChaserObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
OrientationChaserObject |
OrientationChaserObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
OrientationChaserObject |
OrientationChaserObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
OrientationChaserObject |
OrientationChaserObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
OrientationChaserObject |
OrientationChaserObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
OrientationChaserObject |
OrientationChaserObject.setCssClass(SFStringObject newValue) |
|
OrientationChaserObject |
OrientationChaserObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
OrientationChaserObject |
OrientationChaserObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
OrientationChaserObject |
OrientationChaserObject.setDuration(double newValue) |
Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.
|
OrientationChaserObject |
OrientationChaserObject.setDuration(SFTimeObject newValue) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(double[] newArray) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(double x,
double y,
double z,
double angleRadians) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialDestination.
|
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(float x,
float y,
float z,
float angleRadians) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(SFRotationObject newValue) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialValue(double[] newArray) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialValue(double x,
double y,
double z,
double angleRadians) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setInitialValue(float[]) .
|
OrientationChaserObject |
OrientationChaserObject.setInitialValue(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to initializeOnly SFRotation field named initialValue.
|
OrientationChaserObject |
OrientationChaserObject.setInitialValue(float x,
float y,
float z,
float angleRadians) |
|
OrientationChaserObject |
OrientationChaserObject.setInitialValue(SFRotationObject newValue) |
|
OrientationChaserObject |
OrientationChaserObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
OrientationChaserObject |
OrientationChaserObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationChaserObject |
OrientationChaserObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationChaserObject |
OrientationChaserObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
OrientationChaserObject |
OrientationChaserObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
OrientationChaserObject |
OrientationChaserObject.setUSE(OrientationChaserObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|