Uses of Package
prefuse.action

Packages that use prefuse.action
prefuse The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. 
prefuse.action A library of reusable and composable modules for performing data processing or assigning visual attributes. 
prefuse.action.animate Action modules for constructing animations. 
prefuse.action.assignment Action modules for assigning visual properties such as colors, sizes, and fonts. 
prefuse.action.distortion Actions modules which distort the presentation space to support enhanced navigation and browsing. 
prefuse.action.filter Action modules for visually filtering items by controlling their visibility. 
prefuse.action.layout Action modules providing layout algorithms for use by prefuse visualizations. 
prefuse.action.layout.graph Action modules for computing the layout of graph or tree structured data. 
 

Classes in prefuse.action used by prefuse
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
 

Classes in prefuse.action used by prefuse.action
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
CompositeAction
          Abstract base class for Action implementations that hold a collection of subclasses.
GroupAction
          An Action that can be parameterized to process a particular group of items.
ItemAction
          An Action that processes VisualItems one item at a time.
 

Classes in prefuse.action used by prefuse.action.animate
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
GroupAction
          An Action that can be parameterized to process a particular group of items.
ItemAction
          An Action that processes VisualItems one item at a time.
 

Classes in prefuse.action used by prefuse.action.assignment
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
EncoderAction
          ItemAction instance that can also maintain a collection of rule mappings that can be used by subclasses to create particular rule-mappings for encoding data values.
GroupAction
          An Action that can be parameterized to process a particular group of items.
ItemAction
          An Action that processes VisualItems one item at a time.
 

Classes in prefuse.action used by prefuse.action.distortion
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
GroupAction
          An Action that can be parameterized to process a particular group of items.
 

Classes in prefuse.action used by prefuse.action.filter
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
GroupAction
          An Action that can be parameterized to process a particular group of items.
 

Classes in prefuse.action used by prefuse.action.layout
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
GroupAction
          An Action that can be parameterized to process a particular group of items.
 

Classes in prefuse.action used by prefuse.action.layout.graph
Action
          Actions are building blocks that perform any number of operations on a Visualization, typically processing VisualItems to set various visual attributes.
GroupAction
          An Action that can be parameterized to process a particular group of items.
 



Copyright © 2007 Regents of the University of California