com.androidplot.xy
Class StepRenderer

java.lang.Object
  extended by com.androidplot.ui.widget.renderer.DataRenderer<XYPlot,XYFormatterType>
      extended by com.androidplot.xy.XYSeriesRenderer<FormatterType>
          extended by com.androidplot.xy.LineAndPointRenderer<StepFormatter>
              extended by com.androidplot.xy.StepRenderer

public class StepRenderer
extends LineAndPointRenderer<StepFormatter>

Renders a point as a line with the vertices marked. Requires 2 or more points to be rendered.


Constructor Summary
StepRenderer(XYPlot plot)
           
 
Method Summary
 
Methods inherited from class com.androidplot.xy.LineAndPointRenderer
drawLegendIcon, onRender
 
Methods inherited from class com.androidplot.ui.widget.renderer.DataRenderer
getFormatter, getPlot, render, setPlot
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepRenderer

public StepRenderer(XYPlot plot)


Copyright © 2011. All Rights Reserved.