|
java2dx by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Double
de.jtem.java2dx.Point2DDouble
public class Point2DDouble
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
Point2D.Double, Point2D.Float |
Field Summary |
---|
Fields inherited from class java.awt.geom.Point2D.Double |
---|
x, y |
Constructor Summary | |
---|---|
Point2DDouble()
|
|
Point2DDouble(double x,
double y)
|
|
Point2DDouble(Point2D.Double p)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
int |
hashCode()
|
void |
setX(double x)
|
void |
setY(double y)
|
String |
toString()
|
Methods inherited from class java.awt.geom.Point2D.Double |
---|
getX, getY, setLocation |
Methods inherited from class java.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, setLocation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point2DDouble()
public Point2DDouble(double x, double y)
public Point2DDouble(Point2D.Double p)
Method Detail |
---|
public boolean equals(Object o)
equals
in class Point2D
public int hashCode()
hashCode
in class Point2D
public void setX(double x)
public void setY(double y)
public String toString()
toString
in class Point2D.Double
|
java2dx by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |