public class OpenRGBZone extends Object
| Constructor and Description |
|---|
OpenRGBZone(String name,
int type,
int ledsMin,
int ledsMax,
int ledsCount,
int matrixHeight,
int matrixWidth,
int[][] matrix)
Returns an instance of an OpenRGBZone
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLedsCount() |
int |
getLedsMax() |
int |
getLedsMin() |
String |
getName() |
int |
getType() |
void |
setLedsCount(int ledsCount) |
void |
setLedsMax(int ledsMax) |
void |
setLedsMin(int ledsMin) |
void |
setName(String name) |
void |
setType(int type) |
String |
toString() |
public OpenRGBZone(String name, int type, int ledsMin, int ledsMax, int ledsCount, int matrixHeight, int matrixWidth, int[][] matrix)
name - zone nametype - zone typeledsMin - minimum ledsledsMax - maximum ledsledsCount - leds countmatrixHeight - height of the matrixmatrixWidth - width of the matrixmatrix - the matrixpublic String getName()
public void setName(String name)
public int getType()
public void setType(int type)
public int getLedsMin()
public void setLedsMin(int ledsMin)
public int getLedsMax()
public void setLedsMax(int ledsMax)
public int getLedsCount()
public void setLedsCount(int ledsCount)
Copyright © 2021. All rights reserved.