com.androidplot.xy
Class XYStepCalculator

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

public class XYStepCalculator
extends Object

Calculates "stepping" values for a plot. These values are most commonly used for drawing grid lines on a graph.


Constructor Summary
XYStepCalculator()
           
 
Method Summary
static XYStep getStep(XYPlot plot, XYAxisType axisType, android.graphics.RectF rect, Number minVal, Number maxVal)
          Convenience method - wraps other form of getStep().
static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minVal, Number maxVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYStepCalculator

public XYStepCalculator()
Method Detail

getStep

public static XYStep getStep(XYPlot plot,
                             XYAxisType axisType,
                             android.graphics.RectF rect,
                             Number minVal,
                             Number maxVal)
Convenience method - wraps other form of getStep().

Parameters:
plot -
axisType -
rect -
minVal -
maxVal -
Returns:

getStep

public static XYStep getStep(XYStepMode typeXY,
                             float plotPixelSize,
                             double stepValue,
                             Number minVal,
                             Number maxVal)


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