|
||||||||||
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<Long>
com.itextpdf.text.pdf.parser.clipper.Point.LongPoint
public static class Point.LongPoint
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.itextpdf.text.pdf.parser.clipper.Point |
---|
Point.DoublePoint, Point.LongPoint |
Field Summary |
---|
Fields inherited from class com.itextpdf.text.pdf.parser.clipper.Point |
---|
x, y, z |
Constructor Summary | |
---|---|
Point.LongPoint()
|
|
Point.LongPoint(double x,
double y)
|
|
Point.LongPoint(long x,
long y)
|
|
Point.LongPoint(long x,
long y,
long z)
|
|
Point.LongPoint(Point.LongPoint other)
|
Method Summary | |
---|---|
static double |
getDeltaX(Point.LongPoint pt1,
Point.LongPoint pt2)
|
long |
getX()
|
long |
getY()
|
long |
getZ()
|
Methods inherited from class com.itextpdf.text.pdf.parser.clipper.Point |
---|
equals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point.LongPoint()
public Point.LongPoint(long x, long y)
public Point.LongPoint(double x, double y)
public Point.LongPoint(long x, long y, long z)
public Point.LongPoint(Point.LongPoint other)
Method Detail |
---|
public static double getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2)
public long getX()
public long getY()
public long getZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |