com.androidplot.xy
Class XYStep
java.lang.Object
com.androidplot.xy.XYStep
public class XYStep
- extends Object
An immutable object generated by XYStepCalculator representing
a stepping model to be used by an XYPlot.
Constructor Summary |
XYStep(float stepCount,
float stepPix,
double stepVal)
|
XYStep
public XYStep(float stepCount,
float stepPix,
double stepVal)
getStepCount
public double getStepCount()
getStepPix
public float getStepPix()
getStepVal
public double getStepVal()
Copyright © 2010-2013 androidplot.com. All Rights Reserved.