| 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 | 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.
|
| Enum | Description |
|---|---|
| Viewer.CloseFramePolicy |
What to do when a view frame is closed.
|
| Viewer.ThreadingModel |
How does the viewer synchronise its internal graphic graph with the graph
displayed.
|