Uses of Class
org.jungrapht.visualization.annotations.Annotation
-
Packages that use Annotation Package Description org.jungrapht.visualization.annotations Classes which support creating visual annotations for graphs. -
-
Uses of Annotation in org.jungrapht.visualization.annotations
Fields in org.jungrapht.visualization.annotations with type parameters of type Annotation Modifier and Type Field Description protected Set<Annotation>AnnotationPaintable. annotationsMethods in org.jungrapht.visualization.annotations that return Annotation Modifier and Type Method Description Annotation<?>AnnotationManager. getAnnotation(Point2D p)Annotation<?>AnnotationManager. getAnnotation(Point2D p, Collection<Annotation> annotations)Methods in org.jungrapht.visualization.annotations that return types with arguments of type Annotation Modifier and Type Method Description Set<Annotation>AnnotationPaintable. getAnnotations()Methods in org.jungrapht.visualization.annotations with parameters of type Annotation Modifier and Type Method Description voidAnnotationManager. add(Annotation.Layer layer, Annotation<?> annotation)voidAnnotationPaintable. add(Annotation<?> annotation)voidAnnotationManager. remove(Annotation<?> annotation)voidAnnotationPaintable. remove(Annotation<?> annotation)Method parameters in org.jungrapht.visualization.annotations with type arguments of type Annotation Modifier and Type Method Description Annotation<?>AnnotationManager. getAnnotation(Point2D p, Collection<Annotation> annotations)
-