Uses of Class
prefuse.util.force.AbstractForce

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

Uses of AbstractForce in prefuse.util.force
 

Subclasses of AbstractForce in prefuse.util.force
 class CircularWallForce
          Uses a gravitational force model to act as a circular "wall".
 class DragForce
          Implements a viscosity/drag force to help stabilize items.
 class GravitationalForce
          Represents a constant gravitational force, like the pull of gravity for an object on the Earth (F = mg).
 class NBodyForce
          Force function which computes an n-body force such as gravity, anti-gravity, or the results of electric charges.
 class SpringForce
          Force function that computes the force acting on ForceItems due to a given Spring.
 class WallForce
          Uses a gravitational force model to act as a "wall".
 



Copyright © 2007 Regents of the University of California