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