|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.awt.geom.Point2D
com.itextpdf.awt.geom.Point2D.Double
public static class Point2D.Double
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.Point2D |
---|
Point2D.Double, Point2D.Float |
Field Summary | |
---|---|
double |
x
|
double |
y
|
Constructor Summary | |
---|---|
Point2D.Double()
|
|
Point2D.Double(double x,
double y)
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
void |
setLocation(double x,
double y)
|
String |
toString()
|
Methods inherited from class com.itextpdf.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public Point2D.Double()
public Point2D.Double(double x, double y)
Method Detail |
---|
public double getX()
getX
in class Point2D
public double getY()
getY
in class Point2D
public void setLocation(double x, double y)
setLocation
in class Point2D
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |