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
-
Interpolator(Alpha)
-
-
getAlpha()
- Retrieves this interpolator's alpha object.
-
initialize()
- This is the default Interpolator behavior initialization routine.
-
setAlpha(Alpha)
- Set this interpolator's alpha to the alpha object specified.
Interpolator
public Interpolator(Alpha alpha)
getAlpha
public Alpha getAlpha()
- Retrieves this interpolator's alpha object.
- Returns:
- this interpolator's alpha object
setAlpha
public void setAlpha(Alpha alpha)
- Set this interpolator's alpha to the alpha object specified.
- Parameters:
- alpha - the new alpha object
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