|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.geom.Point2D
wiiusej.Point2DInteger
public class Point2DInteger
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
| Constructor Summary | |
|---|---|
Point2DInteger(int xx,
int yy)
|
|
| Method Summary | |
|---|---|
double |
getX()
|
double |
getY()
|
void |
setLocation(double xx,
double yy)
|
java.lang.String |
toString()
|
| Methods inherited from class java.awt.geom.Point2D |
|---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Point2DInteger(int xx,
int yy)
| Method Detail |
|---|
public double getX()
getX in class java.awt.geom.Point2Dpublic double getY()
getY in class java.awt.geom.Point2D
public void setLocation(double xx,
double yy)
setLocation in class java.awt.geom.Point2Dpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||