Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYLegendWidget.java35 …private static class RegionEntryComparator implements Comparator<Map.Entry<XYRegionFormatter, Stri…
37 …public int compare(Map.Entry<XYRegionFormatter, String> o1, Map.Entry<XYRegionFormatter, String> o… in compare() argument
117 protected void drawRegionLegendIcon(Canvas canvas, RectF rect, XYRegionFormatter formatter) { in drawRegionLegendIcon()
121 …private void drawRegionLegendCell(Canvas canvas, XYRegionFormatter formatter, RectF cellRect, Stri… in drawRegionLegendCell()
155 …TreeSet<Map.Entry<XYRegionFormatter, String>> sortedRegions = new TreeSet<Map.Entry<XYRegionFormat… in doOnDraw()
167 Hashtable<XYRegionFormatter, String> urf = renderer.getUniqueRegionFormatters(); in doOnDraw()
197 for(Map.Entry<XYRegionFormatter, String> entry : sortedRegions) { in doOnDraw()
202 XYRegionFormatter formatter = entry.getKey(); in doOnDraw()
DXYRegionFormatter.java26 public class XYRegionFormatter { class
43 public XYRegionFormatter(Context ctx, int xmlCfgId) { in XYRegionFormatter() method in XYRegionFormatter
45 if (getClass().equals(XYRegionFormatter.class)) { in XYRegionFormatter()
50 public XYRegionFormatter(int color) { in XYRegionFormatter() method in XYRegionFormatter
DXYSeriesRenderer.java35 public Hashtable<XYRegionFormatter, String> getUniqueRegionFormatters() { in getUniqueRegionFormatters()
37 Hashtable<XYRegionFormatter, String> found = new Hashtable<XYRegionFormatter, String>(); in getUniqueRegionFormatters()
44 XYRegionFormatter f = xyf.getRegionFormatter(region); in getUniqueRegionFormatters()
DXYSeriesFormatter.java25 public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Fo…
DLineAndPointFormatter.java30 public class LineAndPointFormatter extends XYSeriesFormatter<XYRegionFormatter> {
DLineAndPointRenderer.java204 XYRegionFormatter f = formatter.getRegionFormatter(r); in renderPath()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java65 private XYRegionFormatter shortRegionFormatter;
66 private XYRegionFormatter warmupRegionFormatter;
67 private XYRegionFormatter homeRunRegionFormatter;
198 XYRegionFormatter rf, RectRegion rr) { in onCheckBoxClicked()
403 shortRegionFormatter = new XYRegionFormatter(Color.RED); in regionSetup()
413 warmupRegionFormatter = new XYRegionFormatter(Color.WHITE); in regionSetup()
422 homeRunRegionFormatter = new XYRegionFormatter(Color.GREEN); in regionSetup()