-
Interface Summary
| Interface |
Description |
| GraphRenderer<S,G> |
Interface for classes that draw a GraphicGraph in a swing component.
|
| LayerRenderer<G> |
A specific rendering class that can be plugged in any view and is called to
draw under or above the graph.
|
| View |
A view on a graphic graph.
|
| ViewerListener |
Listener for specific viewer events.
|
-
Class Summary
| Class |
Description |
| GraphRendererBase<S,G> |
|
| Selection |
|
| Viewer |
Set of views on a graphic graph.
|
| ViewerPipe |
Shell around a proxy pipe coming from the viewer allowing to put viewer
listeners on a viewer that runs in a distinct thread.
|
-