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 Point
Point.DoublePoint, Point.LongPoint -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetDeltaX(Point.LongPoint pt1, Point.LongPoint pt2) longgetX()longgetY()longgetZ()Methods inherited from class 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()
-