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.OrientationLinearScale. orientationscale direction, no meaning for round scaleMethods in org.eclipse.nebula.visualization.xygraph.linearscale that return LinearScale.Orientation Modifier and Type Method Description LinearScale.OrientationLinearScale. getOrientation()static LinearScale.OrientationLinearScale.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 voidLinearScale. setOrientation(LinearScale.Orientation orientation)sets the orientation
-