public class BubbleDataSet extends BarLineScatterCandleBubbleDataSet<BubbleEntry>
| Modifier and Type | Field and Description |
|---|---|
protected float |
mMaxSize |
protected float |
mXMax |
protected float |
mXMin |
mHighLightColormAxisDependency, mColors, mDrawValues, mHighlightEnabled, mLastEnd, mLastStart, mValueFormatter, mYMax, mYMin, mYVals| Constructor and Description |
|---|
BubbleDataSet(java.util.List<BubbleEntry> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calcMinMax(int start,
int end)
calc minimum and maximum y value
|
DataSet<BubbleEntry> |
copy()
Provides an exact copy of the DataSet this method is used on.
|
float |
getHighlightCircleWidth() |
float |
getMaxSize() |
float |
getXMax() |
float |
getXMin() |
void |
setColor(int color,
int alpha)
Sets a color with a specific alpha value.
|
void |
setHighlightCircleWidth(float width)
Sets the width of the circle that surrounds the bubble when highlighted,
in dp.
|
getHighLightColor, setHighLightColoraddColor, addEntry, addEntryOrdered, clear, contains, getAverage, getAxisDependency, getColor, getColor, getColors, getEntriesForXIndex, getEntryCount, getEntryForXIndex, getEntryIndex, getEntryPosition, getIndexInEntries, getLabel, getValueCount, getValueFormatter, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, getYVals, getYValueSum, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsDefaultFormatter, notifyDataSetChanged, removeEntry, removeEntry, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColors, setColors, setColors, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextSize, setValueTypeface, setVisible, toSimpleString, toStringprotected float mXMax
protected float mXMin
protected float mMaxSize
public BubbleDataSet(java.util.List<BubbleEntry> yVals, java.lang.String label)
public void setHighlightCircleWidth(float width)
width - public float getHighlightCircleWidth()
public void setColor(int color,
int alpha)
color - alpha - from 0-255protected void calcMinMax(int start,
int end)
DataSetcalcMinMax in class DataSet<BubbleEntry>public DataSet<BubbleEntry> copy()
DataSetcopy in class DataSet<BubbleEntry>public float getXMax()
public float getXMin()
public float getMaxSize()