Searched refs:BarFormatter (Results 1 – 6 of 6) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | BarFormatter.java | 21 public class BarFormatter extends LineAndPointFormatter { class 55 public BarFormatter() { in BarFormatter() method in BarFormatter 58 public BarFormatter(int fillColor, int borderColor) { in BarFormatter() method in BarFormatter
|
D | BarRenderer.java | 35 public class BarRenderer<T extends BarFormatter> extends XYSeriesRenderer<T> { 96 public void doDrawLegendIcon(Canvas canvas, RectF rect, BarFormatter formatter) { in doDrawLegendIcon() 232 BarFormatter formatter = b.formatter(); in onRender() 253 BarFormatter formatter = b.formatter(); in onRender() 274 BarFormatter formatter = b.formatter(); in onRender() 327 public BarFormatter formatter() { in formatter()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | OrientationSensorExampleActivity.java | 77 new BarFormatter(Color.rgb(0, 200, 0), Color.rgb(0, 80, 0))); in onCreate() 79 new BarFormatter(Color.rgb(200, 0, 0), Color.rgb(0, 80, 0))); in onCreate() 81 new BarFormatter(Color.rgb(0, 0, 200), Color.rgb(0, 80, 0))); in onCreate()
|
D | BarPlotExampleActivity.java | 384 class MyBarFormatter extends BarFormatter {
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYLegendWidgetTest.java | 92 plot.addSeries(s1, new BarFormatter(Color.RED, Color.GREEN)); in testDoOnDraw()
|
/external/python/cpython2/Lib/test/ |
D | test_string.py | 158 class BarFormatter(string.Formatter): class 170 fmt = BarFormatter()
|