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. annotations
Methods 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 void
AnnotationManager. add(Annotation.Layer layer, Annotation<?> annotation)
void
AnnotationPaintable. add(Annotation<?> annotation)
void
AnnotationManager. remove(Annotation<?> annotation)
void
AnnotationPaintable. 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)
-