Package org.jungrapht.visualization.annotations
Classes which support creating visual annotations for graphs.
-
Class Summary Class Description AnnotatingGraphMousePlugin<V,E> AnnotatingGraphMousePlugin can create Shape and Text annotations in a layer of the graph visualization.AnnotatingModalGraphMouse<V,E> a graph mouse that supplies an annotations modeAnnotatingModalGraphMouse.Builder<V,E,T extends AnnotatingModalGraphMouse,B extends AnnotatingModalGraphMouse.Builder<V,E,T,B>> Build an instance of a EditingModalGraphMouseAnnotatingModalGraphMouse.ModeKeyAdapter Annotation<T> stores an annotation, either a shape or a stringAnnotationControls<V,E> a collection of controls for annotations.AnnotationManager handles the selection of annotations, and the support for the tools to draw them at specific layers.AnnotationPaintable handles the actual drawing of annotationsAnnotationRenderer AnnotationRenderer is similar to the cell renderers used by the JTable and JTree JFC classes.MultiSelectedVertexPaintable<V,E> Paints a highlight at the location of all selected vertices.MultiSelectedVertexPaintable.Builder<V,E,B extends MultiSelectedVertexPaintable.Builder<V,E,B>> builder for theSelectedVertexPaintable
SelectedVertexPaintable<V> Paints a shape at the location of all selected vertices.SelectedVertexPaintable.Builder<V> builder for theSelectedVertexPaintable
SingleSelectedVertexPaintable<V,E> Paints a shape at the location of all selected vertices.SingleSelectedVertexPaintable.Builder<V,E,B extends SingleSelectedVertexPaintable.Builder<V,E,B>> builder for theSelectedVertexPaintable
-
Enum Summary Enum Description Annotation.Layer