Class Rectangle2
- java.lang.Object
-
- one.empty3.feature20220726.tryocr.Rectangle2
-
public class Rectangle2 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Rectangle2(int x, int y, int w, int h)
Rectangle2(Rectangle rectangle)
-
-
-
Constructor Detail
-
Rectangle2
public Rectangle2(int x, int y, int w, int h)
-
Rectangle2
public Rectangle2(Rectangle rectangle)
-
-