Uses of Class
edu.uci.ics.jung.visualization.annotations.Annotation

Packages that use Annotation
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
protected  Set<Annotation> AnnotationPaintable.annotations
           
 

Methods in edu.uci.ics.jung.visualization.annotations that return Annotation
 Annotation 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 Annotation
 Set<Annotation> AnnotationPaintable.getAnnotations()
           
 

Methods in edu.uci.ics.jung.visualization.annotations with parameters of type Annotation
 void AnnotationManager.add(Annotation.Layer layer, Annotation<?> annotation)
           
 void AnnotationPaintable.add(Annotation annotation)
           
 void AnnotationPaintable.remove(Annotation annotation)
           
 void AnnotationManager.remove(Annotation<?> annotation)
           
 

Method parameters in edu.uci.ics.jung.visualization.annotations with type arguments of type Annotation
 Annotation AnnotationManager.getAnnotation(Point2D p, Collection<Annotation> annotations)
           
 



Copyright © 2009. All Rights Reserved.