Jeospace API

org.jeospace.navigation
Interface OrientationInterpolator

All Superinterfaces:
Orientation
All Known Implementing Classes:
QuaternionInterpolator

public interface OrientationInterpolator
extends Orientation

Defines the requirements for an orientation interpolator

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 void addInterpolationListener(InterpolationListener il)
          Add a listener to this interpolator
 Alpha getAlpha()
          Return the Alpha object
 void removeInterpolationListener(InterpolationListener il)
          Remove a listener from this interpolator
 void setAlpha(Alpha a)
          Set the Alpha object to drive the interpolator
 
Methods inherited from interface org.jeospace.navigation.Orientation
enableOrientation, get, get, updateOrientation
 

Method Detail

setAlpha

public void setAlpha(Alpha a)
Set the Alpha object to drive the interpolator

Parameters:
a - the Alpha object to install

getAlpha

public Alpha getAlpha()
Return the Alpha object

Returns:
the Alpha object

addInterpolationListener

public void addInterpolationListener(InterpolationListener il)
Add a listener to this interpolator

Parameters:
il - the InterpolationListener

removeInterpolationListener

public void removeInterpolationListener(InterpolationListener il)
Remove a listener from this interpolator

Parameters:
il - the InterpolationListener

Jeospace API

Copyright © 2006 - jeospace.org