Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.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
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
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)