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