Uses of Class
org.web3d.x3d.jsail.Followers.PositionChaser
Package
Description
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
-
Uses of PositionChaser in org.web3d.x3d.jsail.Followers
Modifier and TypeMethodDescriptionPositionChaser.addComments
(String newComment) Add comment as String to contained commentsList.PositionChaser.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.PositionChaser.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.PositionChaser.clearIS()
Utility method to clear SFNode value of IS field.PositionChaser.clearMetadata()
Utility method to clear SFNode value of metadata field.final PositionChaser
PositionChaser.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.PositionChaser.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final PositionChaser
PositionChaser.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.PositionChaser.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final PositionChaser
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.PositionChaser.setDuration
(double newValue) Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.PositionChaser.setDuration
(SFTime newValue) Assign typed object value to SFTime duration field, similar tosetDuration(double)
.final PositionChaser
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.PositionChaser.setInitialDestination
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetInitialDestination(float[])
.PositionChaser.setInitialDestination
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetInitialDestination(float[])
.PositionChaser.setInitialDestination
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named initialDestination.PositionChaser.setInitialDestination
(float x, float y, float z) Assign values to SFVec3f initialDestination field, similar tosetInitialDestination(float[])
.PositionChaser.setInitialDestination
(SFVec3f newValue) Assign typed object value to SFVec3f initialDestination field, similar tosetInitialDestination(float[])
.PositionChaser.setInitialValue
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetInitialValue(float[])
.PositionChaser.setInitialValue
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetInitialValue(float[])
.PositionChaser.setInitialValue
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named initialValue.PositionChaser.setInitialValue
(float x, float y, float z) Assign values to SFVec3f initialValue field, similar tosetInitialValue(float[])
.PositionChaser.setInitialValue
(SFVec3f newValue) Assign typed object value to SFVec3f initialValue field, similar tosetInitialValue(float[])
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.PositionChaser.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PositionChaser.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final PositionChaser
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.PositionChaser.setUSE
(PositionChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionPositionChaser.setUSE
(PositionChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.