Home
last modified time | relevance | path

Searched refs:rangeTopMax (Results 1 – 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java77 private Number rangeTopMax = null; field in XYPlot
408 rangeTopMax); in calculateMinMaxVals()
1251 return rangeTopMax; in getRangeTopMax()
1257 public synchronized void setRangeTopMax(Number rangeTopMax) { in setRangeTopMax() argument
1258 this.rangeTopMax = rangeTopMax; in setRangeTopMax()