| Package | Description |
|---|---|
| edu.uci.ics.jung.visualization.annotations |
Classes which support creating visual annotations for graphs.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Annotation> |
AnnotationPaintable.annotations |
| Modifier and Type | Method and Description |
|---|---|
Annotation<?> |
AnnotationManager.getAnnotation(Point2D p) |
Annotation<?> |
AnnotationManager.getAnnotation(Point2D p,
Collection<Annotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<Annotation> |
AnnotationPaintable.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationManager.add(Annotation.Layer layer,
Annotation<?> annotation) |
void |
AnnotationPaintable.add(Annotation<?> annotation) |
void |
AnnotationManager.remove(Annotation<?> annotation) |
void |
AnnotationPaintable.remove(Annotation<?> annotation) |
| Modifier and Type | Method and Description |
|---|---|
Annotation<?> |
AnnotationManager.getAnnotation(Point2D p,
Collection<Annotation> annotations) |
Copyright © 2016. All rights reserved.