public final class ByteMatrix extends Object
| Constructor and Description |
|---|
ByteMatrix(int width,
int height) |
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)
Copyright © 2007-2013. All Rights Reserved.