Package com.google.zxing.aztec.detector
Class Detector.Point
java.lang.Object
com.google.zxing.aztec.detector.Detector.Point
- Enclosing class:
Detector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
getX()
(package private) int
getY()
(package private) ResultPoint
toString()
-
Field Details
-
x
private final int x -
y
private final int y
-
-
Constructor Details
-
Point
Point(int x, int y)
-
-
Method Details
-
toResultPoint
ResultPoint toResultPoint() -
getX
int getX() -
getY
int getY() -
toString
-