com.androidplot.util
Class Point

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

public class Point
extends Object

Represents an XY Coordinate with floating point precision.


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()

Point

public Point(float x,
             float y)
Method Detail

getX

public float getX()

setX

public void setX(float x)

getY

public float getY()

setY

public void setY(float y)


Copyright © 2010. All Rights Reserved.