All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.Interpolator

java.lang.Object
   |
   +----java.media.j3d.SceneGraphObject
           |
           +----java.media.j3d.Node
                   |
                   +----java.media.j3d.Leaf
                           |
                           +----java.media.j3d.Behavior
                                   |
                                   +----java.media.j3d.Interpolator

public abstract class Interpolator
extends Behavior
The Interpolation behavior is an abstract class that provides the building blocks used by its various interpolation specializations


Constructor Index

 o Interpolator(Alpha)

Method Index

 o getAlpha()
Retrieves this interpolator's alpha object.
 o initialize()
This is the default Interpolator behavior initialization routine.
 o setAlpha(Alpha)
Set this interpolator's alpha to the alpha object specified.

Constructors

 o Interpolator
 public Interpolator(Alpha alpha)

Methods

 o getAlpha
 public Alpha getAlpha()
Retrieves this interpolator's alpha object.

Returns:
this interpolator's alpha object
 o setAlpha
 public void setAlpha(Alpha alpha)
Set this interpolator's alpha to the alpha object specified.

Parameters:
alpha - the new alpha object
 o initialize
 public void initialize()
This is the default Interpolator behavior initialization routine. It sets the Interpolator Start Time to the current time and schedules the behavior to awaken at the next frame.

Overrides:
initialize in class Behavior

All Packages  Class Hierarchy  This Package  Previous  Next  Index