public abstract class PointNumber & Comparable extends Object>
Modifier and Type | Class and Description |
---|---|
static class |
Point.DoublePoint |
static class |
Point.LongPoint |
Modifier and Type | Field and Description |
---|---|
protected T |
x |
protected T |
y |
protected T |
z |
Modifier | Constructor and Description |
---|---|
protected |
Point(Point<T> pt) |
protected |
Point(T x, T y, T z) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected static boolean |
isPt2BetweenPt1AndPt3(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3) |
void |
set(Point<T> other) |
void |
setX(T x) |
void |
setY(T y) |
void |
setZ(T z) |
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) |
String |
toString() |
protected T extends Number & Comparable<T> x
protected T extends Number & Comparable<T> y
protected T extends Number & Comparable<T> z
protected static boolean isPt2BetweenPt1AndPt3(Point.LongPoint pt1, Point.LongPoint pt2, Point.LongPoint pt3)
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)
public void setX(T x)
public void setY(T y)
public void setZ(T z)
Copyright © 1998–2018 iText Group NV. All rights reserved.