-
public class AdvancedLineAndPointRenderer.Formatter extends XYSeriesFormatter<XYRegionFormatter>
Formatter designed to work in tandem with AdvancedLineAndPointRenderer.
-
-
Constructor Summary
Constructors Constructor Description AdvancedLineAndPointRenderer.Formatter()
AdvancedLineAndPointRenderer.Formatter(Context context, int xmlConfigId)
-
Method Summary
Modifier and Type Method Description Paint
getLinePaint()
Paint
getLinePaint(int thisIndex, int latestIndex, int seriesSize)
By default, simply returns the line paint as-is. Class<out SeriesRenderer>
getRendererClass()
AdvancedLineAndPointRenderer
doGetRendererInstance(XYPlot plot)
-
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
-
-
Constructor Detail
-
AdvancedLineAndPointRenderer.Formatter
AdvancedLineAndPointRenderer.Formatter()
-
AdvancedLineAndPointRenderer.Formatter
AdvancedLineAndPointRenderer.Formatter(Context context, int xmlConfigId)
-
-
Method Detail
-
getLinePaint
Paint getLinePaint()
-
getLinePaint
Paint getLinePaint(int thisIndex, int latestIndex, int seriesSize)
By default, simply returns the line paint as-is. May be overridden to provide custom behavior basedon input params.
-
getRendererClass
Class<out SeriesRenderer> getRendererClass()
-
doGetRendererInstance
AdvancedLineAndPointRenderer doGetRendererInstance(XYPlot plot)
-
-
-
-