public final class ByteMatrix
extends java.lang.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 clear(byte value)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.