public class StepRenderer extends LineAndPointRenderer<StepFormatter>
ONE, ZERO
Constructor and Description |
---|
StepRenderer(XYPlot plot) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendToPath(android.graphics.Path path,
android.graphics.PointF thisPoint,
android.graphics.PointF lastPoint)
This method exists for StepRenderer to override without having to duplicate any
additional code.
|
convertPoint, doDrawLegendIcon, drawSeries, getInterpolator, onRender, renderPath, renderPoints
getUniqueRegionFormatters
drawSeriesLegendIcon, getFormatter, getPlot, getSeriesList, render, setPlot
public StepRenderer(XYPlot plot)
protected void appendToPath(android.graphics.Path path, android.graphics.PointF thisPoint, android.graphics.PointF lastPoint)
LineAndPointRenderer
appendToPath
in class LineAndPointRenderer<StepFormatter>