Package de.uni_leipzig.cvk.visual

Provides the classes which implement the visualization with the top-level Visualization and Display classes of prefuse toolkit.

See:
          Description

Class Summary
AggregateDragControl Interactive drag control that is "aggregate-aware"
AggregateLayout Layout algorithm that computes a convex hull surrounding aggregate items and saves it in the "_polygon" field.
AggregatePanel Is a JPanel class and uses a Visualization instance AggregatePanel.m_vis and a Display instance AggregatePanel.m_display.
FitOverviewListener  
LabelLayout Set label positions.
NodeColorAction A new ColorAction for all nodes.
 

Enum Summary
AggregatePanel.Actions Action group names for Visualization.
 

Package de.uni_leipzig.cvk.visual Description

Provides the classes which implement the visualization with the top-level Visualization and Display classes of prefuse toolkit.

The AggregatePanel class is the primary class of this package and uses all other classes.