public class Matrix
extends java.lang.Object
Constructor and Description |
---|
Matrix(int sizex,
int sizey)
Creates a new instance of Matrix
|
Modifier and Type | Method and Description |
---|---|
int |
get(int x,
int y) |
int |
getLowerTop() |
int |
getPrecision() |
int |
getUpperTop() |
void |
readData(int x,
int y,
java.awt.image.BufferedImage im) |
void |
set(int x,
int y,
int value) |
void |
setPrecision(int precision) |
void |
setTolerance(double tolerance) |
void |
writeData(int x,
int y,
java.awt.image.BufferedImage im) |
public void setPrecision(int precision)
public int getPrecision()
public void setTolerance(double tolerance)
public void writeData(int x, int y, java.awt.image.BufferedImage im)
public void readData(int x, int y, java.awt.image.BufferedImage im)
public int get(int x, int y)
public void set(int x, int y, int value)
public int getUpperTop()
public int getLowerTop()