Uses of Interface
org.web3d.x3d.sai.Followers.ColorChaser
Packages that use ColorChaser
Package
Description
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
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
Classes in org.web3d.x3d.jsail.Followers that implement ColorChaserModifier and TypeClassDescriptionclass
ColorChaser generates a series of SFColor values that progressively change from initial value to destination value. -
Uses of ColorChaser in org.web3d.x3d.sai.Followers
Methods in org.web3d.x3d.sai.Followers that return ColorChaserModifier and TypeMethodDescriptionColorChaser.setDuration
(double newValue) Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.ColorChaser.setInitialDestination
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to initializeOnly SFColor field named initialDestination.ColorChaser.setInitialValue
(float[] newValue) Accessor method to assign 3-tuple float array using RGB values [0..1] to initializeOnly SFColor field named initialValue.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.