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[]coordsprivate booleanswitchedOn
-
Constructor Summary
Constructors Constructor Description LEDLine(int[] coords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(LED led)(package private) voidsetSwitechOnFlag(boolean newValue)
-
-
-
Method Detail
-
setSwitechOnFlag
void setSwitechOnFlag(boolean newValue)
-
paint
public void paint(LED led)
-
-