Home
last modified time | relevance | path

Searched refs:getRangeGridLinePaint (Results 1 – 6 of 6) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DTimeSeriesActivity.java62 plot1.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK); in onCreate()
63 plot1.getGraphWidget().getRangeGridLinePaint(). in onCreate()
DStepChartExampleActivity.java62 mySimpleXYPlot.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK); in onCreate()
63 …mySimpleXYPlot.getGraphWidget().getRangeGridLinePaint().setPathEffect(new DashPathEffect(new float… in onCreate()
DXYPlotWithBgImgActivity.java37 plot.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK); in onCreate()
38 …plot.getGraphWidget().getRangeGridLinePaint().setPathEffect(new DashPathEffect(new float[]{3, 3}, … in onCreate()
DDynamicXYPlotActivity.java107 dynamicPlot.getGraphWidget().getRangeGridLinePaint().setPathEffect(dashFx); in onCreate()
DDualScaleXYPlotExampleActivity.java98 graphWidget_RIGHT.getRangeGridLinePaint().setAlpha(0); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java932 public Paint getRangeGridLinePaint() { in getRangeGridLinePaint() method in XYGraphWidget