Package one.empty3.feature.tryocr
Class Rectangle2
java.lang.Object
one.empty3.feature.tryocr.Rectangle2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rectangle2
public Rectangle2(int x, int y, int w, int h) -
Rectangle2
-
-
Method Details
-
getX
public int getX() -
setX
public void setX(int x) -
getY
public int getY() -
setY
public void setY(int y) -
getW
public int getW() -
setW
public void setW(int w) -
getH
public int getH() -
setH
public void setH(int h) -
isValid
public boolean isValid() -
equals
-
hashCode
public int hashCode() -
includes
-