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. annotationsMethods 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 voidAnnotationManager. add(Annotation.Layer layer, Annotation<?> annotation)voidAnnotationPaintable. add(Annotation<?> annotation)voidAnnotationManager. remove(Annotation<?> annotation)voidAnnotationPaintable. 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)
-