-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet,com.github.mikephil.charting.interfaces.datasets.IDataSet,com.github.mikephil.charting.interfaces.datasets.ILineScatterCandleRadarDataSet
public interface IScatterDataSet implements ILineScatterCandleRadarDataSet<Entry>
Created by philipp on 21/10/15.
-
-
Method Summary
Modifier and Type Method Description abstract floatgetScatterShapeSize()Returns the currently set scatter shape size abstract floatgetScatterShapeHoleRadius()Returns radius of the hole in the shape abstract intgetScatterShapeHoleColor()Returns the color for the hole in the shape abstract IShapeRenderergetShapeRenderer()Returns the IShapeRenderer responsible for rendering this DataSet. -
Methods inherited from class com.github.mikephil.charting.interfaces.datasets.ILineScatterCandleRadarDataSet
getDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled -
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
-
getScatterShapeSize
abstract float getScatterShapeSize()
Returns the currently set scatter shape size
-
getScatterShapeHoleRadius
abstract float getScatterShapeHoleRadius()
Returns radius of the hole in the shape
-
getScatterShapeHoleColor
abstract int getScatterShapeHoleColor()
Returns the color for the hole in the shape
-
getShapeRenderer
abstract IShapeRenderer getShapeRenderer()
Returns the IShapeRenderer responsible for rendering this DataSet.
-
-
-
-