Uses of Class
edu.uci.ics.jung.visualization.annotations.Annotation
-
Packages that use Annotation Package Description edu.uci.ics.jung.visualization.annotations Classes which support creating visual annotations for graphs. -
-
Uses of Annotation in edu.uci.ics.jung.visualization.annotations
Fields in edu.uci.ics.jung.visualization.annotations with type parameters of type Annotation Modifier and Type Field Description protected java.util.Set<Annotation>
AnnotationPaintable. annotations
Methods in edu.uci.ics.jung.visualization.annotations that return Annotation Modifier and Type Method Description Annotation<?>
AnnotationManager. getAnnotation(java.awt.geom.Point2D p)
Annotation<?>
AnnotationManager. getAnnotation(java.awt.geom.Point2D p, java.util.Collection<Annotation> annotations)
Methods in edu.uci.ics.jung.visualization.annotations that return types with arguments of type Annotation Modifier and Type Method Description java.util.Set<Annotation>
AnnotationPaintable. getAnnotations()
Methods in edu.uci.ics.jung.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 edu.uci.ics.jung.visualization.annotations with type arguments of type Annotation Modifier and Type Method Description Annotation<?>
AnnotationManager. getAnnotation(java.awt.geom.Point2D p, java.util.Collection<Annotation> annotations)
-