HomeSort by relevance Sort by last modified time
    Searched refs:XYRegionFormatter (Results 1 - 7 of 7) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYRegionFormatter.java 26 public class XYRegionFormatter {
43 public XYRegionFormatter(Context ctx, int xmlCfgId) {
45 if (getClass().equals(XYRegionFormatter.class)) {
50 public XYRegionFormatter(int color) {
XYSeriesRenderer.java 35 public Hashtable<XYRegionFormatter, String> getUniqueRegionFormatters() {
37 Hashtable<XYRegionFormatter, String> found = new Hashtable<XYRegionFormatter, String>();
44 XYRegionFormatter f = xyf.getRegionFormatter(region);
XYLegendWidget.java 35 private static class RegionEntryComparator implements Comparator<Map.Entry<XYRegionFormatter, String>> {
37 public int compare(Map.Entry<XYRegionFormatter, String> o1, Map.Entry<XYRegionFormatter, String> o2) {
117 protected void drawRegionLegendIcon(Canvas canvas, RectF rect, XYRegionFormatter formatter) {
121 private void drawRegionLegendCell(Canvas canvas, XYRegionFormatter formatter, RectF cellRect, String text) {
152 //Hashtable<XYRegionFormatter, XYSeriesRenderer> regionRendererLookup = new Hashtable<XYRegionFormatter, XYSeriesRenderer>();
155 TreeSet<Map.Entry<XYRegionFormatter, String>> sortedRegions = new TreeSet<Map.Entry<XYRegionFormatter, String>>(new RegionEntryComparator());
167 Hashtable<XYRegionFormatter, String> urf = renderer.getUniqueRegionFormatters();
    [all...]
XYSeriesFormatter.java 25 public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Formatter<XYPlot> {
LineAndPointFormatter.java 30 public class LineAndPointFormatter extends XYSeriesFormatter<XYRegionFormatter> {
LineAndPointRenderer.java 204 XYRegionFormatter f = formatter.getRegionFormatter(r);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYRegionExampleActivity.java 64 //private XYRegionFormatter rf1;
65 private XYRegionFormatter shortRegionFormatter;
66 private XYRegionFormatter warmupRegionFormatter;
67 private XYRegionFormatter homeRunRegionFormatter;
68 //private XYRegionFormatter rf5;
194 * @param rf The XYRegionFormatter with which rr should be rendered
198 XYRegionFormatter rf, RectRegion rr) {
403 shortRegionFormatter = new XYRegionFormatter(Color.RED);
413 warmupRegionFormatter = new XYRegionFormatter(Color.WHITE);
422 homeRunRegionFormatter = new XYRegionFormatter(Color.GREEN);
    [all...]

Completed in 167 milliseconds