public class BubbleFormatter extends XYSeriesFormatter<XYRegionFormatter>
BubbleRenderer.| Constructor and Description |
|---|
BubbleFormatter() |
BubbleFormatter(android.content.Context context,
int xmlCfgId) |
BubbleFormatter(int fillColor,
int strokeColor) |
| Modifier and Type | Method and Description |
|---|---|
BubbleRenderer |
doGetRendererInstance(XYPlot plot) |
android.graphics.Paint |
getFillPaint() |
Class<? extends SeriesRenderer> |
getRendererClass() |
android.graphics.Paint |
getStrokePaint() |
void |
setFillPaint(android.graphics.Paint fillPaint) |
void |
setStrokePaint(android.graphics.Paint strokePaint) |
addRegion, getPointLabeler, getPointLabelFormatter, getRegionFormatter, getRegions, hasPointLabelFormatter, removeRegion, setPointLabeler, setPointLabelFormatterconfigure, getRendererInstance, isLegendIconEnabled, setLegendIconEnabledpublic BubbleFormatter()
public BubbleFormatter(android.content.Context context,
int xmlCfgId)
public BubbleFormatter(int fillColor,
int strokeColor)
public Class<? extends SeriesRenderer> getRendererClass()
getRendererClass in class Formatter<XYPlot>public BubbleRenderer doGetRendererInstance(XYPlot plot)
doGetRendererInstance in class Formatter<XYPlot>public android.graphics.Paint getStrokePaint()
public void setStrokePaint(android.graphics.Paint strokePaint)
public android.graphics.Paint getFillPaint()
public void setFillPaint(android.graphics.Paint fillPaint)