Searched refs:XYGraphWidget (Results 1 – 3 of 3) sorted by relevance
37 import com.androidplot.xy.XYGraphWidget;78 XYGraphWidget graphWidget_LEFT = myXYPlot_LEFT.getGraphWidget(); in onCreate()91 XYGraphWidget graphWidget_RIGHT = myXYPlot_RIGHT.getGraphWidget(); in onCreate()
45 private XYGraphWidget graphWidget;173 graphWidget = new XYGraphWidget( in onPreInit()794 public XYGraphWidget getGraphWidget() { in getGraphWidget()798 public void setGraphWidget(XYGraphWidget graphWidget) { in setGraphWidget()
36 public class XYGraphWidget extends Widget { class172 public XYGraphWidget(LayoutManager layoutManager, XYPlot plot, SizeMetrics sizeMetrics) { in XYGraphWidget() method in XYGraphWidget