Home
last modified time | relevance | path

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

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DTimeSeriesActivity.java59 plot1.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK); in onCreate()
60 plot1.getGraphWidget().getDomainGridLinePaint(). in onCreate()
DStepChartExampleActivity.java60 mySimpleXYPlot.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK); in onCreate()
61 …mySimpleXYPlot.getGraphWidget().getDomainGridLinePaint().setPathEffect(new DashPathEffect(new floa… in onCreate()
DXYPlotWithBgImgActivity.java35 plot.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK); in onCreate()
36 …plot.getGraphWidget().getDomainGridLinePaint().setPathEffect(new DashPathEffect(new float[]{3, 3},… in onCreate()
DDynamicXYPlotActivity.java106 dynamicPlot.getGraphWidget().getDomainGridLinePaint().setPathEffect(dashFx); in onCreate()
DDualScaleXYPlotExampleActivity.java97 graphWidget_RIGHT.getDomainGridLinePaint().setAlpha(0); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java917 public Paint getDomainGridLinePaint() { in getDomainGridLinePaint() method in XYGraphWidget