Home
last modified time | relevance | path

Searched refs:getLegendWidget (Results 1 – 3 of 3) sorted by relevance

/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DXYRegionExampleActivity.java211 plot.getLegendWidget().setTableModel(new DynamicTableModel(4, 2)); in makePlotPretty()
220 plot.getLegendWidget().setBackgroundPaint(bgPaint); in makePlotPretty()
223 plot.getLegendWidget().setPadding(5, 5, 5, 5); in makePlotPretty()
244 plot.getLegendWidget().setWidth(PixelUtils.dpToPix(100), SizeLayoutType.FILL); in makePlotPretty()
257 plot.getLegendWidget().position( in makePlotPretty()
DDualScaleXYPlotExampleActivity.java114 XYLegendWidget legendWidget_LEFT = myXYPlot_LEFT.getLegendWidget(); in onCreate()
123 XYLegendWidget legendWidget_RIGHT = myXYPlot_RIGHT.getLegendWidget(); in onCreate()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYPlot.java234 getLayoutManager().moveToTop(getLegendWidget()); in onPreInit()
786 public XYLegendWidget getLegendWidget() { in getLegendWidget() method in XYPlot