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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYRegionFormatter.java26 public class XYRegionFormatter { class
43 public XYRegionFormatter(Context ctx, int xmlCfgId) { method in class:XYRegionFormatter
45 if (getClass().equals(XYRegionFormatter.class)) {
50 public XYRegionFormatter(int color) { method in class:XYRegionFormatter
H A DXYSeriesRenderer.java35 public Hashtable<XYRegionFormatter, String> getUniqueRegionFormatters() {
37 Hashtable<XYRegionFormatter, String> found = new Hashtable<XYRegionFormatter, String>();
44 XYRegionFormatter f = xyf.getRegionFormatter(region);
H A DXYLegendWidget.java35 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, Strin
[all...]
H A DXYSeriesFormatter.java25 public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Formatter<XYPlot> {
H A DLineAndPointFormatter.java30 public class LineAndPointFormatter extends XYSeriesFormatter<XYRegionFormatter> {
H A DLineAndPointRenderer.java204 XYRegionFormatter f = formatter.getRegionFormatter(r);
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DXYRegionExampleActivity.java64 //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(Colo
[all...]

Completed in 202 milliseconds