Uses of Interface
prefuse.util.force.Integrator

Packages that use Integrator
prefuse.util.force Utility classes providing a physical force simulation for layout and animation. 
 

Uses of Integrator in prefuse.util.force
 

Classes in prefuse.util.force that implement Integrator
 class EulerIntegrator
          Updates velocity and position data using Euler's Method.
 class RungeKuttaIntegrator
          Updates velocity and position data using the 4th-Order Runge-Kutta method.
 

Methods in prefuse.util.force that return Integrator
 Integrator ForceSimulatorImpl.getIntegrator()
           
 

Methods in prefuse.util.force with parameters of type Integrator
 void ForceSimulatorImpl.setIntegrator(Integrator intgr)
           
 

Constructors in prefuse.util.force with parameters of type Integrator
ForceSimulatorImpl(Integrator integr)
          Create a new, empty ForceSimulator.
 



Copyright © 2008 Regents of the University of California