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