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 TypeMethodDescriptionint
int
getLabel()
int
int
int
getWidth()
void
setHeight
(int height) void
sethOffset
(int hOffset) void
void
setLEDCount
(int ledCount) void
setvOffset
(int vOffset) void
setWidth
(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)
-