public class BubbleDataSet extends BarLineScatterCandleBubbleDataSet<BubbleEntry> implements IBubbleDataSet
DataSet.Rounding| Modifier and Type | Field and Description |
|---|---|
protected float |
mMaxSize |
protected float |
mXMax |
protected float |
mXMin |
mHighLightColormAxisDependency, mColors, mDrawValues, mHighlightEnabled, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| Constructor and Description |
|---|
BubbleDataSet(java.util.List<BubbleEntry> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
calcMinMax(int start,
int end)
Calculates the minimum and maximum y value (mYMin, mYMax).
|
DataSet<BubbleEntry> |
copy()
Provides an exact copy of the DataSet this method is used on.
|
float |
getHighlightCircleWidth()
Returns the width of the highlight-circle that surrounds the bubble
|
float |
getMaxSize() |
float |
getXMax() |
float |
getXMin() |
void |
setHighlightCircleWidth(float width)
Sets the width of the circle that surrounds the bubble when highlighted,
in dp.
|
getHighLightColor, setHighLightColoraddEntry, addEntryOrdered, clear, getEntriesForXIndex, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getYMax, getYMin, getYValForXIndex, getYVals, removeEntry, toSimpleString, toStringaddColor, contains, getAxisDependency, getColor, getColor, getColors, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, isDrawValuesEnabled, isHighlightEnabled, isVisible, notifyDataSetChanged, removeEntry, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColor, setColors, setColors, setColors, setColors, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHighLightColoraddEntry, addEntryOrdered, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, isDrawValuesEnabled, isHighlightEnabled, isVisible, removeEntry, removeEntry, removeFirst, removeLast, setAxisDependency, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleprotected float mXMax
protected float mXMin
protected float mMaxSize
public BubbleDataSet(java.util.List<BubbleEntry> yVals, java.lang.String label)
public void setHighlightCircleWidth(float width)
IBubbleDataSetsetHighlightCircleWidth in interface IBubbleDataSetpublic float getHighlightCircleWidth()
IBubbleDataSetgetHighlightCircleWidth in interface IBubbleDataSetpublic void calcMinMax(int start,
int end)
IDataSetcalcMinMax in interface IDataSet<BubbleEntry>calcMinMax in class DataSet<BubbleEntry>start - starting index in your data listend - ending index in your data listpublic DataSet<BubbleEntry> copy()
DataSetcopy in class DataSet<BubbleEntry>public float getXMax()
getXMax in interface IBubbleDataSetpublic float getXMin()
getXMin in interface IBubbleDataSetpublic float getMaxSize()
getMaxSize in interface IBubbleDataSet