Uses of Class
com.androidplot.xy.XYPlotLayout.StepType

Packages that use XYPlotLayout.StepType
com.androidplot.xy   
 

Uses of XYPlotLayout.StepType in com.androidplot.xy
 

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



Copyright © 2010. All Rights Reserved.