Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DRectRegion.java103 …yLineRegion.getMaxVal().doubleValue() != Double.POSITIVE_INFINITY ? yLineRegion.getMaxVal() : visM… in getRectF()
110 …xLineRegion.getMaxVal().doubleValue() != Double.POSITIVE_INFINITY ? xLineRegion.getMaxVal() : visM… in getRectF()
151 return xLineRegion.getMaxVal(); in getMaxX()
167 return yLineRegion.getMaxVal(); in getMaxY()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
DLineRegionTest.java41 assertEquals(0d, lr.getMaxVal()); in testConstructor()
45 assertEquals(1.5d, lr.getMaxVal()); in testConstructor()
49 assertEquals(20d, lr.getMaxVal()); in testConstructor()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DLineRegion.java55 return intersects(lineRegion.getMinVal(), lineRegion.getMaxVal()); in intersects()
91 public Number getMaxVal() { in getMaxVal() method in LineRegion