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.CursorLineStyle
AnnotationMemento. cursorLineStyle
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Annotation.CursorLineStyle Modifier and Type Method Description Annotation.CursorLineStyle
AnnotationMemento. getCursorLineStyle()
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Annotation.CursorLineStyle Modifier and Type Method Description void
AnnotationMemento. 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.CursorLineStyle
Annotation. cursorLineStyle
Methods in org.eclipse.nebula.visualization.xygraph.figures that return Annotation.CursorLineStyle Modifier and Type Method Description Annotation.CursorLineStyle
Annotation. getCursorLineStyle()
static Annotation.CursorLineStyle
Annotation.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 void
Annotation. setCursorLineStyle(Annotation.CursorLineStyle cursorLineStyle)
-