Uses of Class
org.web3d.x3d.jsail.Followers.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
Modifier 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 ScalarChaser
ScalarChaser.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 tosetCssClass(String)
.final ScalarChaser
ScalarChaser.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 tosetCssStyle(String)
.final ScalarChaser
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(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 tosetDuration(double)
.final ScalarChaser
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.ScalarChaser.setInitialDestination
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetInitialDestination(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 tosetInitialDestination(float)
.ScalarChaser.setInitialValue
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetInitialValue(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 tosetInitialValue(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 ScalarChaser
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ScalarChaser.setUSE
(ScalarChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionScalarChaser.setUSE
(ScalarChaser DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.