| java.lang.Object | |
| ↳ | com.datalogic.extension.selfshopping.led.DimmingSequencePoint |
A point in the dimming sequence, characterized by a time value (in milliseconds) and a brightness value (in percentage).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor taking time and brightness values as parameters.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the point's brightness.
| |||||||||||
Returns the point's time.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor taking time and brightness values as parameters.
| time | The number of milliseconds at which the specified brightness will be set on the LED. |
|---|---|
| brightness | The brightness level (in percentage) to set at a given moment in time. |
| IllegalArgumentException |
|---|
Returns the point's brightness.
int
The sequence point's brightness in percentage.
Returns the point's time.
int
The sequence point's time in milliseconds.