public class BubbleDataSet extends BarLineScatterCandleBubbleDataSet<BubbleEntry> implements IBubbleDataSet
DataSet.Rounding| Modifier and Type | Field and Description |
|---|---|
protected float |
mMaxSize |
protected boolean |
mNormalizeSize |
mHighLightColormValues, mXMax, mXMin, mYMax, mYMinmAxisDependency, mColors, mDrawIcons, mDrawValues, mGradientColor, mGradientColors, mHighlightEnabled, mIconsOffset, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| Constructor and Description |
|---|
BubbleDataSet(java.util.List<BubbleEntry> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calcMinMax(BubbleEntry e)
Updates the min and max x and y value of this DataSet based on the given Entry.
|
DataSet<BubbleEntry> |
copy()
Provides an exact copy of the DataSet this method is used on.
|
protected void |
copy(BubbleDataSet bubbleDataSet) |
float |
getHighlightCircleWidth()
Returns the width of the highlight-circle that surrounds the bubble
|
float |
getMaxSize() |
boolean |
isNormalizeSizeEnabled() |
void |
setHighlightCircleWidth(float width)
Sets the width of the circle that surrounds the bubble when highlighted,
in dp.
|
void |
setNormalizeSizeEnabled(boolean normalizeSize) |
copy, getHighLightColor, setHighLightColoraddEntry, addEntryOrdered, calcMinMax, calcMinMaxX, calcMinMaxY, calcMinMaxY, clear, copy, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getValues, getXMax, getXMin, getYMax, getYMin, removeEntry, setValues, toSimpleString, toStringaddColor, contains, copy, getAxisDependency, getColor, getColor, getColors, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getGradientColor, getGradientColor, getGradientColors, getIconsOffset, getIndexInEntries, getLabel, getValueColors, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, notifyDataSetChanged, removeEntry, removeEntryByXValue, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColor, setColors, setColors, setColors, setColors, setDrawIcons, setDrawValues, setForm, setFormLineDashEffect, setFormLineWidth, setFormSize, setGradientColor, setGradientColors, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHighLightColoraddEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getGradientColor, getGradientColor, getGradientColors, getIconsOffset, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getXMax, getXMin, getYMax, getYMin, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, removeEntry, removeEntry, removeEntryByXValue, removeFirst, removeLast, setAxisDependency, setDrawIcons, setDrawValues, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisiblepublic BubbleDataSet(java.util.List<BubbleEntry> yVals, java.lang.String label)
public void setHighlightCircleWidth(float width)
IBubbleDataSetsetHighlightCircleWidth in interface IBubbleDataSetpublic float getHighlightCircleWidth()
IBubbleDataSetgetHighlightCircleWidth in interface IBubbleDataSetprotected void calcMinMax(BubbleEntry e)
DataSetcalcMinMax in class DataSet<BubbleEntry>public DataSet<BubbleEntry> copy()
DataSetcopy in class DataSet<BubbleEntry>protected void copy(BubbleDataSet bubbleDataSet)
public float getMaxSize()
getMaxSize in interface IBubbleDataSetpublic boolean isNormalizeSizeEnabled()
isNormalizeSizeEnabled in interface IBubbleDataSetpublic void setNormalizeSizeEnabled(boolean normalizeSize)