com.androidplot.util
Class Point

java.lang.Object
  extended by com.androidplot.util.Point

Deprecated.

@Deprecated
public class Point
extends Object


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

Point

public Point()
Deprecated. 

Point

public Point(float x,
             float y)
Deprecated. 

Point

public Point(Point rhs)
Deprecated. 
Method Detail

add

public void add(Point rhs)
Deprecated. 

sub

public void sub(Point rhs)
Deprecated. 

set

public void set(Point rhs)
Deprecated. 

set

public void set(float x,
                float y)
Deprecated. 

getX

public float getX()
Deprecated. 

setX

public void setX(float x)
Deprecated. 

getY

public float getY()
Deprecated. 

setY

public void setY(float y)
Deprecated. 


Copyright © 2011. All Rights Reserved.