java.lang.Object | ||
↳ | com.datalogic.extension.selfshopping.led.action.LedAction | |
↳ | com.datalogic.extension.selfshopping.led.action.LedActionDim |
LED action for the dimming of a LED.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TYPE | Dimming action type. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for the dimming action.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number of dimming cycles.
| |||||||||||
Returns the dimming sequence array.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.extension.selfshopping.led.action.LedAction
| |||||||||||
From class
java.lang.Object
|
Default constructor for the dimming action.
id | The LED ID. |
---|---|
numCycles | The number of dimming cycles (-1 = infinite). |
sequence | An array of DimmingSequencePoint
objects representing the dimming sequence to execute.
|
Returns the number of dimming cycles.
int
The number of dimming cycles (-1 = infinite).
Returns the dimming sequence array.
DimmingSequencePoint
objects.