public class BubbleSeries extends CategoricalSeries
Modifier and Type | Field and Description |
---|---|
static int |
FILL_COLOR_PROPERTY_KEY |
static int |
STROKE_COLOR_PROPERTY_KEY |
static int |
STROKE_WIDTH_PROPERTY_KEY |
SERIES_Z_INDEX
Constructor and Description |
---|
BubbleSeries() |
BubbleSeries(DataPointBinding valueBinding,
DataPointBinding categoryBinding,
Iterable data) |
Modifier and Type | Method and Description |
---|---|
void |
applyPaletteCore(ChartPalette palette) |
float |
getBubbleScale() |
DataPointBinding |
getBubbleSizeBinding() |
int |
getFillColor() |
Paint |
getFillPaint() |
Shader |
getFillShader() |
int |
getLegendFillColor()
Returns the color used to depict this series in the Chart legend.
|
int |
getLegendStrokeColor()
Returns the stroke color used to depict this series in the Chart legend.
|
int |
getStrokeColor() |
PathEffect |
getStrokeEffect() |
Paint |
getStrokePaint() |
Shader |
getStrokeShader() |
float |
getStrokeWidth() |
void |
setBubbleScale(float value) |
void |
setBubbleSizeBinding(DataPointBinding value) |
void |
setCanApplyPalette(boolean value)
Sets a value that determines if the chart palette should be applied to this presenter.
|
void |
setFillColor(int value) |
void |
setFillShader(Shader value) |
void |
setStrokeColor(int value) |
void |
setStrokeEffect(PathEffect value) |
void |
setStrokeShader(Shader value) |
void |
setStrokeWidth(float value) |
getValueBinding, setValueBinding, setValueBinding
getCategoryBinding, getCombineMode, getStackGroupKey, setCategoryBinding, setCategoryBinding, setCombineMode, setStackGroupKey
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, getLegendTitle, getSelectedChangeListener, onPointAdded, onPointRemoved, setDataPointRenderer, setIsSelected, setLegendTitle, setSelectedChangeListener
addPropertyChangedListener, dataSource, findClosestPoint, getClipToPlotArea, getData, getDistanceToPoint, getIsSelected, getIsVisibleInLegend, getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelMargin, getLabelRenderer, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, getPlotAreaSize, getSelectionMode, getShowLabels, hitTest, hitTestDataPoint, model, onBoundItemPropertyChanged, onDataBindingComplete, onDataPointIsSelectedChanged, postRender, removePropertyChangedListener, render, setClipToPlotArea, setData, setIsVisibleInLegend, setLabelFillColor, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelMargin, setLabelPadding, setLabelRenderer, setLabelSize, setLabelStrokeColor, setLabelTextColor, setLabelValueToStringConverter, setSelectionMode, setShowLabels
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, refreshNode, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIsSelected
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public static final int FILL_COLOR_PROPERTY_KEY
public static final int STROKE_COLOR_PROPERTY_KEY
public static final int STROKE_WIDTH_PROPERTY_KEY
public BubbleSeries()
public BubbleSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, Iterable data)
public float getBubbleScale()
public void setBubbleScale(float value)
public DataPointBinding getBubbleSizeBinding()
public void setBubbleSizeBinding(DataPointBinding value)
public int getFillColor()
public void setFillColor(int value)
public int getStrokeColor()
public void setStrokeColor(int value)
public float getStrokeWidth()
public void setStrokeWidth(float value)
public Paint getFillPaint()
public Paint getStrokePaint()
public int getLegendFillColor()
PointTemplateSeries
getLegendFillColor
in class PointTemplateSeries
public int getLegendStrokeColor()
PointTemplateSeries
getLegendStrokeColor
in class PointTemplateSeries
public Shader getFillShader()
public void setFillShader(Shader value)
public Shader getStrokeShader()
public void setStrokeShader(Shader value)
public PathEffect getStrokeEffect()
public void setStrokeEffect(PathEffect value)
public void setCanApplyPalette(boolean value)
PresenterBase
setCanApplyPalette
in class PresenterBase
public void applyPaletteCore(ChartPalette palette)