public class OpenRGBZone extends Object
| Constructor and Description |
|---|
OpenRGBZone(String name,
ZoneType 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() |
ZoneType |
getType() |
void |
setLedsCount(int ledsCount) |
void |
setLedsMax(int ledsMax) |
void |
setLedsMin(int ledsMin) |
void |
setName(String name) |
void |
setType(ZoneType type) |
String |
toString() |
public OpenRGBZone(String name, ZoneType type, int ledsMin, int ledsMax, int ledsCount, int matrixHeight, int matrixWidth, int[][] matrix)
name - the zone nametype - the zone typeledsMin - the minimum ledsledsMax - the maximum ledsledsCount - the leds countmatrixHeight - the height of the matrixmatrixWidth - the width of the matrixmatrix - the matrixpublic String getName()
public void setName(String name)
public ZoneType getType()
public void setType(ZoneType 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.