Package org.eclipse.nebula.widgets.led
Class LEDLine
- java.lang.Object
-
- org.eclipse.nebula.widgets.led.LEDLine
-
class LEDLine extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int[]
coords
private boolean
switchedOn
-
Constructor Summary
Constructors Constructor Description LEDLine(int[] coords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(LED led)
(package private) void
setSwitechOnFlag(boolean newValue)
-
-
-
Method Detail
-
setSwitechOnFlag
void setSwitechOnFlag(boolean newValue)
-
paint
public void paint(LED led)
-
-