| AnnotatingGraphMousePlugin |
AnnotatingGraphMousePlugin can create Shape and Text annotations in a layer of the graph
visualization.
|
| AnnotatingModalGraphMouse |
a graph mouse that supplies an annotations mode
|
| AnnotatingModalGraphMouse.Builder |
Build an instance of a EditingModalGraphMouse
|
| Annotation |
stores an annotation, either a shape or a string
|
| Annotation.Layer |
|
| AnnotationManager |
handles the selection of annotations, and the support for the tools to draw them at specific
layers.
|
| AnnotationPaintable |
handles the actual drawing of annotations
|
| AnnotationRenderer |
AnnotationRenderer is similar to the cell renderers used by the JTable and JTree JFC classes.
|
| MultiSelectedVertexPaintable |
Paints a highlight at the location of all selected vertices.
|
| MultiSelectedVertexPaintable.Builder |
builder for the SelectedVertexPaintable
|
| SelectedVertexPaintable |
Paints a shape at the location of all selected vertices.
|
| SelectedVertexPaintable.Builder |
builder for the SelectedVertexPaintable
|
| SingleSelectedVertexPaintable |
Paints a shape at the location of all selected vertices.
|
| SingleSelectedVertexPaintable.Builder |
builder for the SelectedVertexPaintable
|