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 AnnotationAddAnnotationDialog. getAnnotation()AnnotationAnnotationConfigPage. getAnnotation()AnnotationRemoveAnnotationDialog. getAnnotation()Methods in org.eclipse.nebula.visualization.internal.xygraph.toolbar with parameters of type Annotation Modifier and Type Method Description voidAnnotationConfigPage. 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 classCircleAnnotationVariation of annotation that is represented as a circle with a diameter of eight pixels.classCrossAnnotationVariation 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 voidIXYGraph. addAnnotation(Annotation annotation)Add an annotationvoidPlotArea. addAnnotation(Annotation annotation)Add an annotation to the plot area.voidXYGraph. addAnnotation(Annotation annotation)Add an annotationvoidIXYGraph. removeAnnotation(Annotation annotation)Remove an annotationbooleanPlotArea. removeAnnotation(Annotation annotation)Remove a annotation from the plot area.voidXYGraph. removeAnnotation(Annotation annotation)Remove an annotation