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 AnnotationAnnotationConfigPage. annotationprivate AnnotationRemoveAnnotationDialog. removedAnnotationMethods 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
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Annotation Modifier and Type Field Description private AnnotationAddAnnotationCommand. annotationprivate AnnotationMovingAnnotationCommand. annotationprivate AnnotationMovingAnnotationLabelCommand. annotationprivate AnnotationRemoveAnnotationCommand. annotationMethods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Annotation Modifier and Type Method Description private static voidXYGraphMementoUtil. restoreAnnotationPropsFromMemento(Annotation annotation, AnnotationMemento memento)private static voidXYGraphMementoUtil. 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 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.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. annotationListMethods 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
-