prefuse.action |
A library of reusable and composable modules
for performing data processing or assigning visual attributes.
|
Java Source File Name | Type | Comment |
Action.java | Class | Actions are building blocks that perform any number of operations on a
Visualization, typically processing VisualItems to set various visual
attributes. |
ActionList.java | Class | The ActionList represents a chain of Actions that process VisualItems. |
ActionSwitch.java | Class | The ActionSwitch selects between a set of Actions, allowing only one
of a group of Actions to be executed at a time. |
CompositeAction.java | Class | Abstract base class for Action implementations that hold a collection
of subclasses. |
EncoderAction.java | Class | 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.java | Class | An Action that can be parameterized to process a particular group of items. |
ItemAction.java | Class | An Action that processes VisualItems one item at a time. |
RepaintAction.java | Class | Issues a repaint request to a Visualization. |