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