Class Point.LongPoint
java.lang.Object
com.itextpdf.text.pdf.parser.clipper.Point<Long>
com.itextpdf.text.pdf.parser.clipper.Point.LongPoint
- Enclosing class:
- Point<T extends Number & Comparable<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.text.pdf.parser.clipper.Point
Point.DoublePoint, Point.LongPoint
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
getDeltaX
(Point.LongPoint pt1, Point.LongPoint pt2) long
getX()
long
getY()
long
getZ()
Methods inherited from class com.itextpdf.text.pdf.parser.clipper.Point
arePointsClose, distanceFromLineSqrd, equals, getUnitNormal, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, slopesNearCollinear, toString
-
Constructor Details
-
LongPoint
public LongPoint() -
LongPoint
public LongPoint(long x, long y) -
LongPoint
public LongPoint(double x, double y) -
LongPoint
public LongPoint(long x, long y, long z) -
LongPoint
-
-
Method Details
-
getDeltaX
-
getX
public long getX() -
getY
public long getY() -
getZ
public long getZ()
-