Package 

Class StepModelFit


  • 
    public class StepModelFit
    extends StepModel
                        

    Subclass of StepModel that chooses from predefined step values. Depending on the currently displayed range (by value) choose increment so that the number of lines is closest to StepModel.value

    • Constructor Summary

      Constructors 
      Constructor Description
      StepModelFit(Region axisRegion, Array<double> increments, double numLines)
    • Method Summary

      Modifier and Type Method Description
      Array<double> getSteps()
      void setSteps(Array<double> steps)
      Region getScale()
      void setScale(Region scale)
      double getValue()
      String toString()
      • Methods inherited from class com.androidplot.xy.StepModel

        getMode, setMode, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait