Package com.google.zxing.aztec.detector
Class Detector.Point
- java.lang.Object
-
- com.google.zxing.aztec.detector.Detector.Point
-
- Enclosing class:
- Detector
static final class Detector.Point extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Point(int x, int y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetX()(package private) intgetY()(package private) ResultPointtoResultPoint()java.lang.StringtoString()
-
-
-
Method Detail
-
toResultPoint
ResultPoint toResultPoint()
-
getX
int getX()
-
getY
int getY()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-