| 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 |
|---|---|
CoordinateChaserObject |
CoordinateChaserObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
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.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.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
CoordinateChaserObject |
CoordinateChaserObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
CoordinateChaserObject |
CoordinateChaserObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CoordinateChaserObject |
CoordinateChaserObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
CoordinateChaserObject |
CoordinateChaserObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CoordinateChaserObject |
CoordinateChaserObject.setDuration(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to initializeOnly SFTime field named duration.
|
CoordinateChaserObject |
CoordinateChaserObject.setDuration(SFTimeObject newValue)
Assign typed object value to SFTime duration field, similar to
setDuration(double). |
CoordinateChaserObject |
CoordinateChaserObject.setInitialDestination(float[] newValue)
Assign 3-tuple float array to initializeOnly MFVec3f field named initialDestination.
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialDestination(MFVec3fObject newValue)
Assign typed object value to MFVec3f initialDestination field, similar to
setInitialDestination(float[]). |
CoordinateChaserObject |
CoordinateChaserObject.setInitialValue(float[] newValue)
Assign 3-tuple float array to initializeOnly MFVec3f field named initialValue.
|
CoordinateChaserObject |
CoordinateChaserObject.setInitialValue(MFVec3fObject newValue)
Assign typed object value to MFVec3f initialValue field, similar to
setInitialValue(float[]). |
CoordinateChaserObject |
CoordinateChaserObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
CoordinateChaserObject |
CoordinateChaserObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateChaserObject |
CoordinateChaserObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CoordinateChaserObject |
CoordinateChaserObject.setUSE(CoordinateChaserObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
CoordinateChaserObject |
CoordinateChaserObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
CoordinateChaserObject |
CoordinateChaserObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateChaserObject |
CoordinateChaserObject.setUSE(CoordinateChaserObject 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.