Uses of Class
org.bidib.wizard.mvc.common.view.graph.LedBarGraph.Orientation
-
Packages that use LedBarGraph.Orientation Package Description org.bidib.wizard.mvc.common.view.graph -
-
Uses of LedBarGraph.Orientation in org.bidib.wizard.mvc.common.view.graph
Methods in org.bidib.wizard.mvc.common.view.graph that return LedBarGraph.Orientation Modifier and Type Method Description static LedBarGraph.OrientationLedBarGraph.Orientation. valueOf(String name)Returns the enum constant of this type with the specified name.static LedBarGraph.Orientation[]LedBarGraph.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bidib.wizard.mvc.common.view.graph with parameters of type LedBarGraph.Orientation Constructor Description LedBarGraph(int totalLedsCount, LedBarGraph.Orientation orientation)
-