HomeSort by relevance Sort by last modified time
    Searched refs:getYVal (Results 1 - 3 of 3) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 321 * Convenience method. Wraps getYVal(float)
326 public Double getYVal(PointF point) {
327 return getYVal(point.y);
336 public Double getYVal(float yPix) {
    [all...]
XYPlot.java 301 public Number getYVal(PointF point) {
302 return getGraphWidget().getYVal(point);
    [all...]
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 316 Number y = plot.getYVal(point);

Completed in 1368 milliseconds