Package | Description |
---|---|
prefuse.util.force |
Utility classes providing a physical force simulation for layout and
animation.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Integrator |
ForceSimulator.getIntegrator()
Get the Integrator used by this simulator.
|
Modifier and Type | Method and Description |
---|---|
void |
ForceSimulator.setIntegrator(Integrator intgr)
Set the Integrator used by this simulator.
|
Constructor and Description |
---|
ForceSimulator(Integrator integr)
Create a new, empty ForceSimulator.
|
Copyright ? 2013 Regents of the University of California