Uses of Class
edu.uci.ics.jung.visualization.annotations.Annotation
Packages that use Annotation
Package
Description
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 AnnotationMethods in edu.uci.ics.jung.visualization.annotations that return AnnotationModifier and TypeMethodDescriptionAnnotation<?> AnnotationManager.getAnnotation(Point2D p) Annotation<?> AnnotationManager.getAnnotation(Point2D p, Collection<Annotation> annotations) Methods in edu.uci.ics.jung.visualization.annotations that return types with arguments of type AnnotationMethods in edu.uci.ics.jung.visualization.annotations with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationManager.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 AnnotationModifier and TypeMethodDescriptionAnnotation<?> AnnotationManager.getAnnotation(Point2D p, Collection<Annotation> annotations)