|
||||||||||
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<Double>
com.itextpdf.text.pdf.parser.clipper.Point.DoublePoint
public static class Point.DoublePoint
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.DoublePoint()
|
|
Point.DoublePoint(double x,
double y)
|
|
Point.DoublePoint(double x,
double y,
double z)
|
|
Point.DoublePoint(Point.DoublePoint other)
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
double |
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.DoublePoint()
public Point.DoublePoint(double x, double y)
public Point.DoublePoint(double x, double y, double z)
public Point.DoublePoint(Point.DoublePoint other)
Method Detail |
---|
public double getX()
public double getY()
public double getZ()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |