public final class ByteMatrix
extends java.lang.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,
byte value) |
|
void |
set(int x,
int y,
int value) |
|
java.lang.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 clear(byte value)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1998–2018. All rights reserved.