Searched defs:pointLabelFormatter (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DLineAndPointFormatter.java60 private PointLabelFormatter pointLabelFormatter; field in class:LineAndPointFormatter
168 return pointLabelFormatter;
171 public void setPointLabelFormatter(PointLabelFormatter pointLabelFormatter) { argument
172 this.pointLabelFormatter = pointLabelFormatter;

Completed in 82 milliseconds