Class Matrix
java.lang.Object
horizontdeformer.analyzer.Matrix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintget(int x, int y) intintintvoidreadData(int x, int y, BufferedImage im) voidset(int x, int y, int value) voidsetPrecision(int precision) voidsetTolerance(double tolerance) voidwriteData(int x, int y, BufferedImage im)
-
Constructor Details
-
Matrix
public Matrix(int sizex, int sizey) Creates a new instance of Matrix
-
-
Method Details
-
setPrecision
public void setPrecision(int precision) -
getPrecision
public int getPrecision() -
setTolerance
public void setTolerance(double tolerance) -
writeData
-
readData
-
get
public int get(int x, int y) -
set
public void set(int x, int y, int value) -
getUpperTop
public int getUpperTop() -
getLowerTop
public int getLowerTop()
-