Uses of Interface
org.web3d.x3d.sai.Followers.X3DChaserNode

Packages that use X3DChaserNode 
Package Description
org.web3d.x3d.jsail.Followers  
org.web3d.x3d.sai.Followers  
  • Uses of X3DChaserNode in org.web3d.x3d.jsail.Followers

    Classes in org.web3d.x3d.jsail.Followers that implement X3DChaserNode 
    Modifier and Type Class Description
    class  ColorChaserObject
    ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
    class  CoordinateChaserObject
    CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
    class  OrientationChaserObject
    OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    class  PositionChaser2DObject
    PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
    class  PositionChaserObject
    PositionChaser generates a series of position values that progressively change from initial value to destination value.
    class  ScalarChaserObject
    ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
    class  TexCoordChaser2DObject
    TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
  • Uses of X3DChaserNode in org.web3d.x3d.sai.Followers

    Subinterfaces of X3DChaserNode in org.web3d.x3d.sai.Followers 
    Modifier and Type Interface Description
    interface  ColorChaser
    ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
    interface  CoordinateChaser
    CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
    interface  OrientationChaser
    OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
    interface  PositionChaser
    PositionChaser generates a series of position values that progressively change from initial value to destination value.
    interface  PositionChaser2D
    PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
    interface  ScalarChaser
    ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
    interface  TexCoordChaser2D
    TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
    Methods in org.web3d.x3d.sai.Followers that return X3DChaserNode 
    Modifier and Type Method Description
    X3DChaserNode X3DChaserNode.setDuration​(double newValue)
    Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.
    X3DChaserNode X3DChaserNode.setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.