|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.parser.clipper.Point<T>
public abstract class Point<T extends Number & Comparable<T>>
| Nested Class Summary | |
|---|---|
static class |
Point.DoublePoint
|
static class |
Point.LongPoint
|
| Field Summary | |
|---|---|
protected T |
x
|
protected T |
y
|
protected T |
z
|
| Constructor Summary | |
|---|---|
protected |
Point(Point<T> pt)
|
protected |
Point(T x,
T y,
T z)
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected T extends Number & Comparable<T> x
protected T extends Number & Comparable<T> y
protected T extends Number & Comparable<T> z
| Constructor Detail |
|---|
protected Point(Point<T> pt)
protected Point(T x,
T y,
T z)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic void set(Point<T> other)
public void setX(T x)
public void setY(T y)
public void setZ(T z)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||