| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XYStepMode | |
|---|---|
| com.androidplot.xy | Classes for creating XYPlots. | 
| Uses of XYStepMode in com.androidplot.xy | 
|---|
| Methods in com.androidplot.xy that return XYStepMode | |
|---|---|
|  XYStepMode | XYPlot.getDomainStepMode() | 
|  XYStepMode | XYPlot.getRangeStepMode() | 
| static XYStepMode | XYStepMode.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static XYStepMode[] | XYStepMode.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods in com.androidplot.xy with parameters of type XYStepMode | |
|---|---|
| static XYStep | XYStepCalculator.getStep(XYStepMode typeXY,
        float plotPixelSize,
        double stepValue,
        Number minVal,
        Number maxVal) | 
|  void | XYPlot.setDomainStep(XYStepMode mode,
              double value) | 
|  void | XYPlot.setDomainStepMode(XYStepMode domainStepMode) | 
|  void | XYPlot.setRangeStep(XYStepMode mode,
             double value) | 
|  void | XYPlot.setRangeStepMode(XYStepMode rangeStepMode) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||