Class Matrix

java.lang.Object
horizontdeformer.analyzer.Matrix

public class Matrix extends Object
  • 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

      public void writeData(int x, int y, BufferedImage im)
    • readData

      public void readData(int x, int y, BufferedImage im)
    • 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()