Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Annotation.CursorLineStyle
-
Packages that use Annotation.CursorLineStyle Package Description org.eclipse.nebula.visualization.internal.xygraph.undo org.eclipse.nebula.visualization.xygraph.figures -
-
Uses of Annotation.CursorLineStyle in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Annotation.CursorLineStyle Modifier and Type Field Description private Annotation.CursorLineStyleAnnotationMemento. cursorLineStyleMethods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Annotation.CursorLineStyle Modifier and Type Method Description Annotation.CursorLineStyleAnnotationMemento. getCursorLineStyle()Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Annotation.CursorLineStyle Modifier and Type Method Description voidAnnotationMemento. setCursorLineStyle(Annotation.CursorLineStyle cursorLineStyle) -
Uses of Annotation.CursorLineStyle in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as Annotation.CursorLineStyle Modifier and Type Field Description private Annotation.CursorLineStyleAnnotation. cursorLineStyleMethods in org.eclipse.nebula.visualization.xygraph.figures that return Annotation.CursorLineStyle Modifier and Type Method Description Annotation.CursorLineStyleAnnotation. getCursorLineStyle()static Annotation.CursorLineStyleAnnotation.CursorLineStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Annotation.CursorLineStyle[]Annotation.CursorLineStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Annotation.CursorLineStyle Modifier and Type Method Description voidAnnotation. setCursorLineStyle(Annotation.CursorLineStyle cursorLineStyle)
-