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