com.jjoe64.graphview
Interface GraphViewDataInterface

All Known Implementing Classes:
GraphView.GraphViewData

public interface GraphViewDataInterface

the base interface for the graphview data. you can use your own data models, when they implement this interface.


Method Summary
 double getX()
           
 double getY()
           
 

Method Detail

getX

double getX()

getY

double getY()