HomeSort by relevance Sort by last modified time
    Searched refs:getDomainLabelWidget (Results 1 - 3 of 3) sorted by null

  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
OrientationSensorExampleActivity.java 94 aprLevelsPlot.getDomainLabelWidget().pack();
125 aprHistoryPlot.getDomainLabelWidget().pack();
DualScaleXYPlotExampleActivity.java 86 myXYPlot_RIGHT.getDomainLabelWidget().setVisible(false);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlot.java 238 getDomainLabelWidget().pack();
771 return getDomainLabelWidget().getText();
775 getDomainLabelWidget().setText(domainLabel);
802 public TextLabelWidget getDomainLabelWidget() {
    [all...]

Completed in 81 milliseconds