Class PointNumber & Comparable>
java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.clipper.Point
- Direct Known Subclasses:
-
Point.DoublePoint
,Point.LongPoint
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected static boolean
isPt2BetweenPt1AndPt3
(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3) void
void
void
void
protected static boolean
slopesEqual
(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, boolean useFullRange) protected static boolean
slopesEqual
(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, Point.LongPoint pt4, boolean useFullRange) toString()
-
Field Details
-
x
-
y
-
z
-
-
Constructor Details
-
Point
-
Point
-
-
Method Details
-
equals
-
set
-
setX
-
setY
-
setZ
-
toString
-
isPt2BetweenPt1AndPt3
protected static boolean isPt2BetweenPt1AndPt3(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3) -
slopesEqual
protected static boolean slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, boolean useFullRange) -
slopesEqual
protected static boolean slopesEqual(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3, Point.LongPoint pt4, boolean useFullRange)
-