|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Indicator
This interface represents an indicator in the front panel display and allows its properties to be checked and set.
Method Summary | |
---|---|
BlinkSpec |
getBlinkSpec()
Gets the blink specification for the front panel Indicator. |
BrightSpec |
getBrightSpec()
Gets the brightness specification for the front panel Indicator. |
ColorSpec |
getColorSpec()
Gets the Color specification for the front panel Indicator. |
void |
setBlinkSpec(BlinkSpec blinkSpec)
Sets the blink specification for the front panel Indicator. |
void |
setBrightSpec(BrightSpec brightSpec)
Sets the Brightness specification for the front panel Indicator. |
void |
setColorSpec(ColorSpec colorSpec)
Sets the Color specification for the front panel Indicator. |
Methods inherited from interface org.davic.resources.ResourceProxy |
---|
getClient |
Method Detail |
---|
BrightSpec getBrightSpec()
void setBrightSpec(BrightSpec brightSpec) throws IllegalStateException
brightSpec
- Brightness specification.
IllegalArgumentException
- if null is passed in.
IllegalStateException
- if the Indicator resource was lost.ColorSpec getColorSpec()
void setColorSpec(ColorSpec colorSpec) throws IllegalStateException
colorSpec
- Color specification if color is desired.
IllegalArgumentException
- if null is passed in.
IllegalStateException
- if the Indicator resource was lost.BlinkSpec getBlinkSpec()
void setBlinkSpec(BlinkSpec blinkSpec) throws IllegalStateException
blinkSpec
- Blink specification if blinking is desired. A value
of null turns blinking off.
IllegalStateException
- if the Indicator resource was lost.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |