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