Uses of Class
org.web3d.x3d.jsail.Followers.ScalarChaser
Packages that use ScalarChaser
Package
Description
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
-
Uses of ScalarChaser in org.web3d.x3d.jsail.Followers
Methods in org.web3d.x3d.jsail.Followers that return ScalarChaserModifier and TypeMethodDescriptionScalarChaser.addComments(String newComment) Add comment as String to contained commentsList.ScalarChaser.addComments(String[] newComments) Add comments as String[] array to contained commentsList.ScalarChaser.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ScalarChaser.clearIS()Utility method to clear SFNode value of IS field.ScalarChaser.clearMetadata()Utility method to clear SFNode value of metadata field.final ScalarChaserScalarChaser.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ScalarChaser.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toScalarChaser.setCssClass(String).final ScalarChaserScalarChaser.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ScalarChaser.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toScalarChaser.setCssStyle(String).final ScalarChaserAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toScalarChaser.setDEF(String).ScalarChaser.setDuration(double newValue) Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.ScalarChaser.setDuration(SFTime newValue) Assign typed object value to SFTime duration field, similar toScalarChaser.setDuration(double).final ScalarChaserAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toScalarChaser.setHtmlId(String).ScalarChaser.setInitialDestination(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toScalarChaser.setInitialDestination(float).ScalarChaser.setInitialDestination(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named initialDestination.ScalarChaser.setInitialDestination(SFFloat newValue) Assign typed object value to SFFloat initialDestination field, similar toScalarChaser.setInitialDestination(float).ScalarChaser.setInitialValue(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toScalarChaser.setInitialValue(float).ScalarChaser.setInitialValue(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named initialValue.ScalarChaser.setInitialValue(SFFloat newValue) Assign typed object value to SFFloat initialValue field, similar toScalarChaser.setInitialValue(float).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.ScalarChaser.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ScalarChaser.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 ScalarChaserAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toScalarChaser.setUSE(String).ScalarChaser.setUSE(ScalarChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar toScalarChaser.setUSE(String).Methods in org.web3d.x3d.jsail.Followers with parameters of type ScalarChaserModifier and TypeMethodDescriptionScalarChaser.setUSE(ScalarChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar toScalarChaser.setUSE(String).