| Class | Description |
|---|---|
| Action |
Actions are building blocks that perform any number of operations on a
Visualization, typically processing VisualItems to set various visual
attributes.
|
| ActionList |
The ActionList represents a chain of Actions that process VisualItems.
|
| ActionSwitch |
The ActionSwitch selects between a set of Actions, allowing only one
of a group of Actions to be executed at a time.
|
| CompositeAction |
Abstract base class for Action implementations that hold a collection
of subclasses.
|
| 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 parametrized to process a particular group of items.
|
| ItemAction |
An Action that processes VisualItems one item at a time.
|
| RepaintAction |
Issues a repaint request to a Visualization.
|