|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractWheelswitchFormatter | |
---|---|
com.cosylab.gui.components | |
com.cosylab.gui.components.wheelswitch |
Uses of AbstractWheelswitchFormatter in com.cosylab.gui.components |
---|
Methods in com.cosylab.gui.components that return AbstractWheelswitchFormatter | |
---|---|
AbstractWheelswitchFormatter |
Wheelswitch.getFormatter()
Returns the formatter employed by the wheelswitch |
AbstractWheelswitchFormatter |
LabelledWheelswitch.getFormatter()
Returns the formatter employed by the displayer. |
Methods in com.cosylab.gui.components with parameters of type AbstractWheelswitchFormatter | |
---|---|
void |
Wheelswitch.setFormatter(AbstractWheelswitchFormatter formatter)
Sets the formatter which handles the values set to the wheelswitch. |
void |
LabelledWheelswitch.setFormatter(AbstractWheelswitchFormatter formatter)
Set the formatter fot the value. |
Uses of AbstractWheelswitchFormatter in com.cosylab.gui.components.wheelswitch |
---|
Subclasses of AbstractWheelswitchFormatter in com.cosylab.gui.components.wheelswitch | |
---|---|
class |
RadialWheelswitchFormatter
Extension of the abstract wheelswitch formatter for formatting numeric strings representing angular values in format of ddddmmss, where d are angular degrees, m are angular minutes in the range of 0-59 and s are angular seconds also in the range of 0-59. |
class |
WheelswitchFormatter
Formats java.lang.String s to be displayed as digits in the
Wheelswitch . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |