-
public class BubbleRenderer<FormatterType extends BubbleFormatter> extends XYSeriesRenderer<BubbleSeries, FormatterType>
Renders three dimensional data onto an XYPlot as bubbles; the x/y values define the position of the bubble and z is uses as a scaling value for the bubble's radius.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
BubbleRenderer.BubbleScaleMode
-
Field Summary
Fields Modifier and Type Field Description private BubbleRenderer.BubbleScaleMode
bubbleScaleMode
-
Constructor Summary
Constructors Constructor Description BubbleRenderer(XYPlot plot)
-
Method Summary
Modifier and Type Method Description BubbleRenderer.BubbleScaleMode
getBubbleScaleMode()
void
setBubbleScaleMode(BubbleRenderer.BubbleScaleMode bubbleScaleMode)
float
getMinBubbleRadius()
void
setMinBubbleRadius(float minBubbleRadius)
float
getMaxBubbleRadius()
void
setMaxBubbleRadius(float maxBubbleRadius)
-
Methods inherited from class com.androidplot.xy.XYSeriesRenderer
getUniqueRegionFormatters
-
Methods inherited from class com.androidplot.ui.SeriesRenderer
drawSeriesLegendIcon, getFormatter, getPlot, getSeriesAndFormatterList, getSeriesList, render, setPlot
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BubbleRenderer
BubbleRenderer(XYPlot plot)
-
-
Method Detail
-
getBubbleScaleMode
BubbleRenderer.BubbleScaleMode getBubbleScaleMode()
-
setBubbleScaleMode
void setBubbleScaleMode(BubbleRenderer.BubbleScaleMode bubbleScaleMode)
-
getMinBubbleRadius
float getMinBubbleRadius()
-
setMinBubbleRadius
void setMinBubbleRadius(float minBubbleRadius)
-
getMaxBubbleRadius
float getMaxBubbleRadius()
-
setMaxBubbleRadius
void setMaxBubbleRadius(float maxBubbleRadius)
-
-
-
-