Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java841 public Format getDomainValueFormat() { in getDomainValueFormat() method in XYPlot
842 return graphWidget.getDomainValueFormat(); in getDomainValueFormat()
DXYGraphWidget.java783 + getDomainValueFormat().format(getDomainCursorVal()); in drawCursors()
984 public Format getDomainValueFormat() { in getDomainValueFormat() method in XYGraphWidget