Package | Description |
---|---|
prefuse.action.layout.graph |
Action modules for computing the layout of graph or tree structured data.
|
prefuse.util.force |
Utility classes providing a physical force simulation for layout and
animation.
|
prefuse.util.ui |
Utility classes facilitating the generation and composition of user
interface components.
|
Modifier and Type | Method and Description |
---|---|
ForceSimulator |
ForceDirectedLayout.getForceSimulator()
Get the force simulator driving this layout.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ForceDirectedLayout.initSimulator(ForceSimulator fsim)
Loads the simulator with all relevant force items and springs.
|
void |
ForceDirectedLayout.setForceSimulator(ForceSimulator fsim)
Set the force simulator driving this layout.
|
Constructor and Description |
---|
ForceDirectedLayout(java.lang.String group,
ForceSimulator fsim,
boolean enforceBounds)
Create a new ForceDirectedLayout.
|
ForceDirectedLayout(java.lang.String group,
ForceSimulator fsim,
boolean enforceBounds,
boolean runonce)
Create a new ForceDirectedLayout.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractForce.init(ForceSimulator fsim)
Initialize this force function.
|
void |
NBodyForce.init(ForceSimulator fsim)
Initialize the simulation with the provided enclosing simulation.
|
void |
Force.init(ForceSimulator fsim)
Initialize this force function.
|
void |
EulerIntegrator.integrate(ForceSimulator sim,
long timestep) |
void |
RungeKuttaIntegrator.integrate(ForceSimulator sim,
long timestep) |
void |
Integrator.integrate(ForceSimulator sim,
long timestep) |
Constructor and Description |
---|
ForceConfigAction(javax.swing.JFrame frame,
ForceSimulator fsim)
Create a new ForceConfigAction.
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.JFrame |
JForcePanel.showForcePanel(ForceSimulator fsim)
Create and displays a new window showing a configuration panel
for the given ForceSimulator.
|
Constructor and Description |
---|
JForcePanel(ForceSimulator fsim)
Create a new JForcePanel
|
Copyright ? 2013 Regents of the University of California