Searched refs:getGraphWidget (Results 1 – 13 of 13) sorted by relevance
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | XYPlotWithBgImgActivity.java | 33 plot.getGraphWidget().getBackgroundPaint().setColor(Color.TRANSPARENT); in onCreate() 34 plot.getGraphWidget().getGridBackgroundPaint().setShader(WHITE_SHADER); in onCreate() 35 plot.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK); in onCreate() 36 …plot.getGraphWidget().getDomainGridLinePaint().setPathEffect(new DashPathEffect(new float[]{3, 3},… in onCreate() 37 plot.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK); in onCreate() 38 …plot.getGraphWidget().getRangeGridLinePaint().setPathEffect(new DashPathEffect(new float[]{3, 3}, … in onCreate() 39 plot.getGraphWidget().getDomainOriginLinePaint().setColor(Color.BLACK); in onCreate() 40 plot.getGraphWidget().getRangeOriginLinePaint().setColor(Color.BLACK); in onCreate() 108 RectF rect = plot.getGraphWidget().getGridRect(); in onGraphStyleToggle() 123 plot.getGraphWidget().getGridBackgroundPaint().setShader( in onGraphStyleToggle() [all …]
|
D | TimeSeriesActivity.java | 58 plot1.getGraphWidget().getGridBackgroundPaint().setColor(Color.WHITE); in onCreate() 59 plot1.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK); in onCreate() 60 plot1.getGraphWidget().getDomainGridLinePaint(). in onCreate() 62 plot1.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK); in onCreate() 63 plot1.getGraphWidget().getRangeGridLinePaint(). in onCreate() 65 plot1.getGraphWidget().getDomainOriginLinePaint().setColor(Color.BLACK); in onCreate() 66 plot1.getGraphWidget().getRangeOriginLinePaint().setColor(Color.BLACK); in onCreate() 87 plot1.getGraphWidget().setPaddingRight(2); in onCreate()
|
D | StepChartExampleActivity.java | 59 mySimpleXYPlot.getGraphWidget().getGridBackgroundPaint().setColor(Color.WHITE); in onCreate() 60 mySimpleXYPlot.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK); in onCreate() 61 …mySimpleXYPlot.getGraphWidget().getDomainGridLinePaint().setPathEffect(new DashPathEffect(new floa… in onCreate() 62 mySimpleXYPlot.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK); in onCreate() 63 …mySimpleXYPlot.getGraphWidget().getRangeGridLinePaint().setPathEffect(new DashPathEffect(new float… in onCreate() 64 mySimpleXYPlot.getGraphWidget().getDomainOriginLinePaint().setColor(Color.BLACK); in onCreate() 65 mySimpleXYPlot.getGraphWidget().getRangeOriginLinePaint().setColor(Color.BLACK); in onCreate() 66 mySimpleXYPlot.getGraphWidget().setMarginRight(5); in onCreate()
|
D | DualScaleXYPlotExampleActivity.java | 78 XYGraphWidget graphWidget_LEFT = myXYPlot_LEFT.getGraphWidget(); in onCreate() 91 XYGraphWidget graphWidget_RIGHT = myXYPlot_RIGHT.getGraphWidget(); in onCreate() 108 myXYPlot_LEFT.getGraphWidget().position( in onCreate() 110 myXYPlot_RIGHT.getGraphWidget().position( in onCreate() 119 myXYPlot_LEFT.getGraphWidget().position( in onCreate() 128 myXYPlot_RIGHT.getGraphWidget().position( in onCreate()
|
D | TouchZoomExampleActivity.java | 68 mySimpleXYPlot.getGraphWidget().setTicksPerRangeLabel(2); in onCreate() 69 mySimpleXYPlot.getGraphWidget().setTicksPerDomainLabel(2); in onCreate() 70 mySimpleXYPlot.getGraphWidget().getBackgroundPaint().setColor(Color.TRANSPARENT); in onCreate() 71 mySimpleXYPlot.getGraphWidget().setRangeValueFormat( in onCreate() 73 mySimpleXYPlot.getGraphWidget().setDomainValueFormat( in onCreate() 75 mySimpleXYPlot.getGraphWidget().setRangeLabelWidth(25); in onCreate()
|
D | XYRegionExampleActivity.java | 264 plot.getGraphWidget().setRangeLabelHorizontalOffset(-1); in makePlotPretty() 267 plot.getGraphWidget().setRangeLabelWidth(25); in makePlotPretty() 270 plot.getGraphWidget().setDomainLabelWidth(15); in makePlotPretty() 272 plot.getGraphWidget().setDomainLabelVerticalOffset(-6); in makePlotPretty() 348 plot.getGraphWidget().addDomainAxisValueLabelRegion( in axisLabelSetup() 350 plot.getGraphWidget().addDomainAxisValueLabelRegion( in axisLabelSetup() 353 plot.getGraphWidget().addRangeAxisValueLabelRegion( in axisLabelSetup() 355 plot.getGraphWidget().addRangeAxisValueLabelRegion( in axisLabelSetup()
|
D | DynamicXYPlotActivity.java | 66 dynamicPlot.getGraphWidget().setDomainValueFormat(new DecimalFormat("0")); in onCreate() 106 dynamicPlot.getGraphWidget().getDomainGridLinePaint().setPathEffect(dashFx); in onCreate() 107 dynamicPlot.getGraphWidget().getRangeGridLinePaint().setPathEffect(dashFx); in onCreate()
|
D | SimpleXYPlotActivity.java | 80 plot.getGraphWidget().setDomainLabelOrientation(-45); in onCreate()
|
D | BarPlotExampleActivity.java | 132 plot.getGraphWidget().setGridPadding(30, 10, 30, 0); in onCreate() 314 if (plot.getGraphWidget().getGridRect().contains(point.x, point.y)) { in onPlotClicked()
|
D | OrientationSensorExampleActivity.java | 70 aprLevelsPlot.getGraphWidget().getDomainLabelPaint().setColor(Color.TRANSPARENT); in onCreate()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYPlot.java | 252 getGraphWidget().setGridPaddingTop(top); in setGridPadding() 253 getGraphWidget().setGridPaddingBottom(bottom); in setGridPadding() 254 getGraphWidget().setGridPaddingLeft(left); in setGridPadding() 255 getGraphWidget().setGridPaddingRight(right); in setGridPadding() 276 if (getGraphWidget().getGridRect() != null) { in containsPoint() 277 return getGraphWidget().getGridRect().contains(x, y); in containsPoint() 294 getGraphWidget().setCursorPosition(point); in setCursorPosition() 298 getGraphWidget().setCursorPosition(x, y); in setCursorPosition() 302 return getGraphWidget().getYVal(point); in getYVal() 306 return getGraphWidget().getXVal(point); in getXVal() [all …]
|
D | XYLegendWidget.java | 99 Paint bgPaint = plot.getGraphWidget().getGridBackgroundPaint(); in beginDrawingCell() 107 Paint bgPaint = plot.getGraphWidget().getGridBackgroundPaint(); in finishDrawingCell()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | XYPlotTest.java | 476 … assertEquals(Color.parseColor(param3), plot.getGraphWidget().getDomainLabelPaint().getColor()); in testConfigure()
|