-
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
Constructors Constructor Description StepRenderer(XYPlot plot)
-
Method Summary
Modifier and Type Method Description -
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, getSeriesList, render, setPlot
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StepRenderer
StepRenderer(XYPlot plot)
-
-
-
-