Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Annotation
-
Uses of Annotation in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar that return Annotation Modifier and Type Method Description Annotation
AddAnnotationDialog. getAnnotation()
Annotation
AnnotationConfigPage. getAnnotation()
Annotation
RemoveAnnotationDialog. getAnnotation()
Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Annotation Modifier and Type Method Description void
AnnotationConfigPage. setAnnotation(Annotation annotation)
Constructors in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Annotation Constructor Description AnnotationConfigPage(IXYGraph xyGraph, Annotation annotation)
Construct the annotation configuration page for a graph with a given annotation -
Uses of Annotation in org.eclipse.nebula.visualization.internal.xygraph.undo
Constructors in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type 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" -
Uses of Annotation in org.eclipse.nebula.visualization.xygraph.figures
Subclasses of Annotation in org.eclipse.nebula.visualization.xygraph.figures 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.Methods in org.eclipse.nebula.visualization.xygraph.figures that return types with arguments of type Annotation Modifier and Type Method Description java.util.List<Annotation>
PlotArea. getAnnotationList()
Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Annotation Modifier and Type Method Description void
IXYGraph. addAnnotation(Annotation annotation)
Add an annotationvoid
PlotArea. addAnnotation(Annotation annotation)
Add an annotation to the plot area.void
XYGraph. addAnnotation(Annotation annotation)
Add an annotationvoid
IXYGraph. removeAnnotation(Annotation annotation)
Remove an annotationboolean
PlotArea. removeAnnotation(Annotation annotation)
Remove a annotation from the plot area.void
XYGraph. removeAnnotation(Annotation annotation)
Remove an annotation