org.apache.pivot.charts.content
Class Point

java.lang.Object
  extended by org.apache.pivot.charts.content.Point
Direct Known Subclasses:
Interval

public class Point
extends Object

Represents value data for x/y chart views.


Constructor Summary
Point()
           
 
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

Point

public Point()
Method Detail

getX

public float getX()

setX

public void setX(float x)

getY

public float getY()

setY

public void setY(float y)