Jeospace API

Uses of Interface
org.jeospace.event.InterpolationListener

Packages that use InterpolationListener
org.jeospace.navigation Contains classes that implement the navigation capabilities. 
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
 

Uses of InterpolationListener in org.jeospace.navigation
 

Methods in org.jeospace.navigation with parameters of type InterpolationListener
 void OrbitInterpolator.addInterpolationListener(InterpolationListener il)
          Add a listener to this interpolator
 void OrbitInterpolator.removeInterpolationListener(InterpolationListener il)
          Remove a listener from this interpolator
 void SphericalInterpolator.addInterpolationListener(InterpolationListener il)
          Add a listener to this interpolator
 void SphericalInterpolator.removeInterpolationListener(InterpolationListener il)
          Remove a listener from this interpolator
 void PositionInterpolator.addInterpolationListener(InterpolationListener il)
          Add a listener to this interpolator
 void PositionInterpolator.removeInterpolationListener(InterpolationListener il)
          Remove a listener from this interpolator
 void QuaternionInterpolator.addInterpolationListener(InterpolationListener il)
          Add a listener to this interpolator
 void QuaternionInterpolator.removeInterpolationListener(InterpolationListener il)
          Remove a listener from this interpolator
 void OrientationInterpolator.addInterpolationListener(InterpolationListener il)
          Add a listener to this interpolator
 void OrientationInterpolator.removeInterpolationListener(InterpolationListener il)
          Remove a listener from this interpolator
 

Uses of InterpolationListener in org.jeospace.simulation
 

Classes in org.jeospace.simulation that implement InterpolationListener
 class X3DNavManager
          Manages the navigation components.
 


Jeospace API

Copyright © 2006 - jeospace.org