|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freedesktop.cairo.Point
public class Point
Constructor Summary | |
---|---|
Point()
|
|
Point(double x,
double y)
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
void |
setX(double x)
|
void |
setY(double y)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point()
public Point(double x, double y)
Method Detail |
---|
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |