Package org.emrick.project.actions
Class LEDConfig
java.lang.Object
org.emrick.project.actions.LEDConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetLabel()intintintgetWidth()voidsetHeight(int height) voidsethOffset(int hOffset) voidvoidsetLEDCount(int ledCount) voidsetvOffset(int vOffset) voidsetWidth(int width)
-
Field Details
-
ledCount
private int ledCount -
height
private int height -
width
private int width -
hOffset
private int hOffset -
vOffset
private int vOffset -
label
-
-
Constructor Details
-
LEDConfig
public LEDConfig() -
LEDConfig
-
-
Method Details
-
getLabel
-
setLabel
-
getLEDCount
public int getLEDCount() -
setLEDCount
public void setLEDCount(int ledCount) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
gethOffset
public int gethOffset() -
sethOffset
public void sethOffset(int hOffset) -
getvOffset
public int getvOffset() -
setvOffset
public void setvOffset(int vOffset)
-