public final class ByteMatrix
extends java.lang.Object
Constructor and Description |
---|
ByteMatrix(int width,
int height) |
Modifier and Type | Method and 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) |
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 set(int x, int y, boolean value)
public void clear(byte value)
public java.lang.String toString()
toString
in class java.lang.Object
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"