com.androidplot.xy
Class XYStep

java.lang.Object
  extended by com.androidplot.xy.XYStep

public class XYStep
extends Object


Constructor Summary
XYStep()
           
XYStep(double stepCount, float stepPix, double stepVal)
           
 
Method Summary
 double getStepCount()
           
 float getStepPix()
           
 double getStepVal()
           
 void setStepCount(double stepCount)
           
 void setStepPix(float stepPix)
           
 void setStepVal(double stepVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYStep

public XYStep()

XYStep

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

getStepCount

public double getStepCount()

setStepCount

public void setStepCount(double stepCount)

getStepPix

public float getStepPix()

setStepPix

public void setStepPix(float stepPix)

getStepVal

public double getStepVal()

setStepVal

public void setStepVal(double stepVal)


Copyright © 2011. All Rights Reserved.