Modifier and Type | Method | Description |
---|---|---|
Annotation |
AddAnnotationDialog.getAnnotation() |
|
Annotation |
AnnotationConfigPage.getAnnotation() |
|
Annotation |
RemoveAnnotationDialog.getAnnotation() |
Modifier and Type | Method | Description |
---|---|---|
void |
AnnotationConfigPage.setAnnotation(Annotation annotation) |
Constructor | Description |
---|---|
AnnotationConfigPage(IXYGraph xyGraph,
Annotation annotation) |
Construct the annotation configuration page for a graph with a given
annotation
|
Constructor | Description |
---|---|
AddAnnotationCommand(IXYGraph xyGraph,
Annotation annotation) |
Construct an "Add annotation command"
|
MovingAnnotationCommand(Annotation annotation) |
|
MovingAnnotationLabelCommand(Annotation annotation) |
|
RemoveAnnotationCommand(IXYGraph xyGraph,
Annotation annotation) |
Construct a "Remove annotation command"
|
Modifier and Type | Class | Description |
---|---|---|
class |
CircleAnnotation |
Variation of annotation that is represented as a circle with a diameter of
eight pixels.
|
class |
CrossAnnotation |
Variation of annotation that is represented as a cross with an arm length of
five pixels.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<Annotation> |
PlotArea.getAnnotationList() |
Modifier and Type | Method | Description |
---|---|---|
void |
IXYGraph.addAnnotation(Annotation annotation) |
Add an annotation
|
void |
PlotArea.addAnnotation(Annotation annotation) |
Add an annotation to the plot area.
|
void |
XYGraph.addAnnotation(Annotation annotation) |
Add an annotation
|
void |
IXYGraph.removeAnnotation(Annotation annotation) |
Remove an annotation
|
boolean |
PlotArea.removeAnnotation(Annotation annotation) |
Remove a annotation from the plot area.
|
void |
XYGraph.removeAnnotation(Annotation annotation) |
Remove an annotation
|