Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Annotation
-
-
Uses of Annotation in org.eclipse.nebula.visualization.internal.xygraph.toolbar
Fields in org.eclipse.nebula.visualization.internal.xygraph.toolbar declared as Annotation Modifier and Type Field Description private Annotation
AnnotationConfigPage. annotation
private Annotation
RemoveAnnotationDialog. removedAnnotation
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
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Annotation Modifier and Type Field Description private Annotation
AddAnnotationCommand. annotation
private Annotation
MovingAnnotationCommand. annotation
private Annotation
MovingAnnotationLabelCommand. annotation
private Annotation
RemoveAnnotationCommand. annotation
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Annotation Modifier and Type Method Description private static void
XYGraphMementoUtil. restoreAnnotationPropsFromMemento(Annotation annotation, AnnotationMemento memento)
private static void
XYGraphMementoUtil. saveAnnotationPropsToMemento(Annotation annotation, AnnotationMemento memento)
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.Fields in org.eclipse.nebula.visualization.xygraph.figures with type parameters of type Annotation Modifier and Type Field Description private java.util.List<Annotation>
PlotArea. annotationList
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
-