Uses of Class
adams.gui.visualization.core.axis.Orientation
-
Packages that use Orientation Package Description adams.gui.visualization.core adams.gui.visualization.core.axis -
-
Uses of Orientation in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as Orientation Modifier and Type Field Description protected Orientation
AxisPanel. m_Orientation
the orientation of the axis.Methods in adams.gui.visualization.core that return Orientation Modifier and Type Method Description Orientation
AxisPanel. getOrientation()
Returns the orientation of the axis.Methods in adams.gui.visualization.core with parameters of type Orientation Modifier and Type Method Description void
AxisPanel. setOrientation(Orientation value)
Sets the orientation of the axis.Constructors in adams.gui.visualization.core with parameters of type Orientation Constructor Description AxisPanel(Direction direction, Orientation orientation, Type type)
Initializes the axis, with color black and 10 ticks, width 20.AxisPanel(Direction direction, Orientation orientation, Type type, int ticks)
Initializes the axis, with color black, width 20. -
Uses of Orientation in adams.gui.visualization.core.axis
Methods in adams.gui.visualization.core.axis that return Orientation Modifier and Type Method Description static Orientation
Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-