|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.androidplot.util.Point
@Deprecated public class Point
Constructor Summary | |
---|---|
Point()
Deprecated. |
|
Point(float x,
float y)
Deprecated. |
|
Point(Point rhs)
Deprecated. |
Method Summary | |
---|---|
void |
add(Point rhs)
Deprecated. |
float |
getX()
Deprecated. |
float |
getY()
Deprecated. |
void |
set(float x,
float y)
Deprecated. |
void |
set(Point rhs)
Deprecated. |
void |
setX(float x)
Deprecated. |
void |
setY(float y)
Deprecated. |
void |
sub(Point rhs)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point()
public Point(float x, float y)
public Point(Point rhs)
Method Detail |
---|
public void add(Point rhs)
public void sub(Point rhs)
public void set(Point rhs)
public void set(float x, float y)
public float getX()
public void setX(float x)
public float getY()
public void setY(float y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |