public static class AdvancedLineAndPointRenderer.Formatter extends XYSeriesFormatter<XYRegionFormatter>
AdvancedLineAndPointRenderer
.Constructor and Description |
---|
Formatter() |
Formatter(android.content.Context context,
int xmlConfigId) |
Modifier and Type | Method and Description |
---|---|
AdvancedLineAndPointRenderer |
doGetRendererInstance(XYPlot plot) |
android.graphics.Paint |
getLinePaint() |
android.graphics.Paint |
getLinePaint(int thisIndex,
int latestIndex,
int seriesSize)
By default, simply returns the line paint as-is.
|
Class<? extends SeriesRenderer> |
getRendererClass() |
void |
setLinePaint(android.graphics.Paint linePaint) |
addRegion, getPointLabeler, getPointLabelFormatter, getRegionFormatter, getRegions, hasPointLabelFormatter, removeRegion, setPointLabeler, setPointLabelFormatter
configure, getRendererInstance, isLegendIconEnabled, setLegendIconEnabled
public Formatter()
public Formatter(android.content.Context context, int xmlConfigId)
public Class<? extends SeriesRenderer> getRendererClass()
getRendererClass
in class Formatter<XYPlot>
public AdvancedLineAndPointRenderer doGetRendererInstance(XYPlot plot)
doGetRendererInstance
in class Formatter<XYPlot>
public android.graphics.Paint getLinePaint()
public android.graphics.Paint getLinePaint(int thisIndex, int latestIndex, int seriesSize)
thisIndex
- latestIndex
- seriesSize
- public void setLinePaint(android.graphics.Paint linePaint)