Package com.mindee.geometry
Class Point
- java.lang.Object
-
- com.mindee.geometry.Point
-
public final class Point extends Object
A relative set of coordinates (X, Y) on the document.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPoint.PointBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Point.PointBuilderbuilder()booleanequals(Object object)DoublegetX()DoublegetY()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static Point.PointBuilder builder()
-
getX
public Double getX()
-
getY
public Double getY()
-
-