-
public class StepFormatter extends LineAndPointFormatter
-
-
Constructor Summary
Constructors Constructor Description StepFormatter()
Should only be used in conjunction with calls to configure()... StepFormatter(Integer lineColor, Integer fillColor)
-
Method Summary
Modifier and Type Method Description Class<out SeriesRenderer>
getRendererClass()
SeriesRenderer
doGetRendererInstance(XYPlot plot)
-
Methods inherited from class com.androidplot.xy.LineAndPointFormatter
getFillDirection, getFillPaint, getInterpolationParams, getLinePaint, getVertexPaint, hasFillPaint, hasLinePaint, hasVertexPaint, setFillDirection, setFillPaint, setInterpolationParams, setLinePaint, setVertexPaint
-
Methods inherited from class com.androidplot.xy.XYSeriesFormatter
addRegion, getPointLabelFormatter, getPointLabeler, getRegionFormatter, getRegions, hasPointLabelFormatter, removeRegion, setPointLabelFormatter, setPointLabeler
-
Methods inherited from class com.androidplot.ui.Formatter
configure, getRendererInstance, isLegendIconEnabled, setLegendIconEnabled
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRendererClass
Class<out SeriesRenderer> getRendererClass()
-
doGetRendererInstance
SeriesRenderer doGetRendererInstance(XYPlot plot)
-
-
-
-