Uses of Class
com.androidplot.xy.XYStepType

Packages that use XYStepType
com.androidplot.xy   
 

Uses of XYStepType in com.androidplot.xy
 

Methods in com.androidplot.xy that return XYStepType
 XYStepType XYPlot.getDomainStepType()
           
 XYStepType XYPlot.getRangeStepType()
           
static XYStepType XYStepType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XYStepType[] XYStepType.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 XYStepType
 void XYPlot.setDomainStep(XYStepType type, double value)
           
 void XYPlot.setDomainStepType(XYStepType domainStepType)
           
 void XYPlot.setRangeStep(XYStepType type, double value)
           
 void XYPlot.setRangeStepType(XYStepType rangeStepType)
           
 



Copyright © 2011. All Rights Reserved.