|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AxisLabelLayout | Layout Action that positions axis grid lines and labels for a given range model. |
| AxisLayout | Layout Action that assigns positions along a single dimension (either x or y) according to a specified data field. |
| CircleLayout | Layout action that positions visual items along a circle. |
| CollapsedStackLayout | Layout Action that updates the outlines of polygons in a stacked line chart, properly setting the coordinates of "collapsed" stacks. |
| CollapsedSubtreeLayout | Layout Action that sets the positions for newly collapsed or newly expanded nodes of a tree. |
| GridLayout | Implements a uniform grid-based layout. |
| Layout | Abstract base class providing convenience methods for layout algorithms. |
| RandomLayout | Performs a random layout of items within the layout bounds. |
| SpecifiedLayout | Layout Action that sets x, y coordinates for a visual item by simply looking them up from another data field. |
| StackedAreaChart | Layout Action that computes a stacked area chart, in which a series of data values are consecutively stacked on top of each other. |
Action modules providing layout algorithms for use by prefuse visualizations.
All provided layouts descend from the abstract
Layout class, allowing
the layout bounds and anchor point to be customized on a per-Action basis.
Layouts specifically for graph or tree structured data are available in the
prefuse.action.layout.graph package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||