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 TypeMethodDescriptionvoid
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 AnnotationModifier and TypeMethodDescriptionAnnotation
<?> AnnotationManager.getAnnotation
(Point2D p, Collection<Annotation> annotations)