com.androidplot.xy
Class StepRenderer

java.lang.Object
  extended by com.androidplot.ui.SeriesRenderer<XYPlot,XYSeries,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
doDrawLegendIcon, onRender
 
Methods inherited from class com.androidplot.xy.XYSeriesRenderer
getUniqueRegionFormatters
 
Methods inherited from class com.androidplot.ui.SeriesRenderer
drawSeriesLegendIcon, getFormatter, getPlot, getSeriesAndFormatterList, 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 © 2010-2013 androidplot.com. All Rights Reserved.