Uses of Class
org.eclipse.nebula.visualization.xygraph.linearscale.LinearScale.Orientation
-
Packages that use LinearScale.Orientation Package Description org.eclipse.nebula.visualization.xygraph.linearscale -
-
Uses of LinearScale.Orientation in org.eclipse.nebula.visualization.xygraph.linearscale
Fields in org.eclipse.nebula.visualization.xygraph.linearscale declared as LinearScale.Orientation Modifier and Type Field Description private LinearScale.Orientation
LinearScale. orientation
scale direction, no meaning for round scaleMethods in org.eclipse.nebula.visualization.xygraph.linearscale that return LinearScale.Orientation Modifier and Type Method Description LinearScale.Orientation
LinearScale. getOrientation()
static LinearScale.Orientation
LinearScale.Orientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinearScale.Orientation[]
LinearScale.Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.visualization.xygraph.linearscale with parameters of type LinearScale.Orientation Modifier and Type Method Description void
LinearScale. setOrientation(LinearScale.Orientation orientation)
sets the orientation
-