-
public class BubbleFormatter extends XYSeriesFormatter<XYRegionFormatter>
Format for drawing a value using BubbleRenderer.
-
-
Field Summary
Fields Modifier and Type Field Description private PaintstrokePaintprivate PaintfillPaint
-
Constructor Summary
Constructors Constructor Description BubbleFormatter()BubbleFormatter(Context context, int xmlCfgId)BubbleFormatter(int fillColor, int strokeColor)
-
Method Summary
Modifier and Type Method Description PaintgetStrokePaint()voidsetStrokePaint(Paint strokePaint)PaintgetFillPaint()voidsetFillPaint(Paint fillPaint)Class<out SeriesRenderer>getRendererClass()BubbleRendererdoGetRendererInstance(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
-
BubbleFormatter
BubbleFormatter()
-
BubbleFormatter
BubbleFormatter(Context context, int xmlCfgId)
-
BubbleFormatter
BubbleFormatter(int fillColor, int strokeColor)
-
-
Method Detail
-
getStrokePaint
Paint getStrokePaint()
-
setStrokePaint
void setStrokePaint(Paint strokePaint)
-
getFillPaint
Paint getFillPaint()
-
setFillPaint
void setFillPaint(Paint fillPaint)
-
getRendererClass
Class<out SeriesRenderer> getRendererClass()
-
doGetRendererInstance
BubbleRenderer doGetRendererInstance(XYPlot plot)
-
-
-
-