Uses of Class
org.web3d.x3d.jsail.Followers.PositionChaser2D
Packages that use 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
Methods in org.web3d.x3d.jsail.Followers that return PositionChaser2DModifier 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 PositionChaser2DPositionChaser2D.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 toPositionChaser2D.setCssClass(String).final PositionChaser2DPositionChaser2D.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 toPositionChaser2D.setCssStyle(String).final PositionChaser2DAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toPositionChaser2D.setDEF(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 toPositionChaser2D.setDuration(double).final PositionChaser2DAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toPositionChaser2D.setHtmlId(String).PositionChaser2D.setInitialDestination(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toPositionChaser2D.setInitialDestination(float[]).PositionChaser2D.setInitialDestination(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPositionChaser2D.setInitialDestination(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 toPositionChaser2D.setInitialDestination(float[]).PositionChaser2D.setInitialDestination(SFVec2f newValue) Assign typed object value to SFVec2f initialDestination field, similar toPositionChaser2D.setInitialDestination(float[]).PositionChaser2D.setInitialValue(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toPositionChaser2D.setInitialValue(float[]).PositionChaser2D.setInitialValue(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPositionChaser2D.setInitialValue(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 toPositionChaser2D.setInitialValue(float[]).PositionChaser2D.setInitialValue(SFVec2f newValue) Assign typed object value to SFVec2f initialValue field, similar toPositionChaser2D.setInitialValue(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 PositionChaser2DAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toPositionChaser2D.setUSE(String).PositionChaser2D.setUSE(PositionChaser2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toPositionChaser2D.setUSE(String).Methods in org.web3d.x3d.jsail.Followers with parameters of type PositionChaser2DModifier and TypeMethodDescriptionPositionChaser2D.setUSE(PositionChaser2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toPositionChaser2D.setUSE(String).