public final class ByteMatrix extends Object
Constructor | Description |
---|---|
ByteMatrix(int width,
int height) |
Modifier and Type | Method | Description |
---|---|---|
void |
clear(byte value) |
|
byte |
get(int x,
int y) |
|
byte[][] |
getArray() |
|
int |
getHeight() |
|
int |
getWidth() |
|
void |
set(int x,
int y,
boolean value) |
|
void |
set(int x,
int y,
byte value) |
|
void |
set(int x,
int y,
int value) |
|
String |
toString() |
public int getHeight()
public int getWidth()
public byte get(int x, int y)
public byte[][] getArray()
public void set(int x, int y, byte value)
public void set(int x, int y, int value)
public void set(int x, int y, boolean value)
public void clear(byte value)