See: Description
Interface | Description |
---|---|
GraphDisplay<N,E> |
Interface for general displays capable of displaying graphs and selecting
elements from them.
|
TreeDisplay<N> |
TreeDisplay specifies a number of general methods used by any display which
can display a tree.
|
Class | Description |
---|---|
AbstractDatasetDisplay<D> |
Abstract base class for displaying datasets in a JComponent.
|
AbstractGraphDisplay<N,E> |
Abstract base class for displaying graphs in a JComponent.
|
AnimateCanvas<N,E> |
The AnimateCanvas class augments the GraphCanvas with support for Animated
displays.
|
FillTreePane<N> |
Implementation of a Tree display using rectangular tiles to represent each
node.
|
GraphCanvas<N,E> |
The GraphCanvas class provides a set of utilities for drawing and managing
graphs.
|
JTreeWrapper<N> |
TreeDisplay which provides a lightweight wrapper around a Swing JTree.
|
MatrixGraphDisplay<N,E> |
Graph display showing the incidence matrix for the graph.
|
SvgRenderer<N,E> |
This class provides the ability to render graph and tree displays into an
SVG representation.
|
TimeLineCanvas |
This class provides utilities for drawing timeline displays.
|
TreeGraphCanvas<N> |
This class provides some support for displaying trees as if they were
Graphs.
|
Contains classes and interfaces used to display different data structures in a variety of styles. The display classes use classes from both the prajna.viz.arrange and prajna.viz.render packages.