Uses of Class
adams.gui.visualization.core.axis.Visibility
-
Packages that use Visibility Package Description adams.gui.visualization.core adams.gui.visualization.core.axis -
-
Uses of Visibility in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as Visibility Modifier and Type Field Description protected Visibility
AxisPanel. m_Visibility
the visibility state of the axis.Methods in adams.gui.visualization.core that return Visibility Modifier and Type Method Description Visibility
PlotPanel. getAxisVisibility(Axis axis)
Returns the visibility of the specified axis.Visibility
AxisPanel. getVisibility()
Returns the visibility of the axis.Methods in adams.gui.visualization.core with parameters of type Visibility Modifier and Type Method Description void
PlotPanel. setAxisVisibility(Axis axis, Visibility visible)
Sets the visibility state of the specified axis.void
AxisPanel. setVisibility(Visibility value)
Sets the visibility of the axis. -
Uses of Visibility in adams.gui.visualization.core.axis
Methods in adams.gui.visualization.core.axis that return Visibility Modifier and Type Method Description static Visibility
Visibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static Visibility[]
Visibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-