|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.action.input.robot.LoopbackReadout
public class LoopbackReadout
API Stability: Alpha.
Field Summary |
---|
Fields inherited from interface net.jinx.action.input.robot.Readout |
---|
PRIORITY_ALERT, PRIORITY_CRITICAL, PRIORITY_DIAGNOSTIC, PRIORITY_EMERGENCY, PRIORITY_INFO, PRIORITY_NONE, PRIORITY_WARNING, TYPE_ANALOG, TYPE_BAR, TYPE_BOOLEAN, TYPE_DANGER_BOOLEAN, TYPE_DANGER_TEXT, TYPE_TEXT |
Constructor Summary | |
---|---|
LoopbackReadout(Control control)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Provides the name of this Readout; this is used for displaying a label for it. |
java.lang.String |
getText()
|
int |
getType()
Provides the type constant for this Readout. |
float |
getValue()
|
boolean |
isFlashing()
|
boolean |
isToggled()
|
int |
priority()
Provides the importance level of this Readout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoopbackReadout(Control control)
Method Detail |
---|
public int priority()
Readout
priority
in interface Readout
public int getType()
Readout
getType
in interface Readout
public java.lang.String getName()
Readout
getName
in interface Readout
public float getValue()
getValue
in interface Readout
public boolean isToggled()
isToggled
in interface Readout
public java.lang.String getText()
getText
in interface Readout
public boolean isFlashing()
isFlashing
in interface Readout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |