com.androidplot.xy
Class StepFormatter

java.lang.Object
  extended by com.androidplot.ui.widget.formatter.Formatter
      extended by com.androidplot.xy.XYSeriesFormatter
          extended by com.androidplot.xy.LineAndPointFormatter
              extended by com.androidplot.xy.StepFormatter

public class StepFormatter
extends LineAndPointFormatter


Constructor Summary
StepFormatter(int lineColor, int fillColor)
           
StepFormatter(android.graphics.Paint linePaint)
           
StepFormatter(android.graphics.Paint linePaint, android.graphics.Paint fillPaint)
           
 
Method Summary
 
Methods inherited from class com.androidplot.xy.LineAndPointFormatter
getFillPaint, getLinePaint, getVertexPaint, setFillPaint, setLinePaint, setVertexPaint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepFormatter

public StepFormatter(android.graphics.Paint linePaint)

StepFormatter

public StepFormatter(android.graphics.Paint linePaint,
                     android.graphics.Paint fillPaint)

StepFormatter

public StepFormatter(int lineColor,
                     int fillColor)


Copyright © 2011. All Rights Reserved.