com.androidplot.xy
Class XYStep

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getStepCount()
           
 float getStepPix()
           
 double getStepVal()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYStep

public XYStep(float stepCount,
              float stepPix,
              double stepVal)
Method Detail

getStepCount

public double getStepCount()

getStepPix

public float getStepPix()

getStepVal

public double getStepVal()


Copyright © 2010-2013 androidplot.com. All Rights Reserved.