|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ForceSimulator.getIntegrator()
Get the Integrator used by this simulator. |
Methods in prefuse.util.force with parameters of type Integrator | |
void |
ForceSimulator.setIntegrator(Integrator intgr)
Set the Integrator used by this simulator. |
Constructors in prefuse.util.force with parameters of type Integrator | |
ForceSimulator(Integrator integr)
Create a new, empty ForceSimulator. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |