GraphComponent<V extends VisualVertex,E extends VisualEdge<V>,G extends VisualGraph<V,E>> |
A component that contains primary and satellite graph views.
|
GraphPerspectiveInfo<V extends VisualVertex,E extends VisualEdge<V>> |
An object that allows for storing and restoring of graph perspective data, like the zoom
level and the position of the graph.
|
GraphViewer<V extends VisualVertex,E extends VisualEdge<V>> |
The base viewer for the Graph module.
|
GraphViewerUtils |
This class houses various methods for translating location and size data from the various
graph coordinate spaces.
|
SatelliteGraphViewer<V extends VisualVertex,E extends VisualEdge<V>> |
A graph viewer that shows a scaled, complete rendering of the graph with which it is
associated.
|
VisualGraphScalingControl |
An implementation of ScalingControl that allows us to zoom in and out of the view.
|
VisualGraphView<V extends VisualVertex,E extends VisualEdge<V>,G extends VisualGraph<V,E>> |
A view object, where 'view' is used in the sense of the Model-View-Controller (MVC) pattern.
|
VisualGraphViewUpdater<V extends VisualVertex,E extends VisualEdge<V>> |
This is the class through which operations travel that manipulate the view and graph while
plugged-in to the UI.
|