Uses of Class
prefuse.util.force.ForceSimulator

Packages that use ForceSimulator
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. 
 

Uses of ForceSimulator in prefuse.action.layout.graph
 

Methods in prefuse.action.layout.graph that return ForceSimulator
 ForceSimulator ForceDirectedLayout.getForceSimulator()
          Get the force simulator driving this layout.
 

Methods in prefuse.action.layout.graph with parameters of type ForceSimulator
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.
 

Constructors in prefuse.action.layout.graph with parameters of type ForceSimulator
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.
 

Uses of ForceSimulator in prefuse.util.force
 

Methods in prefuse.util.force with parameters of type ForceSimulator
 void NBodyForce.init(ForceSimulator fsim)
          Initialize the simulation with the provided enclosing simulation.
 void Force.init(ForceSimulator fsim)
          Initialize this force function.
 void AbstractForce.init(ForceSimulator fsim)
          Initialize this force function.
 void RungeKuttaIntegrator.integrate(ForceSimulator sim, long timestep)
           
 void Integrator.integrate(ForceSimulator sim, long timestep)
           
 void EulerIntegrator.integrate(ForceSimulator sim, long timestep)
           
 

Constructors in prefuse.util.force with parameters of type ForceSimulator
ForceConfigAction(javax.swing.JFrame frame, ForceSimulator fsim)
          Create a new ForceConfigAction.
 

Uses of ForceSimulator in prefuse.util.ui
 

Methods in prefuse.util.ui with parameters of type ForceSimulator
static javax.swing.JFrame JForcePanel.showForcePanel(ForceSimulator fsim)
          Create and displays a new window showing a configuration panel for the given ForceSimulator.
 

Constructors in prefuse.util.ui with parameters of type ForceSimulator
JForcePanel(ForceSimulator fsim)
          Create a new JForcePanel
 



Copyright © 2007 Regents of the University of California