| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| Modifier and Type | Method and Description |
|---|---|
OrientationChaserObject |
OrientationChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
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.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
OrientationChaserObject |
OrientationChaserObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
OrientationChaserObject |
OrientationChaserObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OrientationChaserObject |
OrientationChaserObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
OrientationChaserObject |
OrientationChaserObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OrientationChaserObject |
OrientationChaserObject.setDuration(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to initializeOnly SFTime field named duration.
|
OrientationChaserObject |
OrientationChaserObject.setDuration(SFTimeObject newValue)
Assign typed object value to SFTime duration field, similar to
setDuration(double). |
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(float[] newValue)
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)
Assign values to SFRotation initialDestination field, similar to
setInitialDestination(float[]). |
OrientationChaserObject |
OrientationChaserObject.setInitialDestination(SFRotationObject newValue)
Assign typed object value to SFRotation initialDestination field, similar to
setInitialDestination(float[]). |
OrientationChaserObject |
OrientationChaserObject.setInitialValue(float[] newValue)
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)
Assign values to SFRotation initialValue field, similar to
setInitialValue(float[]). |
OrientationChaserObject |
OrientationChaserObject.setInitialValue(SFRotationObject newValue)
Assign typed object value to SFRotation initialValue field, similar to
setInitialValue(float[]). |
OrientationChaserObject |
OrientationChaserObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
OrientationChaserObject |
OrientationChaserObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationChaserObject |
OrientationChaserObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrientationChaserObject |
OrientationChaserObject.setUSE(OrientationChaserObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
OrientationChaserObject |
OrientationChaserObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
OrientationChaserObject |
OrientationChaserObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
OrientationChaserObject |
OrientationChaserObject.setUSE(OrientationChaserObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.