|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.achartengine.model.Point
public final class Point
A class to encapsulate the definition of a point.
Constructor Summary | |
---|---|
Point()
|
|
Point(float x,
float y)
|
Method Summary | |
---|---|
float |
getX()
|
float |
getY()
|
void |
setX(float x)
|
void |
setY(float y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point()
public Point(float x, float y)
Method Detail |
---|
public float getX()
public float getY()
public void setX(float x)
public void setY(float y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |