|
||||||||||
| 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.Point
public class Point
| 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 | |
|---|---|
Point()
|
|
Point(double x,
double y)
|
|
Point(int x,
int y)
|
|
Point(Point p)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Point |
getLocation()
|
double |
getX()
|
double |
getY()
|
void |
move(double x,
double y)
|
void |
move(int x,
int y)
|
void |
setLocation(double x,
double y)
|
void |
setLocation(int x,
int y)
|
void |
setLocation(Point p)
|
String |
toString()
|
void |
translate(double dx,
double dy)
|
void |
translate(int dx,
int dy)
|
| Methods inherited from class com.itextpdf.awt.geom.Point2D |
|---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, 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 Point()
public Point(int x,
int y)
public Point(double x,
double y)
public Point(Point p)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Point2Dpublic String toString()
toString in class Objectpublic double getX()
getX in class Point2Dpublic double getY()
getY in class Point2Dpublic Point getLocation()
public void setLocation(Point p)
public void setLocation(int x,
int y)
public void setLocation(double x,
double y)
setLocation in class Point2D
public void move(int x,
int y)
public void move(double x,
double y)
public void translate(int dx,
int dy)
public void translate(double dx,
double dy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||