-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet,com.github.mikephil.charting.interfaces.datasets.IDataSet
public interface IBubbleDataSet implements IBarLineScatterCandleBubbleDataSet<BubbleEntry>
Created by philipp on 21/10/15.
-
-
Method Summary
Modifier and Type Method Description abstract voidsetHighlightCircleWidth(float width)Sets the width of the circle that surrounds the bubble when highlighted,in dp. abstract floatgetMaxSize()abstract booleanisNormalizeSizeEnabled()abstract floatgetHighlightCircleWidth()Returns the width of the highlight-circle that surrounds the bubble -
Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet
getHighLightColor -
Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IDataSet
addEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, 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, setVisible -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setHighlightCircleWidth
abstract void setHighlightCircleWidth(float width)
Sets the width of the circle that surrounds the bubble when highlighted,in dp.
-
getMaxSize
abstract float getMaxSize()
-
isNormalizeSizeEnabled
abstract boolean isNormalizeSizeEnabled()
-
getHighlightCircleWidth
abstract float getHighlightCircleWidth()
Returns the width of the highlight-circle that surrounds the bubble
-
-
-
-