Class Point.LongPoint
java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.clipper.Point<Long>
com.itextpdf.kernel.pdf.canvas.parser.clipper.Point.LongPoint
- Enclosing class:
- Point<T extends Number & Comparable<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.kernel.pdf.canvas.parser.clipper.Point
Point.DoublePoint, Point.LongPoint
-
Field Summary
-
Constructor Summary
-
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.kernel.pdf.canvas.parser.clipper.Point
equals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, 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()
-