Searched refs:formatterList (Results 1 - 1 of 1) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DSeriesAndFormatterList.java31 private LinkedList<FormatterType> formatterList; field in class:SeriesAndFormatterList
34 formatterList = new LinkedList<FormatterType>();
50 return formatterList;
61 formatterList.add(formatter);
71 formatterList.remove(index);
77 return formatterList.get(seriesList.indexOf(series));
81 return formatterList.get(index);
89 return formatterList.set(seriesList.indexOf(series), formatter);

Completed in 60 milliseconds