SYMBOL INDEX (2092 symbols across 163 files) FILE: MPChartLib/src/main/java/com/github/mikephil/charting/animation/ChartAnimator.java class ChartAnimator (line 14) | public class ChartAnimator { method ChartAnimator (line 19) | public ChartAnimator() { method ChartAnimator (line 23) | public ChartAnimator(AnimatorUpdateListener listener) { method animateXY (line 53) | public void animateXY(int durationMillisX, int durationMillisY, Easing... method animateX (line 88) | public void animateX(int durationMillis, EasingFunction easing) { method animateY (line 108) | public void animateY(int durationMillis, EasingFunction easing) { method animateXY (line 135) | public void animateXY(int durationMillisX, int durationMillisY, Easing... method animateX (line 170) | public void animateX(int durationMillis, Easing.EasingOption easing) { method animateY (line 190) | public void animateY(int durationMillis, Easing.EasingOption easing) { method animateXY (line 215) | public void animateXY(int durationMillisX, int durationMillisY) { method animateX (line 246) | public void animateX(int durationMillis) { method animateY (line 264) | public void animateY(int durationMillis) { method getPhaseY (line 280) | public float getPhaseY() { method setPhaseY (line 289) | public void setPhaseY(float phase) { method getPhaseX (line 298) | public float getPhaseX() { method setPhaseX (line 307) | public void setPhaseX(float phase) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/animation/Easing.java class Easing (line 9) | public class Easing { type EasingOption (line 15) | public enum EasingOption { method getEasingFunctionFromOption (line 46) | public static EasingFunction getEasingFunctionFromOption(EasingOption ... class EasingFunctions (line 108) | private static class EasingFunctions { method getInterpolation (line 121) | @Override method getInterpolation (line 134) | @Override method getInterpolation (line 147) | @Override method getInterpolation (line 164) | @Override method getInterpolation (line 184) | @Override method getInterpolation (line 199) | @Override method getInterpolation (line 219) | @Override method getInterpolation (line 233) | public float getInterpolation(float input) { method getInterpolation (line 240) | public float getInterpolation(float input) { method getInterpolation (line 248) | @Override method getInterpolation (line 265) | @Override method getInterpolation (line 277) | @Override method getInterpolation (line 290) | @Override method getInterpolation (line 302) | @Override method getInterpolation (line 316) | @Override method getInterpolation (line 344) | @Override method getInterpolation (line 371) | @Override method getInterpolation (line 384) | @Override method getInterpolation (line 406) | @Override method getInterpolation (line 442) | @Override method getInterpolation (line 486) | @Override method getInterpolation (line 539) | @Override method getInterpolation (line 576) | @Override method getInterpolation (line 594) | @Override method getInterpolation (line 619) | @Override method getInterpolation (line 641) | @Override method getInterpolation (line 673) | @Override method getInterpolation (line 709) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/animation/EasingFunction.java type EasingFunction (line 10) | @SuppressLint("NewApi") method getInterpolation (line 13) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/buffer/AbstractBuffer.java class AbstractBuffer (line 13) | public abstract class AbstractBuffer { method AbstractBuffer (line 38) | public AbstractBuffer(int size) { method limitFrom (line 44) | public void limitFrom(int from) { method limitTo (line 51) | public void limitTo(int to) { method reset (line 60) | public void reset() { method size (line 69) | public int size() { method setPhases (line 79) | public void setPhases(float phaseX, float phaseY) { method feed (line 90) | public abstract void feed(T data); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/buffer/BarBuffer.java class BarBuffer (line 7) | public class BarBuffer extends AbstractBuffer { method BarBuffer (line 17) | public BarBuffer(int size, int dataSetCount, boolean containsStacks) { method setBarWidth (line 23) | public void setBarWidth(float barWidth) { method setDataSet (line 27) | public void setDataSet(int index) { method setInverted (line 31) | public void setInverted(boolean inverted) { method addBar (line 35) | protected void addBar(float left, float top, float right, float bottom) { method feed (line 43) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/buffer/HorizontalBarBuffer.java class HorizontalBarBuffer (line 7) | public class HorizontalBarBuffer extends BarBuffer { method HorizontalBarBuffer (line 9) | public HorizontalBarBuffer(int size, int dataSetCount, boolean contain... method feed (line 13) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/BarChart.java class BarChart (line 22) | public class BarChart extends BarLineChartBase implements BarDa... method BarChart (line 41) | public BarChart(Context context) { method BarChart (line 45) | public BarChart(Context context, AttributeSet attrs) { method BarChart (line 49) | public BarChart(Context context, AttributeSet attrs, int defStyle) { method init (line 53) | @Override method calcMinMax (line 65) | @Override method getHighlightByTouchPoint (line 89) | @Override method getBarBounds (line 113) | public RectF getBarBounds(BarEntry e) { method getBarBounds (line 128) | public void getBarBounds(BarEntry e, RectF outputRect) { method setDrawValueAboveBar (line 159) | public void setDrawValueAboveBar(boolean enabled) { method isDrawValueAboveBarEnabled (line 168) | public boolean isDrawValueAboveBarEnabled() { method setDrawBarShadow (line 178) | public void setDrawBarShadow(boolean enabled) { method isDrawBarShadowEnabled (line 187) | public boolean isDrawBarShadowEnabled() { method setHighlightFullBarEnabled (line 199) | public void setHighlightFullBarEnabled(boolean enabled) { method isHighlightFullBarEnabled (line 206) | @Override method highlightValue (line 219) | public void highlightValue(float x, int dataSetIndex, int stackIndex) { method getBarData (line 223) | @Override method setFitBars (line 235) | public void setFitBars(boolean enabled) { method groupBars (line 249) | public void groupBars(float fromX, float groupSpace, float barSpace) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/BarLineChartBase.java class BarLineChartBase (line 44) | @SuppressLint("RtlHardcoded") method BarLineChartBase (line 138) | public BarLineChartBase(Context context, AttributeSet attrs, int defSt... method BarLineChartBase (line 142) | public BarLineChartBase(Context context, AttributeSet attrs) { method BarLineChartBase (line 146) | public BarLineChartBase(Context context) { method init (line 150) | @Override method onDraw (line 185) | @Override method resetTracking (line 288) | public void resetTracking() { method prepareValuePxMatrix (line 293) | protected void prepareValuePxMatrix() { method prepareOffsetMatrix (line 309) | protected void prepareOffsetMatrix() { method notifyDataSetChanged (line 315) | @Override method autoScale (line 345) | protected void autoScale() { method calcMinMax (line 367) | @Override method calculateLegendOffsets (line 378) | protected void calculateLegendOffsets(RectF offsets) { method calculateOffsets (line 456) | @Override method drawGridBackground (line 528) | protected void drawGridBackground(Canvas c) { method getTransformer (line 548) | public Transformer getTransformer(AxisDependency which) { method onTouchEvent (line 555) | @Override method computeScroll (line 569) | @Override method zoomIn (line 589) | public void zoomIn() { method zoomOut (line 608) | public void zoomOut() { method resetZoom (line 627) | public void resetZoom() { method zoom (line 648) | public void zoom(float scaleX, float scaleY, float x, float y) { method zoom (line 670) | public void zoom(float scaleX, float scaleY, float xValue, float yValu... method zoomToCenter (line 682) | public void zoomToCenter(float scaleX, float scaleY) { method zoomAndCenterAnimated (line 701) | @TargetApi(11) method fitScreen (line 727) | public void fitScreen() { method setScaleMinima (line 743) | public void setScaleMinima(float scaleX, float scaleY) { method setVisibleXRangeMaximum (line 756) | public void setVisibleXRangeMaximum(float maxXRange) { method setVisibleXRangeMinimum (line 769) | public void setVisibleXRangeMinimum(float minXRange) { method setVisibleXRange (line 782) | public void setVisibleXRange(float minXRange, float maxXRange) { method setVisibleYRangeMaximum (line 795) | public void setVisibleYRangeMaximum(float maxYRange, AxisDependency ax... method setVisibleYRangeMinimum (line 806) | public void setVisibleYRangeMinimum(float minYRange, AxisDependency ax... method setVisibleYRange (line 818) | public void setVisibleYRange(float minYRange, float maxYRange, AxisDep... method moveViewToX (line 831) | public void moveViewToX(float xValue) { method moveViewTo (line 848) | public void moveViewTo(float xValue, float yValue, AxisDependency axis) { method moveViewToAnimated (line 868) | @TargetApi(11) method centerViewToY (line 895) | public void centerViewToY(float yValue, AxisDependency axis) { method centerViewTo (line 914) | public void centerViewTo(float xValue, float yValue, AxisDependency ax... method centerViewToAnimated (line 935) | @TargetApi(11) method setViewPortOffsets (line 974) | public void setViewPortOffsets(final float left, final float top, method resetViewPortOffsets (line 994) | public void resetViewPortOffsets() { method getAxisRange (line 1010) | protected float getAxisRange(AxisDependency axis) { method setOnDrawListener (line 1022) | public void setOnDrawListener(OnDrawListener drawListener) { method getDrawListener (line 1031) | public OnDrawListener getDrawListener() { method getPosition (line 1045) | public MPPointF getPosition(Entry e, AxisDependency axis) { method setMaxVisibleValueCount (line 1064) | public void setMaxVisibleValueCount(int count) { method getMaxVisibleCount (line 1068) | public int getMaxVisibleCount() { method setHighlightPerDragEnabled (line 1078) | public void setHighlightPerDragEnabled(boolean enabled) { method isHighlightPerDragEnabled (line 1082) | public boolean isHighlightPerDragEnabled() { method setGridBackgroundColor (line 1092) | public void setGridBackgroundColor(int color) { method setDragEnabled (line 1102) | public void setDragEnabled(boolean enabled) { method isDragEnabled (line 1111) | public boolean isDragEnabled() { method setScaleEnabled (line 1121) | public void setScaleEnabled(boolean enabled) { method setScaleXEnabled (line 1126) | public void setScaleXEnabled(boolean enabled) { method setScaleYEnabled (line 1130) | public void setScaleYEnabled(boolean enabled) { method isScaleXEnabled (line 1134) | public boolean isScaleXEnabled() { method isScaleYEnabled (line 1138) | public boolean isScaleYEnabled() { method setDoubleTapToZoomEnabled (line 1148) | public void setDoubleTapToZoomEnabled(boolean enabled) { method isDoubleTapToZoomEnabled (line 1157) | public boolean isDoubleTapToZoomEnabled() { method setDrawGridBackground (line 1166) | public void setDrawGridBackground(boolean enabled) { method setDrawBorders (line 1176) | public void setDrawBorders(boolean enabled) { method isDrawBordersEnabled (line 1186) | public boolean isDrawBordersEnabled() { method setClipValuesToContent (line 1196) | public void setClipValuesToContent(boolean enabled) { method isClipValuesToContentEnabled (line 1206) | public boolean isClipValuesToContentEnabled() { method setBorderWidth (line 1215) | public void setBorderWidth(float width) { method setBorderColor (line 1224) | public void setBorderColor(int color) { method getMinOffset (line 1231) | public float getMinOffset() { method setMinOffset (line 1238) | public void setMinOffset(float minOffset) { method isKeepPositionOnRotation (line 1245) | public boolean isKeepPositionOnRotation() { method setKeepPositionOnRotation (line 1252) | public void setKeepPositionOnRotation(boolean keepPositionOnRotation) { method getValuesByTouchPoint (line 1267) | public MPPointD getValuesByTouchPoint(float x, float y, AxisDependency... method getValuesByTouchPoint (line 1273) | public void getValuesByTouchPoint(float x, float y, AxisDependency axi... method getPixelForValues (line 1286) | public MPPointD getPixelForValues(float x, float y, AxisDependency axi... method getEntryByTouchPoint (line 1297) | public Entry getEntryByTouchPoint(float x, float y) { method getDataSetByTouchPoint (line 1312) | public IBarLineScatterCandleBubbleDataSet getDataSetByTouchPoint(float... method getLowestVisibleX (line 1331) | @Override method getHighestVisibleX (line 1350) | @Override method getVisibleXRange (line 1363) | public float getVisibleXRange() { method getScaleX (line 1370) | public float getScaleX() { method getScaleY (line 1380) | public float getScaleY() { method isFullyZoomedOut (line 1392) | public boolean isFullyZoomedOut() { method getAxisLeft (line 1402) | public YAxis getAxisLeft() { method getAxisRight (line 1412) | public YAxis getAxisRight() { method getAxis (line 1423) | public YAxis getAxis(AxisDependency axis) { method isInverted (line 1430) | @Override method setPinchZoom (line 1441) | public void setPinchZoom(boolean enabled) { method isPinchZoomEnabled (line 1450) | public boolean isPinchZoomEnabled() { method setDragOffsetX (line 1460) | public void setDragOffsetX(float offset) { method setDragOffsetY (line 1470) | public void setDragOffsetY(float offset) { method hasNoDragOffset (line 1479) | public boolean hasNoDragOffset() { method getRendererXAxis (line 1483) | public XAxisRenderer getRendererXAxis() { method setXAxisRenderer (line 1492) | public void setXAxisRenderer(XAxisRenderer xAxisRenderer) { method getRendererLeftYAxis (line 1496) | public YAxisRenderer getRendererLeftYAxis() { method setRendererLeftYAxis (line 1505) | public void setRendererLeftYAxis(YAxisRenderer rendererLeftYAxis) { method getRendererRightYAxis (line 1509) | public YAxisRenderer getRendererRightYAxis() { method setRendererRightYAxis (line 1518) | public void setRendererRightYAxis(YAxisRenderer rendererRightYAxis) { method getYChartMax (line 1522) | @Override method getYChartMin (line 1527) | @Override method isAnyAxisInverted (line 1537) | public boolean isAnyAxisInverted() { method setAutoScaleMinMaxEnabled (line 1553) | public void setAutoScaleMinMaxEnabled(boolean enabled) { method isAutoScaleMinMaxEnabled (line 1561) | public boolean isAutoScaleMinMaxEnabled() { method setPaint (line 1565) | @Override method getPaint (line 1576) | @Override method onSizeChanged (line 1592) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/BubbleChart.java class BubbleChart (line 19) | public class BubbleChart extends BarLineChartBase implements... method BubbleChart (line 21) | public BubbleChart(Context context) { method BubbleChart (line 25) | public BubbleChart(Context context, AttributeSet attrs) { method BubbleChart (line 29) | public BubbleChart(Context context, AttributeSet attrs, int defStyle) { method init (line 33) | @Override method getBubbleData (line 40) | public BubbleData getBubbleData() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/CandleStickChart.java class CandleStickChart (line 16) | public class CandleStickChart extends BarLineChartBase imple... method CandleStickChart (line 18) | public CandleStickChart(Context context) { method CandleStickChart (line 22) | public CandleStickChart(Context context, AttributeSet attrs) { method CandleStickChart (line 26) | public CandleStickChart(Context context, AttributeSet attrs, int defSt... method init (line 30) | @Override method getCandleData (line 40) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/Chart.java class Chart (line 63) | @SuppressLint("NewApi") method Chart (line 183) | public Chart(Context context) { method Chart (line 191) | public Chart(Context context, AttributeSet attrs) { method Chart (line 199) | public Chart(Context context, AttributeSet attrs, int defStyle) { method init (line 207) | protected void init() { method setData (line 286) | public void setData(T data) { method clear (line 314) | public void clear() { method clearValues (line 326) | public void clearValues() { method isEmpty (line 337) | public boolean isEmpty() { method notifyDataSetChanged (line 356) | public abstract void notifyDataSetChanged(); method calculateOffsets (line 363) | protected abstract void calculateOffsets(); method calcMinMax (line 368) | protected abstract void calcMinMax(); method setupDefaultFormatter (line 374) | protected void setupDefaultFormatter(float min, float max) { method onDraw (line 396) | @Override method drawDescription (line 422) | protected void drawDescription(Canvas c) { method getMaxHighlightDistance (line 465) | @Override method setMaxHighlightDistance (line 476) | public void setMaxHighlightDistance(float distDp) { method getHighlighted (line 486) | public Highlight[] getHighlighted() { method isHighlightPerTapEnabled (line 495) | public boolean isHighlightPerTapEnabled() { method setHighlightPerTapEnabled (line 505) | public void setHighlightPerTapEnabled(boolean enabled) { method valuesToHighlight (line 516) | public boolean valuesToHighlight() { method setLastHighlighted (line 527) | protected void setLastHighlighted(Highlight[] highs) { method highlightValues (line 544) | public void highlightValues(Highlight[] highs) { method highlightValue (line 562) | public void highlightValue(float x, int dataSetIndex) { method highlightValue (line 574) | public void highlightValue(float x, float y, int dataSetIndex) { method highlightValue (line 585) | public void highlightValue(float x, int dataSetIndex, boolean callList... method highlightValue (line 597) | public void highlightValue(float x, float y, int dataSetIndex, boolean... method highlightValue (line 612) | public void highlightValue(Highlight highlight) { method highlightValue (line 624) | public void highlightValue(Highlight high, boolean callListener) { method getHighlightByTouchPoint (line 673) | public Highlight getHighlightByTouchPoint(float x, float y) { method setOnTouchListener (line 688) | public void setOnTouchListener(ChartTouchListener l) { method getOnTouchListener (line 697) | public ChartTouchListener getOnTouchListener() { method drawMarkers (line 719) | protected void drawMarkers(Canvas canvas) { method getMarkerPosition (line 759) | protected float[] getMarkerPosition(Highlight high) { method getAnimator (line 774) | public ChartAnimator getAnimator() { method isDragDecelerationEnabled (line 781) | public boolean isDragDecelerationEnabled() { method setDragDecelerationEnabled (line 790) | public void setDragDecelerationEnabled(boolean enabled) { method getDragDecelerationFrictionCoef (line 799) | public float getDragDecelerationFrictionCoef() { method setDragDecelerationFrictionCoef (line 811) | public void setDragDecelerationFrictionCoef(float newValue) { method animateXY (line 839) | public void animateXY(int durationMillisX, int durationMillisY, Easing... method animateX (line 853) | public void animateX(int durationMillis, EasingFunction easing) { method animateY (line 866) | public void animateY(int durationMillis, EasingFunction easing) { method animateXY (line 887) | public void animateXY(int durationMillisX, int durationMillisY, Easing... method animateX (line 901) | public void animateX(int durationMillis, Easing.EasingOption easing) { method animateY (line 914) | public void animateY(int durationMillis, Easing.EasingOption easing) { method animateX (line 932) | public void animateX(int durationMillis) { method animateY (line 944) | public void animateY(int durationMillis) { method animateXY (line 957) | public void animateXY(int durationMillisX, int durationMillisY) { method getXAxis (line 974) | public XAxis getXAxis() { method getDefaultValueFormatter (line 984) | public IValueFormatter getDefaultValueFormatter() { method setOnChartValueSelectedListener (line 993) | public void setOnChartValueSelectedListener(OnChartValueSelectedListen... method setOnChartGestureListener (line 1003) | public void setOnChartGestureListener(OnChartGestureListener l) { method getOnChartGestureListener (line 1012) | public OnChartGestureListener getOnChartGestureListener() { method getYMax (line 1021) | public float getYMax() { method getYMin (line 1030) | public float getYMin() { method getXChartMax (line 1034) | @Override method getXChartMin (line 1039) | @Override method getXRange (line 1044) | @Override method getCenter (line 1055) | public MPPointF getCenter() { method getCenterOffsets (line 1066) | @Override method setExtraOffsets (line 1080) | public void setExtraOffsets(float left, float top, float right, float ... method setExtraTopOffset (line 1090) | public void setExtraTopOffset(float offset) { method getExtraTopOffset (line 1097) | public float getExtraTopOffset() { method setExtraRightOffset (line 1104) | public void setExtraRightOffset(float offset) { method getExtraRightOffset (line 1111) | public float getExtraRightOffset() { method setExtraBottomOffset (line 1118) | public void setExtraBottomOffset(float offset) { method getExtraBottomOffset (line 1125) | public float getExtraBottomOffset() { method setExtraLeftOffset (line 1132) | public void setExtraLeftOffset(float offset) { method getExtraLeftOffset (line 1139) | public float getExtraLeftOffset() { method setLogEnabled (line 1149) | public void setLogEnabled(boolean enabled) { method isLogEnabled (line 1158) | public boolean isLogEnabled() { method setNoDataText (line 1168) | public void setNoDataText(String text) { method setNoDataTextColor (line 1177) | public void setNoDataTextColor(int color) { method setNoDataTextTypeface (line 1186) | public void setNoDataTextTypeface(Typeface tf) { method setTouchEnabled (line 1196) | public void setTouchEnabled(boolean enabled) { method setMarker (line 1205) | public void setMarker(IMarker marker) { method getMarker (line 1214) | public IMarker getMarker() { method setMarkerView (line 1218) | @Deprecated method getMarkerView (line 1223) | @Deprecated method setDescription (line 1233) | public void setDescription(Description desc) { method getDescription (line 1243) | public Description getDescription() { method getLegend (line 1254) | public Legend getLegend() { method getLegendRenderer (line 1264) | public LegendRenderer getLegendRenderer() { method getContentRect (line 1274) | @Override method disableScroll (line 1282) | public void disableScroll() { method enableScroll (line 1291) | public void enableScroll() { method setPaint (line 1336) | public void setPaint(Paint p, int which) { method getPaint (line 1354) | public Paint getPaint(int which) { method isDrawMarkerViewsEnabled (line 1365) | @Deprecated method setDrawMarkerViews (line 1370) | @Deprecated method isDrawMarkersEnabled (line 1381) | public boolean isDrawMarkersEnabled() { method setDrawMarkers (line 1392) | public void setDrawMarkers(boolean enabled) { method getData (line 1401) | public T getData() { method getViewPortHandler (line 1411) | public ViewPortHandler getViewPortHandler() { method getRenderer (line 1420) | public DataRenderer getRenderer() { method setRenderer (line 1429) | public void setRenderer(DataRenderer renderer) { method getHighlighter (line 1435) | public IHighlighter getHighlighter() { method setHighlighter (line 1445) | public void setHighlighter(ChartHighlighter highlighter) { method getCenterOfView (line 1454) | @Override method getChartBitmap (line 1464) | public Bitmap getChartBitmap() { method saveToPath (line 1494) | public boolean saveToPath(String title, String pathOnSD) { method saveToGallery (line 1531) | public boolean saveToGallery(String fileName, String subFolderPath, St... method saveToGallery (line 1610) | public boolean saveToGallery(String fileName, int quality) { method removeViewportJob (line 1619) | public void removeViewportJob(Runnable job) { method clearAllViewportJobs (line 1623) | public void clearAllViewportJobs() { method addViewportJob (line 1633) | public void addViewportJob(Runnable job) { method getJobs (line 1648) | public ArrayList getJobs() { method onLayout (line 1652) | @Override method onMeasure (line 1660) | @Override method onSizeChanged (line 1673) | @Override method setHardwareAccelerationEnabled (line 1703) | public void setHardwareAccelerationEnabled(boolean enabled) { method onDetachedFromWindow (line 1717) | @Override method unbindDrawables (line 1738) | private void unbindDrawables(View view) { method setUnbindEnabled (line 1759) | public void setUnbindEnabled(boolean enabled) { method getRealCount (line 1765) | public int getRealCount() { method setRealCount (line 1769) | public void setRealCount(int realCount) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/CombinedChart.java class CombinedChart (line 25) | public class CombinedChart extends BarLineChartBase implem... type DrawOrder (line 51) | public enum DrawOrder { method CombinedChart (line 55) | public CombinedChart(Context context) { method CombinedChart (line 59) | public CombinedChart(Context context, AttributeSet attrs) { method CombinedChart (line 63) | public CombinedChart(Context context, AttributeSet attrs, int defStyle) { method init (line 67) | @Override method getCombinedData (line 84) | @Override method setData (line 89) | @Override method getHighlightByTouchPoint (line 106) | @Override method getLineData (line 123) | @Override method getBarData (line 130) | @Override method getScatterData (line 137) | @Override method getCandleData (line 144) | @Override method getBubbleData (line 151) | @Override method isDrawBarShadowEnabled (line 158) | @Override method isDrawValueAboveBarEnabled (line 163) | @Override method setDrawValueAboveBar (line 174) | public void setDrawValueAboveBar(boolean enabled) { method setDrawBarShadow (line 185) | public void setDrawBarShadow(boolean enabled) { method setHighlightFullBarEnabled (line 195) | public void setHighlightFullBarEnabled(boolean enabled) { method isHighlightFullBarEnabled (line 202) | @Override method getDrawOrder (line 212) | public DrawOrder[] getDrawOrder() { method setDrawOrder (line 224) | public void setDrawOrder(DrawOrder[] order) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/HorizontalBarChart.java class HorizontalBarChart (line 29) | public class HorizontalBarChart extends BarChart { method HorizontalBarChart (line 31) | public HorizontalBarChart(Context context) { method HorizontalBarChart (line 35) | public HorizontalBarChart(Context context, AttributeSet attrs) { method HorizontalBarChart (line 39) | public HorizontalBarChart(Context context, AttributeSet attrs, int def... method init (line 43) | @Override method calculateOffsets (line 63) | @Override method prepareValuePxMatrix (line 128) | @Override method getMarkerPosition (line 136) | @Override method getBarBounds (line 141) | @Override method getPosition (line 177) | @Override method getHighlightByTouchPoint (line 200) | @Override method getLowestVisibleX (line 211) | @Override method getHighestVisibleX (line 219) | @Override method setVisibleXRangeMaximum (line 231) | @Override method setVisibleXRangeMinimum (line 237) | @Override method setVisibleXRange (line 243) | @Override method setVisibleYRangeMaximum (line 250) | @Override method setVisibleYRangeMinimum (line 256) | @Override method setVisibleYRange (line 262) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/LineChart.java class LineChart (line 16) | public class LineChart extends BarLineChartBase implements Lin... method LineChart (line 18) | public LineChart(Context context) { method LineChart (line 22) | public LineChart(Context context, AttributeSet attrs) { method LineChart (line 26) | public LineChart(Context context, AttributeSet attrs, int defStyle) { method init (line 30) | @Override method getLineData (line 37) | @Override method onDetachedFromWindow (line 42) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/PieChart.java class PieChart (line 27) | public class PieChart extends PieRadarChartBase { method PieChart (line 97) | public PieChart(Context context) { method PieChart (line 101) | public PieChart(Context context, AttributeSet attrs) { method PieChart (line 105) | public PieChart(Context context, AttributeSet attrs, int defStyle) { method init (line 109) | @Override method onDraw (line 119) | @Override method calculateOffsets (line 142) | @Override method calcMinMax (line 167) | @Override method getMarkerPosition (line 172) | @Override method calcAngles (line 208) | private void calcAngles() { method needsHighlight (line 259) | public boolean needsHighlight(int index) { method calcAngle (line 280) | private float calcAngle(float value) { method calcAngle (line 291) | private float calcAngle(float value, float yValueSum) { method getXAxis (line 300) | @Deprecated method getIndexForAngle (line 306) | @Override method getDataSetIndexForIndex (line 326) | public int getDataSetIndexForIndex(int xIndex) { method getDrawAngles (line 345) | public float[] getDrawAngles() { method getAbsoluteAngles (line 355) | public float[] getAbsoluteAngles() { method setHoleColor (line 365) | public void setHoleColor(int color) { method setDrawSlicesUnderHole (line 372) | public void setDrawSlicesUnderHole(boolean enable) { method isDrawSlicesUnderHoleEnabled (line 382) | public boolean isDrawSlicesUnderHoleEnabled() { method setDrawHoleEnabled (line 391) | public void setDrawHoleEnabled(boolean enabled) { method isDrawHoleEnabled (line 401) | public boolean isDrawHoleEnabled() { method setCenterText (line 410) | public void setCenterText(CharSequence text) { method getCenterText (line 422) | public CharSequence getCenterText() { method setDrawCenterText (line 432) | public void setDrawCenterText(boolean enabled) { method isDrawCenterTextEnabled (line 441) | public boolean isDrawCenterTextEnabled() { method getRequiredLegendOffset (line 445) | @Override method getRequiredBaseOffset (line 450) | @Override method getRadius (line 455) | @Override method getCircleBox (line 468) | public RectF getCircleBox() { method getCenterCircleBox (line 477) | public MPPointF getCenterCircleBox() { method setCenterTextTypeface (line 486) | public void setCenterTextTypeface(Typeface t) { method setCenterTextSize (line 495) | public void setCenterTextSize(float sizeDp) { method setCenterTextSizePixels (line 505) | public void setCenterTextSizePixels(float sizePixels) { method setCenterTextOffset (line 515) | public void setCenterTextOffset(float x, float y) { method getCenterTextOffset (line 525) | public MPPointF getCenterTextOffset() { method setCenterTextColor (line 534) | public void setCenterTextColor(int color) { method setHoleRadius (line 544) | public void setHoleRadius(final float percent) { method getHoleRadius (line 553) | public float getHoleRadius() { method setTransparentCircleColor (line 562) | public void setTransparentCircleColor(int color) { method setTransparentCircleRadius (line 578) | public void setTransparentCircleRadius(final float percent) { method getTransparentCircleRadius (line 582) | public float getTransparentCircleRadius() { method setTransparentCircleAlpha (line 593) | public void setTransparentCircleAlpha(int alpha) { method setDrawSliceText (line 603) | @Deprecated method setDrawEntryLabels (line 613) | public void setDrawEntryLabels(boolean enabled) { method isDrawEntryLabelsEnabled (line 622) | public boolean isDrawEntryLabelsEnabled() { method setEntryLabelColor (line 631) | public void setEntryLabelColor(int color) { method setEntryLabelTypeface (line 640) | public void setEntryLabelTypeface(Typeface tf) { method setEntryLabelTextSize (line 649) | public void setEntryLabelTextSize(float size) { method isDrawRoundedSlicesEnabled (line 659) | public boolean isDrawRoundedSlicesEnabled() { method setUsePercentValues (line 670) | public void setUsePercentValues(boolean enabled) { method isUsePercentValuesEnabled (line 679) | public boolean isUsePercentValuesEnabled() { method setCenterTextRadiusPercent (line 688) | public void setCenterTextRadiusPercent(float percent) { method getCenterTextRadiusPercent (line 697) | public float getCenterTextRadiusPercent() { method getMaxAngle (line 701) | public float getMaxAngle() { method setMaxAngle (line 711) | public void setMaxAngle(float maxangle) { method onDetachedFromWindow (line 722) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/PieRadarChartBase.java class PieRadarChartBase (line 29) | public abstract class PieRadarChartBase { method RadarChart (line 70) | public RadarChart(Context context) { method RadarChart (line 74) | public RadarChart(Context context, AttributeSet attrs) { method RadarChart (line 78) | public RadarChart(Context context, AttributeSet attrs, int defStyle) { method init (line 82) | @Override method calcMinMax (line 98) | @Override method notifyDataSetChanged (line 106) | @Override method onDraw (line 122) | @Override method getFactor (line 167) | public float getFactor() { method getSliceAngle (line 177) | public float getSliceAngle() { method getIndexForAngle (line 181) | @Override method getYAxis (line 211) | public YAxis getYAxis() { method setWebLineWidth (line 220) | public void setWebLineWidth(float width) { method getWebLineWidth (line 224) | public float getWebLineWidth() { method setWebLineWidthInner (line 234) | public void setWebLineWidthInner(float width) { method getWebLineWidthInner (line 238) | public float getWebLineWidthInner() { method setWebAlpha (line 248) | public void setWebAlpha(int alpha) { method getWebAlpha (line 257) | public int getWebAlpha() { method setWebColor (line 268) | public void setWebColor(int color) { method getWebColor (line 272) | public int getWebColor() { method setWebColorInner (line 283) | public void setWebColorInner(int color) { method getWebColorInner (line 287) | public int getWebColorInner() { method setDrawWeb (line 297) | public void setDrawWeb(boolean enabled) { method setSkipWebLineCount (line 307) | public void setSkipWebLineCount(int count) { method getSkipWebLineCount (line 317) | public int getSkipWebLineCount() { method getRequiredLegendOffset (line 321) | @Override method getRequiredBaseOffset (line 326) | @Override method getRadius (line 333) | @Override method getYChartMax (line 342) | public float getYChartMax() { method getYChartMin (line 349) | public float getYChartMin() { method getYRange (line 358) | public float getYRange() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/ScatterChart.java class ScatterChart (line 18) | public class ScatterChart extends BarLineChartBase implemen... method ScatterChart (line 20) | public ScatterChart(Context context) { method ScatterChart (line 24) | public ScatterChart(Context context, AttributeSet attrs) { method ScatterChart (line 28) | public ScatterChart(Context context, AttributeSet attrs, int defStyle) { method init (line 33) | @Override method getScatterData (line 40) | @Override type ScatterShape (line 49) | public enum ScatterShape { method ScatterShape (line 61) | ScatterShape(final String shapeIdentifier) { method toString (line 65) | @Override method getAllDefaultShapes (line 70) | public static ScatterShape[] getAllDefaultShapes() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/AxisBase.java class AxisBase (line 20) | public abstract class AxisBase extends ComponentBase { method AxisBase (line 153) | public AxisBase() { method setDrawGridLines (line 165) | public void setDrawGridLines(boolean enabled) { method isDrawGridLinesEnabled (line 174) | public boolean isDrawGridLinesEnabled() { method setDrawAxisLine (line 183) | public void setDrawAxisLine(boolean enabled) { method isDrawAxisLineEnabled (line 192) | public boolean isDrawAxisLineEnabled() { method setCenterAxisLabels (line 202) | public void setCenterAxisLabels(boolean enabled) { method isCenterAxisLabelsEnabled (line 206) | public boolean isCenterAxisLabelsEnabled() { method setGridColor (line 216) | public void setGridColor(int color) { method getGridColor (line 226) | public int getGridColor() { method setAxisLineWidth (line 235) | public void setAxisLineWidth(float width) { method getAxisLineWidth (line 244) | public float getAxisLineWidth() { method setGridLineWidth (line 254) | public void setGridLineWidth(float width) { method getGridLineWidth (line 264) | public float getGridLineWidth() { method setAxisLineColor (line 273) | public void setAxisLineColor(int color) { method getAxisLineColor (line 282) | public int getAxisLineColor() { method setDrawLabels (line 292) | public void setDrawLabels(boolean enabled) { method isDrawLabelsEnabled (line 301) | public boolean isDrawLabelsEnabled() { method setLabelCount (line 311) | public void setLabelCount(int count) { method setLabelCount (line 333) | public void setLabelCount(int count, boolean force) { method isForceLabelsEnabled (line 344) | public boolean isForceLabelsEnabled() { method getLabelCount (line 353) | public int getLabelCount() { method isGranularityEnabled (line 360) | public boolean isGranularityEnabled() { method setGranularityEnabled (line 370) | public void setGranularityEnabled(boolean enabled) { method getGranularity (line 377) | public float getGranularity() { method setGranularity (line 387) | public void setGranularity(float granularity) { method addLimitLine (line 398) | public void addLimitLine(LimitLine l) { method removeLimitLine (line 413) | public void removeLimitLine(LimitLine l) { method removeAllLimitLines (line 420) | public void removeAllLimitLines() { method getLimitLines (line 429) | public List getLimitLines() { method setDrawLimitLinesBehindData (line 439) | public void setDrawLimitLinesBehindData(boolean enabled) { method isDrawLimitLinesBehindDataEnabled (line 443) | public boolean isDrawLimitLinesBehindDataEnabled() { method getLongestLabel (line 453) | public String getLongestLabel() { method getFormattedLabel (line 467) | public String getFormattedLabel(int index) { method setValueFormatter (line 484) | public void setValueFormatter(IAxisValueFormatter f) { method getValueFormatter (line 497) | public IAxisValueFormatter getValueFormatter() { method enableGridDashedLine (line 516) | public void enableGridDashedLine(float lineLength, float spaceLength, ... method setGridDashedLine (line 529) | public void setGridDashedLine(DashPathEffect effect) { method disableGridDashedLine (line 536) | public void disableGridDashedLine() { method isGridDashedLineEnabled (line 545) | public boolean isGridDashedLineEnabled() { method getGridDashPathEffect (line 554) | public DashPathEffect getGridDashPathEffect() { method enableAxisLineDashedLine (line 568) | public void enableAxisLineDashedLine(float lineLength, float spaceLeng... method setAxisLineDashedLine (line 581) | public void setAxisLineDashedLine(DashPathEffect effect) { method disableAxisLineDashedLine (line 588) | public void disableAxisLineDashedLine() { method isAxisLineDashedLineEnabled (line 597) | public boolean isAxisLineDashedLineEnabled() { method getAxisLineDashPathEffect (line 606) | public DashPathEffect getAxisLineDashPathEffect() { method getAxisMaximum (line 614) | public float getAxisMaximum() { method getAxisMinimum (line 618) | public float getAxisMinimum() { method resetAxisMaximum (line 627) | public void resetAxisMaximum() { method isAxisMaxCustom (line 636) | public boolean isAxisMaxCustom() { method resetAxisMinimum (line 645) | public void resetAxisMinimum() { method isAxisMinCustom (line 654) | public boolean isAxisMinCustom() { method setAxisMinimum (line 667) | public void setAxisMinimum(float min) { method setAxisMinValue (line 678) | @Deprecated method setAxisMaximum (line 690) | public void setAxisMaximum(float max) { method setAxisMaxValue (line 701) | @Deprecated method calculate (line 713) | public void calculate(float dataMin, float dataMax) { method getSpaceMin (line 738) | public float getSpaceMin() method setSpaceMin (line 746) | public void setSpaceMin(float mSpaceMin) method getSpaceMax (line 754) | public float getSpaceMax() method setSpaceMax (line 762) | public void setSpaceMax(float mSpaceMax) FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/ComponentBase.java class ComponentBase (line 14) | public abstract class ComponentBase { method ComponentBase (line 47) | public ComponentBase() { method getXOffset (line 57) | public float getXOffset() { method setXOffset (line 66) | public void setXOffset(float xOffset) { method getYOffset (line 76) | public float getYOffset() { method setYOffset (line 87) | public void setYOffset(float yOffset) { method getTypeface (line 96) | public Typeface getTypeface() { method setTypeface (line 105) | public void setTypeface(Typeface tf) { method setTextSize (line 115) | public void setTextSize(float size) { method getTextSize (line 130) | public float getTextSize() { method setTextColor (line 141) | public void setTextColor(int color) { method getTextColor (line 150) | public int getTextColor() { method setEnabled (line 161) | public void setEnabled(boolean enabled) { method isEnabled (line 170) | public boolean isEnabled() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/Description.java class Description (line 11) | public class Description extends ComponentBase { method Description (line 28) | public Description() { method setText (line 41) | public void setText(String text) { method getText (line 50) | public String getText() { method setPosition (line 60) | public void setPosition(float x, float y) { method getPosition (line 74) | public MPPointF getPosition() { method setTextAlign (line 83) | public void setTextAlign(Paint.Align align) { method getTextAlign (line 92) | public Paint.Align getTextAlign() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/IMarker.java type IMarker (line 9) | public interface IMarker { method getOffset (line 16) | MPPointF getOffset(); method getOffsetForDrawingAtPoint (line 27) | MPPointF getOffsetForDrawingAtPoint(float posX, float posY); method refreshContent (line 37) | void refreshContent(Entry e, Highlight highlight); method draw (line 46) | void draw(Canvas canvas, float posX, float posY); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/Legend.java class Legend (line 23) | public class Legend extends ComponentBase { type LegendPosition (line 29) | @Deprecated type LegendForm (line 38) | public enum LegendForm { type LegendHorizontalAlignment (line 70) | public enum LegendHorizontalAlignment { type LegendVerticalAlignment (line 74) | public enum LegendVerticalAlignment { type LegendOrientation (line 78) | public enum LegendOrientation { type LegendDirection (line 82) | public enum LegendDirection { method Legend (line 163) | public Legend() { method Legend (line 175) | public Legend(LegendEntry[] entries) { method Legend (line 185) | @Deprecated method Legend (line 217) | @Deprecated method setEntries (line 227) | public void setEntries(List entries) { method getEntries (line 231) | public LegendEntry[] getEntries() { method getMaximumEntryWidth (line 242) | public float getMaximumEntryWidth(Paint p) { method getMaximumEntryHeight (line 273) | public float getMaximumEntryHeight(Paint p) { method getColors (line 290) | @Deprecated method getLabels (line 302) | @Deprecated method getExtraColors (line 312) | @Deprecated method getExtraLabels (line 324) | @Deprecated method getExtraEntries (line 334) | public LegendEntry[] getExtraEntries() { method setExtra (line 339) | public void setExtra(List entries) { method setExtra (line 343) | public void setExtra(LegendEntry[] entries) { method setExtra (line 349) | @Deprecated method setExtra (line 360) | public void setExtra(int[] colors, String[] labels) { method setCustom (line 389) | public void setCustom(LegendEntry[] entries) { method setCustom (line 403) | public void setCustom(List entries) { method resetCustom (line 414) | public void resetCustom() { method isLegendCustom (line 422) | public boolean isLegendCustom() { method getPosition (line 430) | @Deprecated method setPosition (line 470) | @Deprecated method getHorizontalAlignment (line 534) | public LegendHorizontalAlignment getHorizontalAlignment() { method setHorizontalAlignment (line 543) | public void setHorizontalAlignment(LegendHorizontalAlignment value) { method getVerticalAlignment (line 552) | public LegendVerticalAlignment getVerticalAlignment() { method setVerticalAlignment (line 561) | public void setVerticalAlignment(LegendVerticalAlignment value) { method getOrientation (line 570) | public LegendOrientation getOrientation() { method setOrientation (line 579) | public void setOrientation(LegendOrientation value) { method isDrawInsideEnabled (line 588) | public boolean isDrawInsideEnabled() { method setDrawInside (line 597) | public void setDrawInside(boolean value) { method getDirection (line 606) | public LegendDirection getDirection() { method setDirection (line 615) | public void setDirection(LegendDirection pos) { method getForm (line 624) | public LegendForm getForm() { method setForm (line 633) | public void setForm(LegendForm shape) { method setFormSize (line 642) | public void setFormSize(float size) { method getFormSize (line 651) | public float getFormSize() { method setFormLineWidth (line 660) | public void setFormLineWidth(float size) { method getFormLineWidth (line 669) | public float getFormLineWidth() { method setFormLineDashEffect (line 678) | public void setFormLineDashEffect(DashPathEffect dashPathEffect) { method getFormLineDashEffect (line 685) | public DashPathEffect getFormLineDashEffect() { method getXEntrySpace (line 695) | public float getXEntrySpace() { method setXEntrySpace (line 705) | public void setXEntrySpace(float space) { method getYEntrySpace (line 714) | public float getYEntrySpace() { method setYEntrySpace (line 724) | public void setYEntrySpace(float space) { method getFormToTextSpace (line 733) | public float getFormToTextSpace() { method setFormToTextSpace (line 743) | public void setFormToTextSpace(float space) { method getStackSpace (line 752) | public float getStackSpace() { method setStackSpace (line 761) | public void setStackSpace(float space) { method setWordWrapEnabled (line 793) | public void setWordWrapEnabled(boolean enabled) { method isWordWrapEnabled (line 803) | public boolean isWordWrapEnabled() { method getMaxSizePercent (line 817) | public float getMaxSizePercent() { method setMaxSizePercent (line 829) | public void setMaxSizePercent(float maxSize) { method getCalculatedLabelSizes (line 837) | public List getCalculatedLabelSizes() { method getCalculatedLabelBreakPoints (line 841) | public List getCalculatedLabelBreakPoints() { method getCalculatedLineSizes (line 845) | public List getCalculatedLineSizes() { method calculateDimensions (line 856) | public void calculateDimensions(Paint labelpaint, ViewPortHandler view... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/LegendEntry.java class LegendEntry (line 8) | public class LegendEntry { method LegendEntry (line 9) | public LegendEntry() { method LegendEntry (line 22) | public LegendEntry(String label, FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/LimitLine.java class LimitLine (line 19) | public class LimitLine extends ComponentBase { type LimitLabelPosition (line 61) | public enum LimitLabelPosition { method LimitLine (line 71) | public LimitLine(float limit) { method LimitLine (line 82) | public LimitLine(float limit, String label) { method getLimit (line 92) | public float getLimit() { method setLineWidth (line 102) | public void setLineWidth(float width) { method getLineWidth (line 116) | public float getLineWidth() { method setLineColor (line 126) | public void setLineColor(int color) { method getLineColor (line 135) | public int getLineColor() { method enableDashedLine (line 146) | public void enableDashedLine(float lineLength, float spaceLength, floa... method disableDashedLine (line 155) | public void disableDashedLine() { method isDashedLineEnabled (line 165) | public boolean isDashedLineEnabled() { method getDashPathEffect (line 174) | public DashPathEffect getDashPathEffect() { method setTextStyle (line 184) | public void setTextStyle(Paint.Style style) { method getTextStyle (line 193) | public Paint.Style getTextStyle() { method setLabelPosition (line 203) | public void setLabelPosition(LimitLabelPosition pos) { method getLabelPosition (line 212) | public LimitLabelPosition getLabelPosition() { method setLabel (line 222) | public void setLabel(String label) { method getLabel (line 231) | public String getLabel() { method getRectBac (line 241) | public Rect getRectBac(int[] labelLineWandH, float xOffset, float yOff... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/MarkerImage.java class MarkerImage (line 27) | public class MarkerImage implements IMarker { method MarkerImage (line 45) | public MarkerImage(Context context, int drawableResourceId) { method setOffset (line 58) | public void setOffset(MPPointF offset) { method setOffset (line 66) | public void setOffset(float offsetX, float offsetY) { method getOffset (line 71) | @Override method setSize (line 76) | public void setSize(FSize size) { method getSize (line 84) | public FSize getSize() { method setChartView (line 88) | public void setChartView(Chart chart) { method getChartView (line 92) | public Chart getChartView() { method getOffsetForDrawingAtPoint (line 96) | @Override method refreshContent (line 130) | @Override method draw (line 135) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/MarkerView.java class MarkerView (line 22) | public class MarkerView extends RelativeLayout implements IMarker { method MarkerView (line 34) | public MarkerView(Context context, int layoutResource) { method setupLayoutResource (line 44) | private void setupLayoutResource(int layoutResource) { method setOffset (line 55) | public void setOffset(MPPointF offset) { method setOffset (line 63) | public void setOffset(float offsetX, float offsetY) { method getOffset (line 68) | @Override method setChartView (line 73) | public void setChartView(Chart chart) { method getChartView (line 77) | public Chart getChartView() { method getOffsetForDrawingAtPoint (line 81) | @Override method refreshContent (line 108) | @Override method draw (line 117) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/XAxis.java class XAxis (line 13) | public class XAxis extends AxisBase { type XAxisPosition (line 58) | public enum XAxisPosition { method XAxis (line 62) | public XAxis() { method getPosition (line 71) | public XAxisPosition getPosition() { method setPosition (line 80) | public void setPosition(XAxisPosition pos) { method getLabelRotationAngle (line 87) | public float getLabelRotationAngle() { method setLabelRotationAngle (line 96) | public void setLabelRotationAngle(float angle) { method setAvoidFirstLastClipping (line 106) | public void setAvoidFirstLastClipping(boolean enabled) { method isAvoidFirstLastClippingEnabled (line 115) | public boolean isAvoidFirstLastClippingEnabled() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/components/YAxis.java class YAxis (line 19) | public class YAxis extends AxisBase { type YAxisLabelPosition (line 69) | public enum YAxisLabelPosition { type AxisDependency (line 97) | public enum AxisDependency { method YAxis (line 101) | public YAxis() { method YAxis (line 109) | public YAxis(AxisDependency position) { method getAxisDependency (line 115) | public AxisDependency getAxisDependency() { method getMinWidth (line 122) | public float getMinWidth() { method setMinWidth (line 131) | public void setMinWidth(float minWidth) { method getMaxWidth (line 138) | public float getMaxWidth() { method setMaxWidth (line 147) | public void setMaxWidth(float maxWidth) { method getLabelPosition (line 154) | public YAxisLabelPosition getLabelPosition() { method setPosition (line 163) | public void setPosition(YAxisLabelPosition pos) { method isDrawTopYLabelEntryEnabled (line 172) | public boolean isDrawTopYLabelEntryEnabled() { method isDrawBottomYLabelEntryEnabled (line 181) | public boolean isDrawBottomYLabelEntryEnabled() { method setDrawTopYLabelEntry (line 192) | public void setDrawTopYLabelEntry(boolean enabled) { method setInverted (line 203) | public void setInverted(boolean enabled) { method isInverted (line 212) | public boolean isInverted() { method setStartAtZero (line 222) | @Deprecated method setSpaceTop (line 235) | public void setSpaceTop(float percent) { method getSpaceTop (line 244) | public float getSpaceTop() { method setSpaceBottom (line 253) | public void setSpaceBottom(float percent) { method getSpaceBottom (line 262) | public float getSpaceBottom() { method isDrawZeroLineEnabled (line 266) | public boolean isDrawZeroLineEnabled() { method setDrawZeroLine (line 276) | public void setDrawZeroLine(boolean mDrawZeroLine) { method getZeroLineColor (line 280) | public int getZeroLineColor() { method setZeroLineColor (line 289) | public void setZeroLineColor(int color) { method getZeroLineWidth (line 293) | public float getZeroLineWidth() { method setZeroLineWidth (line 302) | public void setZeroLineWidth(float width) { method getRequiredWidthSpace (line 312) | public float getRequiredWidthSpace(Paint p) { method getRequiredHeightSpace (line 339) | public float getRequiredHeightSpace(Paint p) { method needsOffset (line 352) | public boolean needsOffset() { method calculate (line 360) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BarData.java class BarData (line 13) | public class BarData extends BarLineScatterCandleBubbleData { method BarData (line 20) | public BarData() { method BarData (line 24) | public BarData(IBarDataSet... dataSets) { method BarData (line 28) | public BarData(List dataSets) { method setBarWidth (line 38) | public void setBarWidth(float mBarWidth) { method getBarWidth (line 42) | public float getBarWidth() { method groupBars (line 56) | public void groupBars(float fromX, float groupSpace, float barSpace) { method getGroupWidth (line 116) | public float getGroupWidth(float groupSpace, float barSpace) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BarDataSet.java class BarDataSet (line 12) | public class BarDataSet extends BarLineScatterCandleBubbleDataSet yVals, String label) { method copy (line 57) | @Override method calcEntryCountIncludingStacks (line 83) | private void calcEntryCountIncludingStacks(List yVals) { method calcStackSize (line 102) | private void calcStackSize(List yVals) { method calcMinMax (line 113) | @Override method getStackSize (line 138) | @Override method isStacked (line 143) | @Override method getEntryCountStacks (line 154) | public int getEntryCountStacks() { method setBarShadowColor (line 165) | public void setBarShadowColor(int color) { method getBarShadowColor (line 169) | @Override method setBarBorderWidth (line 180) | public void setBarBorderWidth(float width) { method getBarBorderWidth (line 190) | @Override method setBarBorderColor (line 200) | public void setBarBorderColor(int color) { method getBarBorderColor (line 209) | @Override method setHighLightAlpha (line 220) | public void setHighLightAlpha(int alpha) { method getHighLightAlpha (line 224) | @Override method setStackLabels (line 234) | public void setStackLabels(String[] labels) { method getStackLabels (line 238) | @Override method getHighLightWidth (line 243) | @Override method setHighlightLineWidth (line 252) | public void setHighlightLineWidth(float width) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BarEntry.java class BarEntry (line 13) | @SuppressLint("ParcelCreator") method BarEntry (line 42) | public BarEntry(float x, float y) { method BarEntry (line 53) | public BarEntry(float x, float y, Object data) { method BarEntry (line 64) | public BarEntry(float x, float y, Drawable icon) { method BarEntry (line 76) | public BarEntry(float x, float y, Drawable icon, Object data) { method BarEntry (line 86) | public BarEntry(float x, float[] vals) { method BarEntry (line 101) | public BarEntry(float x, float[] vals, Object data) { method BarEntry (line 116) | public BarEntry(float x, float[] vals, Drawable icon) { method BarEntry (line 132) | public BarEntry(float x, float[] vals, Drawable icon, Object data) { method copy (line 143) | public BarEntry copy() { method getYVals (line 156) | public float[] getYVals() { method setVals (line 165) | public void setVals(float[] vals) { method getY (line 177) | @Override method getRanges (line 187) | public Range[] getRanges() { method isStacked (line 196) | public boolean isStacked() { method getBelowSum (line 203) | @Deprecated method getSumBelow (line 208) | public float getSumBelow(int stackIndex) { method getPositiveSum (line 229) | public float getPositiveSum() { method getNegativeSum (line 238) | public float getNegativeSum() { method calcPosNegSum (line 242) | private void calcPosNegSum() { method calcSum (line 270) | private static float calcSum(float[] vals) { method calcRanges (line 283) | protected void calcRanges() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BarLineScatterCandleBubbleData.java class BarLineScatterCandleBubbleData (line 13) | public abstract class BarLineScatterCandleBubbleData sets) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BarLineScatterCandleBubbleDataSet.java class BarLineScatterCandleBubbleDataSet (line 15) | public abstract class BarLineScatterCandleBubbleDataSet... method BarLineScatterCandleBubbleDataSet (line 21) | public BarLineScatterCandleBubbleDataSet(List yVals, String label) { method setHighLightColor (line 32) | public void setHighLightColor(int color) { method getHighLightColor (line 36) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BaseDataSet.java class BaseDataSet (line 27) | public abstract class BaseDataSet implements IDataSet { method BaseDataSet (line 97) | public BaseDataSet() { method BaseDataSet (line 111) | public BaseDataSet(String label) { method notifyDataSetChanged (line 119) | public void notifyDataSetChanged() { method getColors (line 128) | @Override method getValueColors (line 133) | public List getValueColors() { method getColor (line 137) | @Override method getColor (line 142) | @Override method setColors (line 160) | public void setColors(List colors) { method setColors (line 173) | public void setColors(int... colors) { method setColors (line 187) | public void setColors(int[] colors, Context c) { method addColor (line 205) | public void addColor(int color) { method setColor (line 217) | public void setColor(int color) { method setColor (line 228) | public void setColor(int color, int alpha) { method setColors (line 238) | public void setColors(int[] colors, int alpha) { method resetColors (line 248) | public void resetColors() { method setLabel (line 259) | @Override method getLabel (line 264) | @Override method setHighlightEnabled (line 269) | @Override method isHighlightEnabled (line 274) | @Override method setValueFormatter (line 279) | @Override method getValueFormatter (line 288) | @Override method needsFormatter (line 295) | @Override method setValueTextColor (line 300) | @Override method setValueTextColors (line 306) | @Override method setValueTypeface (line 311) | @Override method setValueTextSize (line 316) | @Override method getValueTextColor (line 321) | @Override method getValueTextColor (line 326) | @Override method getValueTypeface (line 331) | @Override method getValueTextSize (line 336) | @Override method setForm (line 341) | public void setForm(Legend.LegendForm form) { method getForm (line 345) | @Override method setFormSize (line 350) | public void setFormSize(float formSize) { method getFormSize (line 354) | @Override method setFormLineWidth (line 359) | public void setFormLineWidth(float formLineWidth) { method getFormLineWidth (line 363) | @Override method setFormLineDashEffect (line 368) | public void setFormLineDashEffect(DashPathEffect dashPathEffect) { method getFormLineDashEffect (line 372) | @Override method setDrawValues (line 377) | @Override method isDrawValuesEnabled (line 382) | @Override method setDrawIcons (line 387) | @Override method isDrawIconsEnabled (line 392) | @Override method setIconsOffset (line 397) | @Override method getIconsOffset (line 404) | @Override method setVisible (line 409) | @Override method isVisible (line 414) | @Override method getAxisDependency (line 419) | @Override method setAxisDependency (line 424) | @Override method getIndexInEntries (line 434) | @Override method removeFirst (line 445) | @Override method removeLast (line 456) | @Override method removeEntryByXValue (line 467) | @Override method removeEntry (line 474) | @Override method contains (line 481) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BaseEntry.java class BaseEntry (line 8) | public abstract class BaseEntry { method BaseEntry (line 19) | public BaseEntry() { method BaseEntry (line 23) | public BaseEntry(float y) { method BaseEntry (line 27) | public BaseEntry(float y, Object data) { method BaseEntry (line 32) | public BaseEntry(float y, Drawable icon) { method BaseEntry (line 37) | public BaseEntry(float y, Drawable icon, Object data) { method getY (line 48) | public float getY() { method setIcon (line 57) | public void setIcon(Drawable icon) { method getIcon (line 66) | public Drawable getIcon() { method setY (line 75) | public void setY(float y) { method getData (line 85) | public Object getData() { method setData (line 94) | public void setData(Object data) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BubbleData.java class BubbleData (line 8) | public class BubbleData extends BarLineScatterCandleBubbleData dataSets) { method setHighlightCircleWidth (line 29) | public void setHighlightCircleWidth(float width) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BubbleDataSet.java class BubbleDataSet (line 10) | public class BubbleDataSet extends BarLineScatterCandleBubbleDataSet yVals, String label) { method setHighlightCircleWidth (line 21) | @Override method getHighlightCircleWidth (line 26) | @Override method calcMinMax (line 31) | @Override method copy (line 42) | @Override method getMaxSize (line 58) | @Override method isNormalizeSizeEnabled (line 63) | @Override method setNormalizeSizeEnabled (line 68) | public void setNormalizeSizeEnabled(boolean normalizeSize) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BubbleEntry.java class BubbleEntry (line 14) | @SuppressLint("ParcelCreator") method BubbleEntry (line 27) | public BubbleEntry(float x, float y, float size) { method BubbleEntry (line 40) | public BubbleEntry(float x, float y, float size, Object data) { method BubbleEntry (line 53) | public BubbleEntry(float x, float y, float size, Drawable icon) { method BubbleEntry (line 67) | public BubbleEntry(float x, float y, float size, Drawable icon, Object... method copy (line 72) | public BubbleEntry copy() { method getSize (line 83) | public float getSize() { method setSize (line 87) | public void setSize(float size) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/CandleData.java class CandleData (line 8) | public class CandleData extends BarLineScatterCandleBubbleData dataSets) { method CandleData (line 18) | public CandleData(ICandleDataSet... dataSets) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/CandleDataSet.java class CandleDataSet (line 18) | public class CandleDataSet extends LineScatterCandleRadarDataSet yVals, String label) { method copy (line 80) | @Override method calcMinMax (line 103) | @Override method calcMinMaxY (line 115) | @Override method setBarSpace (line 137) | public void setBarSpace(float space) { method getBarSpace (line 147) | @Override method setShadowWidth (line 157) | public void setShadowWidth(float width) { method getShadowWidth (line 161) | @Override method setShowCandleBar (line 171) | public void setShowCandleBar(boolean showCandleBar) { method getShowCandleBar (line 175) | @Override method setNeutralColor (line 198) | public void setNeutralColor(int color) { method getNeutralColor (line 202) | @Override method setIncreasingColor (line 213) | public void setIncreasingColor(int color) { method getIncreasingColor (line 217) | @Override method setDecreasingColor (line 228) | public void setDecreasingColor(int color) { method getDecreasingColor (line 232) | @Override method getIncreasingPaintStyle (line 237) | @Override method setIncreasingPaintStyle (line 247) | public void setIncreasingPaintStyle(Paint.Style paintStyle) { method getDecreasingPaintStyle (line 251) | @Override method setDecreasingPaintStyle (line 261) | public void setDecreasingPaintStyle(Paint.Style decreasingPaintStyle) { method getShadowColor (line 265) | @Override method setShadowColor (line 275) | public void setShadowColor(int shadowColor) { method getShadowColorSameAsCandle (line 279) | @Override method setShadowColorSameAsCandle (line 289) | public void setShadowColorSameAsCandle(boolean shadowColorSameAsCandle) { method getHighlightLineAlpha (line 293) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/CandleEntry.java class CandleEntry (line 12) | @SuppressLint("ParcelCreator") method CandleEntry (line 36) | public CandleEntry(float x, float shadowH, float shadowL, float open, ... method CandleEntry (line 55) | public CandleEntry(float x, float shadowH, float shadowL, float open, ... method CandleEntry (line 75) | public CandleEntry(float x, float shadowH, float shadowL, float open, ... method CandleEntry (line 96) | public CandleEntry(float x, float shadowH, float shadowL, float open, ... method getShadowRange (line 112) | public float getShadowRange() { method getBodyRange (line 121) | public float getBodyRange() { method getY (line 129) | @Override method copy (line 134) | public CandleEntry copy() { method getHigh (line 147) | public float getHigh() { method setHigh (line 151) | public void setHigh(float mShadowHigh) { method getLow (line 160) | public float getLow() { method setLow (line 164) | public void setLow(float mShadowLow) { method getClose (line 173) | public float getClose() { method setClose (line 177) | public void setClose(float mClose) { method getOpen (line 186) | public float getOpen() { method setOpen (line 190) | public void setOpen(float mOpen) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/ChartData.java class ChartData (line 21) | public abstract class ChartData> { method ChartData (line 60) | public ChartData() { method ChartData (line 69) | public ChartData(T... dataSets) { method arrayToList (line 80) | private List arrayToList(T[] array) { method ChartData (line 96) | public ChartData(List sets) { method notifyDataChanged (line 106) | public void notifyDataChanged() { method calcMinMaxY (line 117) | public void calcMinMaxY(float fromX, float toX) { method calcMinMax (line 130) | protected void calcMinMax() { method getDataSetCount (line 195) | public int getDataSetCount() { method getYMin (line 206) | public float getYMin() { method getYMin (line 216) | public float getYMin(AxisDependency axis) { method getYMax (line 236) | public float getYMax() { method getYMax (line 246) | public float getYMax(AxisDependency axis) { method getXMin (line 266) | public float getXMin() { method getXMax (line 275) | public float getXMax() { method getDataSets (line 284) | public List getDataSets() { method getDataSetIndexByLabel (line 299) | protected int getDataSetIndexByLabel(List dataSets, String label, method getDataSetLabels (line 320) | public String[] getDataSetLabels() { method getEntryForHighlight (line 337) | public Entry getEntryForHighlight(Highlight highlight) { method getDataSetByLabel (line 354) | public T getDataSetByLabel(String label, boolean ignorecase) { method getDataSetByIndex (line 364) | public T getDataSetByIndex(int index) { method addDataSet (line 377) | public void addDataSet(T d) { method removeDataSet (line 394) | public boolean removeDataSet(T d) { method removeDataSet (line 416) | public boolean removeDataSet(int index) { method addEntry (line 432) | public void addEntry(Entry e, int dataSetIndex) { method calcMinMax (line 454) | protected void calcMinMax(Entry e, AxisDependency axis) { method calcMinMax (line 485) | protected void calcMinMax(T d) { method removeEntry (line 517) | public boolean removeEntry(Entry e, int dataSetIndex) { method removeEntry (line 547) | public boolean removeEntry(float xValue, int dataSetIndex) { method getDataSetForEntry (line 568) | public T getDataSetForEntry(Entry e) { method getColors (line 592) | public int[] getColors() { method getIndexOfDataSet (line 625) | public int getIndexOfDataSet(T dataSet) { method getFirstLeft (line 635) | protected T getFirstLeft(List sets) { method getFirstRight (line 649) | public T getFirstRight(List sets) { method setValueFormatter (line 662) | public void setValueFormatter(IValueFormatter f) { method setValueTextColor (line 678) | public void setValueTextColor(int color) { method setValueTextColors (line 690) | public void setValueTextColors(List colors) { method setValueTypeface (line 702) | public void setValueTypeface(Typeface tf) { method setValueTextSize (line 714) | public void setValueTextSize(float size) { method setDrawValues (line 726) | public void setDrawValues(boolean enabled) { method setHighlightEnabled (line 737) | public void setHighlightEnabled(boolean enabled) { method isHighlightEnabled (line 749) | public boolean isHighlightEnabled() { method clearValues (line 761) | public void clearValues() { method contains (line 775) | public boolean contains(T dataSet) { method getEntryCount (line 790) | public int getEntryCount() { method getMaxEntryCountSet (line 806) | public T getMaxEntryCountSet() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/CombinedData.java class CombinedData (line 18) | public class CombinedData extends BarLineScatterCandleBubbleData getAllData() { method getDataByIndex (line 151) | public BarLineScatterCandleBubbleData getDataByIndex(int index) { method notifyDataChanged (line 155) | @Override method getEntryForHighlight (line 177) | @Override method getDataIndex (line 209) | public int getDataIndex(ChartData data) { method removeDataSet (line 213) | @Override method removeDataSet (line 232) | @Deprecated method removeEntry (line 239) | @Deprecated method removeEntry (line 246) | @Deprecated FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/DataSet.java class DataSet (line 15) | public abstract class DataSet extends BaseDataSet { method DataSet (line 51) | public DataSet(List values, String label) { method calcMinMax (line 61) | @Override method calcMinMaxY (line 77) | @Override method calcMinMax (line 101) | protected void calcMinMax(T e) { method calcMinMaxX (line 111) | protected void calcMinMaxX(T e) { method calcMinMaxY (line 120) | protected void calcMinMaxY(T e) { method getEntryCount (line 129) | @Override method getValues (line 139) | public List getValues() { method setValues (line 148) | public void setValues(List values) { method copy (line 158) | public abstract DataSet copy(); method toString (line 160) | @Override method toSimpleString (line 176) | public String toSimpleString() { method getYMin (line 183) | @Override method getYMax (line 188) | @Override method getXMin (line 193) | @Override method getXMax (line 198) | @Override method addEntryOrdered (line 203) | @Override method clear (line 223) | @Override method addEntry (line 229) | @Override method removeEntry (line 246) | @Override method getEntryIndex (line 265) | @Override method getEntryForXValue (line 270) | @Override method getEntryForXValue (line 279) | @Override method getEntryForIndex (line 284) | @Override method getEntryIndex (line 290) | @Override method getEntriesForXValue (line 375) | @Override type Rounding (line 421) | public enum Rounding { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/Entry.java class Entry (line 17) | public class Entry extends BaseEntry implements Parcelable { method Entry (line 22) | public Entry() { method Entry (line 32) | public Entry(float x, float y) { method Entry (line 44) | public Entry(float x, float y, Object data) { method Entry (line 56) | public Entry(float x, float y, Drawable icon) { method Entry (line 69) | public Entry(float x, float y, Drawable icon, Object data) { method getX (line 79) | public float getX() { method setX (line 88) | public void setX(float x) { method copy (line 97) | public Entry copy() { method equalTo (line 110) | public boolean equalTo(Entry e) { method toString (line 130) | @Override method describeContents (line 135) | @Override method writeToParcel (line 140) | @Override method Entry (line 156) | protected Entry(Parcel in) { method createFromParcel (line 165) | public Entry createFromParcel(Parcel source) { method newArray (line 169) | public Entry[] newArray(int size) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/LineData.java class LineData (line 14) | public class LineData extends BarLineScatterCandleBubbleData dataSets) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/LineDataSet.java class LineDataSet (line 18) | public class LineDataSet extends LineRadarDataSet implements ILin... method LineDataSet (line 68) | public LineDataSet(List yVals, String label) { method copy (line 85) | @Override method getMode (line 113) | @Override method setMode (line 123) | public void setMode(LineDataSet.Mode mode) { method setCubicIntensity (line 133) | public void setCubicIntensity(float intensity) { method getCubicIntensity (line 143) | @Override method setCircleRadius (line 155) | public void setCircleRadius(float radius) { method getCircleRadius (line 164) | @Override method setCircleHoleRadius (line 175) | public void setCircleHoleRadius(float holeRadius) { method getCircleHoleRadius (line 184) | @Override method setCircleSize (line 197) | @Deprecated method getCircleSize (line 205) | @Deprecated method enableDashedLine (line 219) | public void enableDashedLine(float lineLength, float spaceLength, floa... method disableDashedLine (line 228) | public void disableDashedLine() { method isDashedLineEnabled (line 232) | @Override method getDashPathEffect (line 237) | @Override method setDrawCircles (line 248) | public void setDrawCircles(boolean enabled) { method isDrawCirclesEnabled (line 252) | @Override method isDrawCubicEnabled (line 257) | @Deprecated method isDrawSteppedEnabled (line 263) | @Deprecated method getCircleColors (line 276) | public List getCircleColors() { method getCircleColor (line 280) | @Override method getCircleColorCount (line 285) | @Override method setCircleColors (line 299) | public void setCircleColors(List colors) { method setCircleColors (line 312) | public void setCircleColors(int... colors) { method setCircleColors (line 326) | public void setCircleColors(int[] colors, Context c) { method setCircleColor (line 347) | public void setCircleColor(int color) { method resetCircleColors (line 355) | public void resetCircleColors() { method setCircleColorHole (line 367) | public void setCircleColorHole(int color) { method getCircleHoleColor (line 371) | @Override method setDrawCircleHole (line 381) | public void setDrawCircleHole(boolean enabled) { method isDrawCircleHoleEnabled (line 385) | @Override method setFillFormatter (line 396) | public void setFillFormatter(IFillFormatter formatter) { method getFillFormatter (line 404) | @Override method getHighlightLineAlpha (line 409) | @Override type Mode (line 414) | public enum Mode { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/LineRadarDataSet.java class LineRadarDataSet (line 18) | public abstract class LineRadarDataSet extends LineScat... method LineRadarDataSet (line 46) | public LineRadarDataSet(List yVals, String label) { method getFillColor (line 50) | @Override method setFillColor (line 61) | public void setFillColor(int color) { method getFillDrawable (line 66) | @Override method setFillDrawable (line 76) | @TargetApi(18) method getFillAlpha (line 81) | @Override method setFillAlpha (line 92) | public void setFillAlpha(int alpha) { method setLineWidth (line 102) | public void setLineWidth(float width) { method getLineWidth (line 111) | @Override method setDrawFilled (line 116) | @Override method isDrawFilledEnabled (line 121) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/LineScatterCandleRadarDataSet.java class LineScatterCandleRadarDataSet (line 13) | public abstract class LineScatterCandleRadarDataSet ext... method LineScatterCandleRadarDataSet (line 27) | public LineScatterCandleRadarDataSet(List yVals, String label) { method setDrawHorizontalHighlightIndicator (line 36) | public void setDrawHorizontalHighlightIndicator(boolean enabled) { method setDrawVerticalHighlightIndicator (line 44) | public void setDrawVerticalHighlightIndicator(boolean enabled) { method setDrawHighlightIndicators (line 52) | public void setDrawHighlightIndicators(boolean enabled) { method isVerticalHighlightIndicatorEnabled (line 57) | @Override method isHorizontalHighlightIndicatorEnabled (line 62) | @Override method setHighlightLineWidth (line 71) | public void setHighlightLineWidth(float width) { method getHighlightLineWidth (line 76) | @Override method enableDashedHighlightLine (line 88) | public void enableDashedHighlightLine(float lineLength, float spaceLen... method disableDashedHighlightLine (line 97) | public void disableDashedHighlightLine() { method isDashedHighlightLineEnabled (line 107) | public boolean isDashedHighlightLineEnabled() { method getDashPathEffectHighlight (line 111) | @Override method getmHighlightLineAlpha (line 116) | public int getmHighlightLineAlpha() { method setmHighlightLineAlpha (line 124) | public void setmHighlightLineAlpha(int mHighlightLineAlpha) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/PieData.java class PieData (line 18) | public class PieData extends ChartData { method PieData (line 20) | public PieData() { method PieData (line 24) | public PieData(IPieDataSet dataSet) { method setDataSet (line 33) | public void setDataSet(IPieDataSet dataSet) { method getDataSet (line 45) | public IPieDataSet getDataSet() { method getDataSetByIndex (line 55) | @Override method getDataSetByLabel (line 60) | @Override method getEntryForHighlight (line 66) | @Override method getYValueSum (line 76) | public float getYValueSum() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/PieDataSet.java class PieDataSet (line 10) | public class PieDataSet extends DataSet implements IPieDataSet { method PieDataSet (line 28) | public PieDataSet(List yVals, String label) { method copy (line 33) | @Override method calcMinMax (line 49) | @Override method setSliceSpace (line 64) | public void setSliceSpace(float spaceDp) { method getSliceSpace (line 74) | @Override method setAutomaticallyDisableSliceSpacing (line 85) | public void setAutomaticallyDisableSliceSpacing(boolean autoDisable) { method isAutomaticallyDisableSliceSpacingEnabled (line 95) | @Override method setSelectionShift (line 106) | public void setSelectionShift(float shift) { method getSelectionShift (line 110) | @Override method getXValuePosition (line 115) | @Override method setXValuePosition (line 121) | public void setXValuePosition(ValuePosition xValuePosition) method getYValuePosition (line 126) | @Override method setYValuePosition (line 132) | public void setYValuePosition(ValuePosition yValuePosition) method getValueLineColor (line 138) | @Override method setValueLineColor (line 144) | public void setValueLineColor(int valueLineColor) method getValueLineWidth (line 150) | @Override method setValueLineWidth (line 156) | public void setValueLineWidth(float valueLineWidth) method getValueLinePart1OffsetPercentage (line 162) | @Override method setValueLinePart1OffsetPercentage (line 168) | public void setValueLinePart1OffsetPercentage(float valueLinePart1Offs... method getValueLinePart1Length (line 174) | @Override method setValueLinePart1Length (line 180) | public void setValueLinePart1Length(float valueLinePart1Length) method getValueLinePart2Length (line 186) | @Override method setValueLinePart2Length (line 192) | public void setValueLinePart2Length(float valueLinePart2Length) method isValueLineVariableLength (line 198) | @Override method setValueLineVariableLength (line 204) | public void setValueLineVariableLength(boolean valueLineVariableLength) type ValuePosition (line 209) | public enum ValuePosition { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/PieEntry.java class PieEntry (line 10) | @SuppressLint("ParcelCreator") method PieEntry (line 15) | public PieEntry(float value) { method PieEntry (line 19) | public PieEntry(float value, Object data) { method PieEntry (line 23) | public PieEntry(float value, Drawable icon) { method PieEntry (line 27) | public PieEntry(float value, Drawable icon, Object data) { method PieEntry (line 31) | public PieEntry(float value, String label) { method PieEntry (line 36) | public PieEntry(float value, String label, Object data) { method PieEntry (line 41) | public PieEntry(float value, String label, Drawable icon) { method PieEntry (line 46) | public PieEntry(float value, String label, Drawable icon, Object data) { method getValue (line 56) | public float getValue() { method getLabel (line 60) | public String getLabel() { method setLabel (line 64) | public void setLabel(String label) { method setX (line 68) | @Deprecated method getX (line 75) | @Deprecated method copy (line 82) | public PieEntry copy() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/RadarData.java class RadarData (line 16) | public class RadarData extends ChartData { method RadarData (line 20) | public RadarData() { method RadarData (line 24) | public RadarData(List dataSets) { method RadarData (line 28) | public RadarData(IRadarDataSet... dataSets) { method setLabels (line 37) | public void setLabels(List labels) { method setLabels (line 46) | public void setLabels(String... labels) { method getLabels (line 50) | public List getLabels() { method getEntryForHighlight (line 54) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/RadarDataSet.java class RadarDataSet (line 12) | public class RadarDataSet extends LineRadarDataSet implement... method RadarDataSet (line 28) | public RadarDataSet(List yVals, String label) { method isDrawHighlightCircleEnabled (line 33) | @Override method setDrawHighlightCircleEnabled (line 40) | @Override method getHighlightCircleFillColor (line 46) | @Override method setHighlightCircleFillColor (line 52) | public void setHighlightCircleFillColor(int color) method getHighlightCircleStrokeColor (line 59) | @Override method setHighlightCircleStrokeColor (line 67) | public void setHighlightCircleStrokeColor(int color) method getHighlightCircleStrokeAlpha (line 72) | @Override method setHighlightCircleStrokeAlpha (line 78) | public void setHighlightCircleStrokeAlpha(int alpha) method getHighlightCircleInnerRadius (line 83) | @Override method setHighlightCircleInnerRadius (line 89) | public void setHighlightCircleInnerRadius(float radius) method getHighlightCircleOuterRadius (line 94) | @Override method setHighlightCircleOuterRadius (line 100) | public void setHighlightCircleOuterRadius(float radius) method getHighlightCircleStrokeWidth (line 105) | @Override method setHighlightCircleStrokeWidth (line 111) | public void setHighlightCircleStrokeWidth(float strokeWidth) method copy (line 116) | @Override method getHighlightLineAlpha (line 132) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/RadarEntry.java class RadarEntry (line 8) | @SuppressLint("ParcelCreator") method RadarEntry (line 11) | public RadarEntry(float value) { method RadarEntry (line 15) | public RadarEntry(float value, Object data) { method getValue (line 24) | public float getValue() { method copy (line 28) | public RadarEntry copy() { method setX (line 33) | @Deprecated method getX (line 39) | @Deprecated FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/ScatterData.java class ScatterData (line 8) | public class ScatterData extends BarLineScatterCandleBubbleData dataSets) { method ScatterData (line 18) | public ScatterData(IScatterDataSet... dataSets) { method getGreatestShapeSize (line 27) | public float getGreatestShapeSize() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/ScatterDataSet.java class ScatterDataSet (line 19) | public class ScatterDataSet extends LineScatterCandleRadarDataSet... method ScatterDataSet (line 44) | public ScatterDataSet(List yVals, String label) { method copy (line 48) | @Override method setScatterShapeSize (line 78) | public void setScatterShapeSize(float size) { method getScatterShapeSize (line 82) | @Override method setScatterShape (line 93) | public void setScatterShape(ScatterChart.ScatterShape shape) { method setShapeRenderer (line 103) | public void setShapeRenderer(IShapeRenderer shapeRenderer) { method getShapeRenderer (line 107) | @Override method setScatterShapeHoleRadius (line 118) | public void setScatterShapeHoleRadius(float holeRadius) { method getScatterShapeHoleRadius (line 122) | @Override method setScatterShapeHoleColor (line 132) | public void setScatterShapeHoleColor(int holeColor) { method getScatterShapeHoleColor (line 136) | @Override method getRendererForShape (line 141) | public static IShapeRenderer getRendererForShape(ScatterChart.ScatterS... method getHighlightLineAlpha (line 163) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/filter/Approximator.java class Approximator (line 15) | public class Approximator { method reduceWithDouglasPeucker (line 17) | @TargetApi(Build.VERSION_CODES.GINGERBREAD) method concat (line 56) | float[] concat(float[]... arrays) { class Line (line 72) | private class Line { method Line (line 84) | public Line(float x1, float y1, float x2, float y2) { method distance (line 94) | public float distance(float x, float y) { method getPoints (line 98) | public float[] getPoints() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/exception/DrawingDataSetNotCreatedException.java class DrawingDataSetNotCreatedException (line 3) | public class DrawingDataSetNotCreatedException extends RuntimeException { method DrawingDataSetNotCreatedException (line 10) | public DrawingDataSetNotCreatedException() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/ColorFormatter.java type ColorFormatter (line 13) | public interface ColorFormatter { method getColor (line 23) | int getColor(int index, Entry e, IDataSet set); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/DefaultAxisValueFormatter.java class DefaultAxisValueFormatter (line 10) | public class DefaultAxisValueFormatter implements IAxisValueFormatter method DefaultAxisValueFormatter (line 29) | public DefaultAxisValueFormatter(int digits) { method getFormattedValue (line 42) | @Override method getDecimalDigits (line 53) | public int getDecimalDigits() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/DefaultFillFormatter.java class DefaultFillFormatter (line 13) | public class DefaultFillFormatter implements IFillFormatter method getFillLinePosition (line 16) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/DefaultValueFormatter.java class DefaultValueFormatter (line 15) | public class DefaultValueFormatter implements IValueFormatter method DefaultValueFormatter (line 31) | public DefaultValueFormatter(int digits) { method setup (line 40) | public void setup(int digits) { method getFormattedValue (line 54) | @Override method getDecimalDigits (line 68) | public int getDecimalDigits() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/IAxisValueFormatter.java type IAxisValueFormatter (line 10) | public interface IAxisValueFormatter method getFormattedValue (line 22) | String getFormattedValue(float value, AxisBase axis); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/IFillFormatter.java type IFillFormatter (line 12) | public interface IFillFormatter method getFillLinePosition (line 23) | float getFillLinePosition(ILineDataSet dataSet, LineDataProvider dataP... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/IValueFormatter.java type IValueFormatter (line 14) | public interface IValueFormatter method getFormattedValue (line 28) | String getFormattedValue(float value, Entry entry, int dataSetIndex, V... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/IndexAxisValueFormatter.java class IndexAxisValueFormatter (line 15) | public class IndexAxisValueFormatter implements IAxisValueFormatter method IndexAxisValueFormatter (line 24) | public IndexAxisValueFormatter() { method IndexAxisValueFormatter (line 32) | public IndexAxisValueFormatter(String[] values) { method IndexAxisValueFormatter (line 42) | public IndexAxisValueFormatter(Collection values) { method getFormattedValue (line 47) | public String getFormattedValue(float value, AxisBase axis) { method getValues (line 56) | public String[] getValues() method setValues (line 61) | public void setValues(String[] values) FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/LargeValueFormatter.java class LargeValueFormatter (line 20) | public class LargeValueFormatter implements IValueFormatter, IAxisValueF... method LargeValueFormatter (line 30) | public LargeValueFormatter() { method LargeValueFormatter (line 39) | public LargeValueFormatter(String appendix) { method getFormattedValue (line 45) | @Override method getFormattedValue (line 51) | @Override method setAppendix (line 61) | public void setAppendix(String appendix) { method setSuffix (line 71) | public void setSuffix(String[] suff) { method makePretty (line 79) | private String makePretty(double number) { method getDecimalDigits (line 96) | public int getDecimalDigits() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/PercentFormatter.java class PercentFormatter (line 16) | public class PercentFormatter implements IValueFormatter, IAxisValueForm... method PercentFormatter (line 21) | public PercentFormatter() { method PercentFormatter (line 30) | public PercentFormatter(DecimalFormat format) { method getFormattedValue (line 35) | @Override method getFormattedValue (line 41) | @Override method getDecimalDigits (line 46) | public int getDecimalDigits() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/formatter/StackedValueFormatter.java class StackedValueFormatter (line 15) | public class StackedValueFormatter implements IValueFormatter method StackedValueFormatter (line 37) | public StackedValueFormatter(boolean drawWholeStack, String appendix, ... method getFormattedValue (line 51) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/highlight/BarHighlighter.java class BarHighlighter (line 13) | public class BarHighlighter extends ChartHighlighter { method BarHighlighter (line 15) | public BarHighlighter(BarDataProvider chart) { method getHighlight (line 19) | @Override method getStackedHighlight (line 55) | public Highlight getStackedHighlight(Highlight high, IBarDataSet set, ... method getClosestStackIndex (line 101) | protected int getClosestStackIndex(Range[] ranges, float value) { method getDistance (line 154) | @Override method getData (line 159) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/highlight/ChartHighlighter.java class ChartHighlighter (line 17) | public class ChartHighlighter closestValues, floa... method getHighlightPos (line 115) | protected float getHighlightPos(Highlight h) { method getHighlightsAtXValue (line 128) | protected List getHighlightsAtXValue(float xVal, float x, f... method buildHighlights (line 160) | protected List buildHighlights(IDataSet set, int dataSetInd... method getClosestHighlightByPixel (line 204) | public Highlight getClosestHighlightByPixel(List closestVal... method getDistance (line 237) | protected float getDistance(float x1, float y1, float x2, float y2) { method getData (line 243) | protected BarLineScatterCandleBubbleData getData() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/highlight/CombinedHighlighter.java class CombinedHighlighter (line 16) | public class CombinedHighlighter extends ChartHighlighter { method PieHighlighter (line 12) | public PieHighlighter(PieChart chart) { method getClosestHighlight (line 16) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/highlight/PieRadarHighlighter.java class PieRadarHighlighter (line 12) | public abstract class PieRadarHighlighter i... method PieRadarHighlighter (line 22) | public PieRadarHighlighter(T chart) { method getHighlight (line 26) | @Override method getClosestHighlight (line 65) | protected abstract Highlight getClosestHighlight(int index, float x, f... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/highlight/RadarHighlighter.java class RadarHighlighter (line 14) | public class RadarHighlighter extends PieRadarHighlighter { method RadarHighlighter (line 16) | public RadarHighlighter(RadarChart chart) { method getClosestHighlight (line 20) | @Override method getHighlightsAtIndex (line 52) | protected List getHighlightsAtIndex(int index) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/highlight/Range.java class Range (line 7) | public final class Range { method Range (line 12) | public Range(float from, float to) { method contains (line 23) | public boolean contains(float value) { method isLarger (line 31) | public boolean isLarger(float value) { method isSmaller (line 35) | public boolean isSmaller(float value) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/BarDataProvider.java type BarDataProvider (line 5) | public interface BarDataProvider extends BarLineScatterCandleBubbleDataP... method getBarData (line 7) | BarData getBarData(); method isDrawBarShadowEnabled (line 8) | boolean isDrawBarShadowEnabled(); method isDrawValueAboveBarEnabled (line 9) | boolean isDrawValueAboveBarEnabled(); method isHighlightFullBarEnabled (line 10) | boolean isHighlightFullBarEnabled(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/BarLineScatterCandleBubbleDataProvider.java type BarLineScatterCandleBubbleDataProvider (line 7) | public interface BarLineScatterCandleBubbleDataProvider extends ChartInt... method getTransformer (line 9) | Transformer getTransformer(AxisDependency axis); method isInverted (line 10) | boolean isInverted(AxisDependency axis); method getLowestVisibleX (line 12) | float getLowestVisibleX(); method getHighestVisibleX (line 13) | float getHighestVisibleX(); method getData (line 15) | BarLineScatterCandleBubbleData getData(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/BubbleDataProvider.java type BubbleDataProvider (line 5) | public interface BubbleDataProvider extends BarLineScatterCandleBubbleDa... method getBubbleData (line 7) | BubbleData getBubbleData(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/CandleDataProvider.java type CandleDataProvider (line 5) | public interface CandleDataProvider extends BarLineScatterCandleBubbleDa... method getCandleData (line 7) | CandleData getCandleData(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/ChartInterface.java type ChartInterface (line 15) | public interface ChartInterface { method getXChartMin (line 22) | float getXChartMin(); method getXChartMax (line 29) | float getXChartMax(); method getXRange (line 31) | float getXRange(); method getYChartMin (line 38) | float getYChartMin(); method getYChartMax (line 45) | float getYChartMax(); method getMaxHighlightDistance (line 52) | float getMaxHighlightDistance(); method getWidth (line 54) | int getWidth(); method getHeight (line 56) | int getHeight(); method getCenterOfView (line 58) | MPPointF getCenterOfView(); method getCenterOffsets (line 60) | MPPointF getCenterOffsets(); method getContentRect (line 62) | RectF getContentRect(); method getDefaultValueFormatter (line 64) | IValueFormatter getDefaultValueFormatter(); method getData (line 66) | ChartData getData(); method getMaxVisibleCount (line 68) | int getMaxVisibleCount(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/CombinedDataProvider.java type CombinedDataProvider (line 8) | public interface CombinedDataProvider extends LineDataProvider, BarDataP... method getCombinedData (line 10) | CombinedData getCombinedData(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/LineDataProvider.java type LineDataProvider (line 6) | public interface LineDataProvider extends BarLineScatterCandleBubbleData... method getLineData (line 8) | LineData getLineData(); method getAxis (line 10) | YAxis getAxis(YAxis.AxisDependency dependency); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/dataprovider/ScatterDataProvider.java type ScatterDataProvider (line 5) | public interface ScatterDataProvider extends BarLineScatterCandleBubbleD... method getScatterData (line 7) | ScatterData getScatterData(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IBarDataSet.java type IBarDataSet (line 8) | public interface IBarDataSet extends IBarLineScatterCandleBubbleDataSet<... method isStacked (line 15) | boolean isStacked(); method getStackSize (line 23) | int getStackSize(); method getBarShadowColor (line 31) | int getBarShadowColor(); method getBarBorderWidth (line 39) | float getBarBorderWidth(); method getBarBorderColor (line 46) | int getBarBorderColor(); method getHighLightAlpha (line 55) | int getHighLightAlpha(); method getStackLabels (line 64) | String[] getStackLabels(); method getHighLightWidth (line 66) | float getHighLightWidth(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IBarLineScatterCandleBubbleDataSet.java type IBarLineScatterCandleBubbleDataSet (line 8) | public interface IBarLineScatterCandleBubbleDataSet ext... method getHighLightColor (line 15) | int getHighLightColor(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IBubbleDataSet.java type IBubbleDataSet (line 8) | public interface IBubbleDataSet extends IBarLineScatterCandleBubbleDataS... method setHighlightCircleWidth (line 16) | void setHighlightCircleWidth(float width); method getMaxSize (line 18) | float getMaxSize(); method isNormalizeSizeEnabled (line 20) | boolean isNormalizeSizeEnabled(); method getHighlightCircleWidth (line 26) | float getHighlightCircleWidth(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/ICandleDataSet.java type ICandleDataSet (line 10) | public interface ICandleDataSet extends ILineScatterCandleRadarDataSet { method getYMin (line 28) | float getYMin(); method getYMax (line 35) | float getYMax(); method getXMin (line 42) | float getXMin(); method getXMax (line 49) | float getXMax(); method getEntryCount (line 57) | int getEntryCount(); method calcMinMax (line 62) | void calcMinMax(); method calcMinMaxY (line 71) | void calcMinMaxY(float fromX, float toX); method getEntryForXValue (line 89) | T getEntryForXValue(float xValue, float closestToY, DataSet.Rounding r... method getEntryForXValue (line 104) | T getEntryForXValue(float xValue, float closestToY); method getEntriesForXValue (line 115) | List getEntriesForXValue(float xValue); method getEntryForIndex (line 123) | T getEntryForIndex(int index); method getEntryIndex (line 139) | int getEntryIndex(float xValue, float closestToY, DataSet.Rounding rou... method getEntryIndex (line 148) | int getEntryIndex(T e); method getIndexInEntries (line 160) | int getIndexInEntries(int xIndex); method addEntry (line 170) | boolean addEntry(T e); method addEntryOrdered (line 181) | void addEntryOrdered(T e); method removeFirst (line 189) | boolean removeFirst(); method removeLast (line 197) | boolean removeLast(); method removeEntry (line 207) | boolean removeEntry(T e); method removeEntryByXValue (line 215) | boolean removeEntryByXValue(float xValue); method removeEntry (line 224) | boolean removeEntry(int index); method contains (line 234) | boolean contains(T entry); method clear (line 239) | void clear(); method getLabel (line 249) | String getLabel(); method setLabel (line 256) | void setLabel(String label); method getAxisDependency (line 263) | YAxis.AxisDependency getAxisDependency(); method setAxisDependency (line 271) | void setAxisDependency(YAxis.AxisDependency dependency); method getColors (line 278) | List getColors(); method getColor (line 286) | int getColor(); method getColor (line 295) | int getColor(int index); method isHighlightEnabled (line 302) | boolean isHighlightEnabled(); method setHighlightEnabled (line 310) | void setHighlightEnabled(boolean enabled); method setValueFormatter (line 321) | void setValueFormatter(IValueFormatter f); method getValueFormatter (line 328) | IValueFormatter getValueFormatter(); method needsFormatter (line 335) | boolean needsFormatter(); method setValueTextColor (line 342) | void setValueTextColor(int color); method setValueTextColors (line 349) | void setValueTextColors(List colors); method setValueTypeface (line 356) | void setValueTypeface(Typeface tf); method setValueTextSize (line 363) | void setValueTextSize(float size); method getValueTextColor (line 370) | int getValueTextColor(); method getValueTextColor (line 379) | int getValueTextColor(int index); method getValueTypeface (line 386) | Typeface getValueTypeface(); method getValueTextSize (line 393) | float getValueTextSize(); method getForm (line 400) | Legend.LegendForm getForm(); method getFormSize (line 407) | float getFormSize(); method getFormLineWidth (line 414) | float getFormLineWidth(); method getFormLineDashEffect (line 421) | DashPathEffect getFormLineDashEffect(); method setDrawValues (line 430) | void setDrawValues(boolean enabled); method isDrawValuesEnabled (line 437) | boolean isDrawValuesEnabled(); method setDrawIcons (line 447) | void setDrawIcons(boolean enabled); method isDrawIconsEnabled (line 454) | boolean isDrawIconsEnabled(); method setIconsOffset (line 464) | void setIconsOffset(MPPointF offset); method getIconsOffset (line 469) | MPPointF getIconsOffset(); method setVisible (line 477) | void setVisible(boolean visible); method isVisible (line 485) | boolean isVisible(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/ILineDataSet.java type ILineDataSet (line 12) | public interface ILineDataSet extends ILineRadarDataSet { method getMode (line 19) | LineDataSet.Mode getMode(); method getCubicIntensity (line 27) | float getCubicIntensity(); method isDrawCubicEnabled (line 29) | @Deprecated method isDrawSteppedEnabled (line 32) | @Deprecated method getCircleRadius (line 38) | float getCircleRadius(); method getCircleHoleRadius (line 43) | float getCircleHoleRadius(); method getCircleColor (line 52) | int getCircleColor(int index); method getCircleColorCount (line 59) | int getCircleColorCount(); method isDrawCirclesEnabled (line 66) | boolean isDrawCirclesEnabled(); method getCircleHoleColor (line 73) | int getCircleHoleColor(); method isDrawCircleHoleEnabled (line 80) | boolean isDrawCircleHoleEnabled(); method getDashPathEffect (line 87) | DashPathEffect getDashPathEffect(); method isDashedLineEnabled (line 95) | boolean isDashedLineEnabled(); method getFillFormatter (line 102) | IFillFormatter getFillFormatter(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/ILineRadarDataSet.java type ILineRadarDataSet (line 10) | public interface ILineRadarDataSet extends ILineScatter... method getFillColor (line 17) | int getFillColor(); method getFillDrawable (line 24) | Drawable getFillDrawable(); method getFillAlpha (line 32) | int getFillAlpha(); method getLineWidth (line 39) | float getLineWidth(); method isDrawFilledEnabled (line 46) | boolean isDrawFilledEnabled(); method setDrawFilled (line 57) | void setDrawFilled(boolean enabled); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/ILineScatterCandleRadarDataSet.java type ILineScatterCandleRadarDataSet (line 10) | public interface ILineScatterCandleRadarDataSet extends... method isVerticalHighlightIndicatorEnabled (line 16) | boolean isVerticalHighlightIndicatorEnabled(); method isHorizontalHighlightIndicatorEnabled (line 22) | boolean isHorizontalHighlightIndicatorEnabled(); method getHighlightLineWidth (line 28) | float getHighlightLineWidth(); method getHighlightLineAlpha (line 30) | int getHighlightLineAlpha(); method getDashPathEffectHighlight (line 36) | DashPathEffect getDashPathEffectHighlight(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IPieDataSet.java type IPieDataSet (line 10) | public interface IPieDataSet extends IDataSet { method getSliceSpace (line 18) | float getSliceSpace(); method isAutomaticallyDisableSliceSpacingEnabled (line 26) | boolean isAutomaticallyDisableSliceSpacingEnabled(); method getSelectionShift (line 34) | float getSelectionShift(); method getXValuePosition (line 36) | PieDataSet.ValuePosition getXValuePosition(); method getYValuePosition (line 37) | PieDataSet.ValuePosition getYValuePosition(); method getValueLineColor (line 42) | int getValueLineColor(); method getValueLineWidth (line 47) | float getValueLineWidth(); method getValueLinePart1OffsetPercentage (line 52) | float getValueLinePart1OffsetPercentage(); method getValueLinePart1Length (line 57) | float getValueLinePart1Length(); method getValueLinePart2Length (line 62) | float getValueLinePart2Length(); method isValueLineVariableLength (line 67) | boolean isValueLineVariableLength(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IRadarDataSet.java type IRadarDataSet (line 8) | public interface IRadarDataSet extends ILineRadarDataSet { method isDrawHighlightCircleEnabled (line 11) | boolean isDrawHighlightCircleEnabled(); method setDrawHighlightCircleEnabled (line 14) | void setDrawHighlightCircleEnabled(boolean enabled); method getHighlightCircleFillColor (line 16) | int getHighlightCircleFillColor(); method getHighlightCircleStrokeColor (line 20) | int getHighlightCircleStrokeColor(); method getHighlightCircleStrokeAlpha (line 22) | int getHighlightCircleStrokeAlpha(); method getHighlightCircleInnerRadius (line 24) | float getHighlightCircleInnerRadius(); method getHighlightCircleOuterRadius (line 26) | float getHighlightCircleOuterRadius(); method getHighlightCircleStrokeWidth (line 28) | float getHighlightCircleStrokeWidth(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IScatterDataSet.java type IScatterDataSet (line 9) | public interface IScatterDataSet extends ILineScatterCandleRadarDataSet<... method getScatterShapeSize (line 16) | float getScatterShapeSize(); method getScatterShapeHoleRadius (line 23) | float getScatterShapeHoleRadius(); method getScatterShapeHoleColor (line 30) | int getScatterShapeHoleColor(); method getShapeRenderer (line 37) | IShapeRenderer getShapeRenderer(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/jobs/AnimatedMoveViewJob.java class AnimatedMoveViewJob (line 14) | @SuppressLint("NewApi") method getInstance (line 24) | public static AnimatedMoveViewJob getInstance(ViewPortHandler viewPort... method recycleInstance (line 38) | public static void recycleInstance(AnimatedMoveViewJob instance){ method AnimatedMoveViewJob (line 43) | public AnimatedMoveViewJob(ViewPortHandler viewPortHandler, float xVal... method onAnimationUpdate (line 47) | @Override method recycleSelf (line 57) | public void recycleSelf(){ method instantiate (line 61) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/jobs/AnimatedViewPortJob.java class AnimatedViewPortJob (line 15) | @SuppressLint("NewApi") method AnimatedViewPortJob (line 25) | public AnimatedViewPortJob(ViewPortHandler viewPortHandler, float xVal... method run (line 35) | @SuppressLint("NewApi") method getPhase (line 41) | public float getPhase() { method setPhase (line 45) | public void setPhase(float phase) { method getXOrigin (line 49) | public float getXOrigin() { method getYOrigin (line 53) | public float getYOrigin() { method recycleSelf (line 57) | public abstract void recycleSelf(); method resetAnimator (line 59) | protected void resetAnimator(){ method onAnimationStart (line 67) | @Override method onAnimationEnd (line 72) | @Override method onAnimationCancel (line 81) | @Override method onAnimationRepeat (line 90) | @Override method onAnimationUpdate (line 95) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/jobs/AnimatedZoomJob.java class AnimatedZoomJob (line 18) | @SuppressLint("NewApi") method getInstance (line 27) | public static AnimatedZoomJob getInstance(ViewPortHandler viewPortHand... method AnimatedZoomJob (line 51) | @SuppressLint("NewApi") method onAnimationUpdate (line 65) | @Override method onAnimationEnd (line 87) | @Override method onAnimationCancel (line 93) | @Override method onAnimationRepeat (line 98) | @Override method recycleSelf (line 103) | @Override method onAnimationStart (line 108) | @Override method instantiate (line 113) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/jobs/MoveViewJob.java class MoveViewJob (line 13) | public class MoveViewJob extends ViewPortJob { method getInstance (line 22) | public static MoveViewJob getInstance(ViewPortHandler viewPortHandler,... method recycleInstance (line 32) | public static void recycleInstance(MoveViewJob instance){ method MoveViewJob (line 36) | public MoveViewJob(ViewPortHandler viewPortHandler, float xValue, floa... method run (line 40) | @Override method instantiate (line 52) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/jobs/ViewPortJob.java class ViewPortJob (line 19) | public abstract class ViewPortJob extends ObjectPool.Poolable implements... method ViewPortJob (line 29) | public ViewPortJob(ViewPortHandler viewPortHandler, float xValue, floa... method getXValue (line 40) | public float getXValue() { method getYValue (line 44) | public float getYValue() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/jobs/ZoomJob.java class ZoomJob (line 16) | public class ZoomJob extends ViewPortJob { method getInstance (line 25) | public static ZoomJob getInstance(ViewPortHandler viewPortHandler, flo... method recycleInstance (line 39) | public static void recycleInstance(ZoomJob instance) { method ZoomJob (line 48) | public ZoomJob(ViewPortHandler viewPortHandler, float scaleX, float sc... method run (line 59) | @Override method instantiate (line 83) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/listener/BarLineChartTouchListener.java class BarLineChartTouchListener (line 30) | public class BarLineChartTouchListener extends ChartTouchListener> extends Ges... type ChartGesture (line 15) | public enum ChartGesture { method ChartTouchListener (line 53) | public ChartTouchListener(T chart) { method startAction (line 64) | public void startAction(MotionEvent me) { method endAction (line 77) | public void endAction(MotionEvent me) { method setLastHighlighted (line 90) | public void setLastHighlighted(Highlight high) { method getTouchMode (line 99) | public int getTouchMode() { method getLastGesture (line 108) | public ChartGesture getLastGesture() { method performHighlight (line 118) | protected void performHighlight(Highlight h, MotionEvent e) { method distance (line 138) | protected static float distance(float eventX, float startX, float even... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/listener/OnChartGestureListener.java type OnChartGestureListener (line 10) | public interface OnChartGestureListener { method onChartGestureStart (line 18) | void onChartGestureStart(MotionEvent me, ChartTouchListener.ChartGestu... method onChartGestureEnd (line 26) | void onChartGestureEnd(MotionEvent me, ChartTouchListener.ChartGesture... method onChartLongPressed (line 33) | void onChartLongPressed(MotionEvent me); method onChartDoubleTapped (line 40) | void onChartDoubleTapped(MotionEvent me); method onChartSingleTapped (line 47) | void onChartSingleTapped(MotionEvent me); method onChartFling (line 57) | void onChartFling(MotionEvent me1, MotionEvent me2, float velocityX, f... method onChartScale (line 66) | void onChartScale(MotionEvent me, float scaleX, float scaleY); method onChartTranslate (line 75) | void onChartTranslate(MotionEvent me, float dX, float dY); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/listener/OnChartValueSelectedListener.java type OnChartValueSelectedListener (line 12) | public interface OnChartValueSelectedListener { method onValueSelected (line 21) | void onValueSelected(Entry e, Highlight h); method onNothingSelected (line 26) | void onNothingSelected(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/listener/OnDrawLineChartTouchListener.java class OnDrawLineChartTouchListener (line 8) | public class OnDrawLineChartTouchListener extends SimpleOnGestureListene... method onTouch (line 10) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/listener/OnDrawListener.java type OnDrawListener (line 12) | public interface OnDrawListener { method onEntryAdded (line 21) | void onEntryAdded(Entry entry); method onEntryMoved (line 28) | void onEntryMoved(Entry entry); method onDrawFinished (line 36) | void onDrawFinished(DataSet dataSet); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/listener/PieRadarChartTouchListener.java class PieRadarChartTouchListener (line 22) | public class PieRadarChartTouchListener extends ChartTouchListener chart) { method onTouch (line 40) | @SuppressLint("ClickableViewAccessibility") method onLongPress (line 119) | @Override method onSingleTapConfirmed (line 131) | @Override method onSingleTapUp (line 136) | @Override method resetVelocity (line 157) | private void resetVelocity() { method sampleVelocity (line 161) | private void sampleVelocity(float touchLocationX, float touchLocationY) { method calculateVelocity (line 179) | private float calculateVelocity() { method setGestureStartAngle (line 234) | public void setGestureStartAngle(float x, float y) { method updateGestureRotation (line 245) | public void updateGestureRotation(float x, float y) { method stopDeceleration (line 252) | public void stopDeceleration() { method computeScroll (line 256) | public void computeScroll() { class AngularVelocitySample (line 277) | private class AngularVelocitySample { method AngularVelocitySample (line 282) | public AngularVelocitySample(long time, float angle) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/matrix/Vector3.java class Vector3 (line 7) | public final class Vector3 { method Vector3 (line 17) | public Vector3() { method Vector3 (line 20) | public Vector3(float[] array) method Vector3 (line 25) | public Vector3(float xValue, float yValue, float zValue) { method Vector3 (line 29) | public Vector3(Vector3 other) { method add (line 33) | public final void add(Vector3 other) { method add (line 39) | public final void add(float otherX, float otherY, float otherZ) { method subtract (line 45) | public final void subtract(Vector3 other) { method subtractMultiple (line 51) | public final void subtractMultiple(Vector3 other, float multiplicator) method multiply (line 58) | public final void multiply(float magnitude) { method multiply (line 64) | public final void multiply(Vector3 other) { method divide (line 70) | public final void divide(float magnitude) { method set (line 78) | public final void set(Vector3 other) { method set (line 84) | public final void set(float xValue, float yValue, float zValue) { method dot (line 90) | public final float dot(Vector3 other) { method cross (line 94) | public final Vector3 cross(Vector3 other) { method length (line 100) | public final float length() { method length2 (line 104) | public final float length2() { method distance2 (line 108) | public final float distance2(Vector3 other) { method normalize (line 115) | public final float normalize() { method zero (line 128) | public final void zero() { method pointsInSameDirection (line 132) | public final boolean pointsInSameDirection(Vector3 other) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/AxisRenderer.java class AxisRenderer (line 20) | public abstract class AxisRenderer extends Renderer { method AxisRenderer (line 48) | public AxisRenderer(ViewPortHandler viewPortHandler, Transformer trans... method getPaintAxisLabels (line 79) | public Paint getPaintAxisLabels() { method getPaintGrid (line 89) | public Paint getPaintGrid() { method getPaintAxisLine (line 99) | public Paint getPaintAxisLine() { method getTransformer (line 108) | public Transformer getTransformer() { method computeAxis (line 118) | public void computeAxis(float min, float max, boolean inverted) { method computeAxisValues (line 149) | protected void computeAxisValues(float min, float max) { method renderAxisLabels (line 265) | public abstract void renderAxisLabels(Canvas c); method renderGridLines (line 272) | public abstract void renderGridLines(Canvas c); method renderAxisLine (line 279) | public abstract void renderAxisLine(Canvas c); method renderLimitLines (line 286) | public abstract void renderLimitLines(Canvas c); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/BarChartRenderer.java class BarChartRenderer (line 25) | public class BarChartRenderer extends BarLineScatterCandleBubbleRenderer { method BarChartRenderer (line 39) | public BarChartRenderer(BarDataProvider chart, ChartAnimator animator, method initBuffers (line 57) | @Override method drawData (line 70) | @Override method drawDataSet (line 87) | protected void drawDataSet(Canvas c, IBarDataSet dataSet, int index) { method prepareBarHighlight (line 176) | protected void prepareBarHighlight(float x, float y1, float y2, float ... method drawValues (line 186) | @Override method drawHighlighted (line 415) | @Override method setHighlightDrawPos (line 476) | protected void setHighlightDrawPos(Highlight high, RectF bar) { method drawExtras (line 480) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/BarLineScatterCandleBubbleRenderer.java class BarLineScatterCandleBubbleRenderer (line 14) | public abstract class BarLineScatterCandleBubbleRenderer extends DataRen... method BarLineScatterCandleBubbleRenderer (line 21) | public BarLineScatterCandleBubbleRenderer(ChartAnimator animator, View... method shouldDrawValues (line 31) | protected boolean shouldDrawValues(IDataSet set) { method isInBoundsX (line 42) | protected boolean isInBoundsX(Entry e, IBarLineScatterCandleBubbleData... class XBounds (line 59) | protected class XBounds { method set (line 82) | public void set(BarLineScatterCandleBubbleDataProvider chart, IBarLi... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/BubbleChartRenderer.java class BubbleChartRenderer (line 26) | public class BubbleChartRenderer extends BarLineScatterCandleBubbleRende... method BubbleChartRenderer (line 30) | public BubbleChartRenderer(BubbleDataProvider chart, ChartAnimator ani... method initBuffers (line 41) | @Override method drawData (line 46) | @Override method getShapeSize (line 61) | protected float getShapeSize(float entrySize, float maxSize, float ref... method drawDataSet (line 68) | protected void drawDataSet(Canvas c, IBubbleDataSet dataSet) { method drawValues (line 115) | @Override method drawExtras (line 195) | @Override method drawHighlighted (line 201) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/CandleStickChartRenderer.java class CandleStickChartRenderer (line 23) | public class CandleStickChartRenderer extends LineScatterCandleRadarRend... method CandleStickChartRenderer (line 33) | public CandleStickChartRenderer(CandleDataProvider chart, ChartAnimato... method initBuffers (line 39) | @Override method drawData (line 44) | @Override method drawDataSet (line 56) | @SuppressWarnings("ResourceAsColor") method drawValues (line 256) | @Override method drawExtras (line 331) | @Override method drawHighlighted (line 335) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/CombinedChartRenderer.java class CombinedChartRenderer (line 22) | public class CombinedChartRenderer extends DataRenderer { method CombinedChartRenderer (line 31) | public CombinedChartRenderer(CombinedChart chart, ChartAnimator animat... method createRenderers (line 41) | public void createRenderers() { method initBuffers (line 78) | @Override method drawData (line 85) | @Override method drawValues (line 92) | @Override method drawExtras (line 99) | @Override method drawHighlighted (line 108) | @Override method getSubRenderer (line 148) | public DataRenderer getSubRenderer(int index) { method getSubRenderers (line 160) | public List getSubRenderers() { method setSubRenderers (line 164) | public void setSubRenderers(List renderers) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/DataRenderer.java class DataRenderer (line 26) | public abstract class DataRenderer extends Renderer { method DataRenderer (line 51) | public DataRenderer(ChartAnimator animator, ViewPortHandler viewPortHa... method isDrawingValuesAllowed (line 73) | protected boolean isDrawingValuesAllowed(ChartInterface chart) { method getPaintValues (line 84) | public Paint getPaintValues() { method getPaintHighlight (line 94) | public Paint getPaintHighlight() { method getPaintRender (line 103) | public Paint getPaintRender() { method applyValueTextStyle (line 113) | protected void applyValueTextStyle(IDataSet set) { method initBuffers (line 124) | public abstract void initBuffers(); method drawData (line 131) | public abstract void drawData(Canvas c); method drawValues (line 138) | public abstract void drawValues(Canvas c); method drawValue (line 152) | public void drawValue(Canvas c, IValueFormatter formatter, float value... method drawExtras (line 162) | public abstract void drawExtras(Canvas c); method drawHighlighted (line 170) | public abstract void drawHighlighted(Canvas c, Highlight[] indices); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/HorizontalBarChartRenderer.java class HorizontalBarChartRenderer (line 31) | public class HorizontalBarChartRenderer extends BarChartRenderer { method HorizontalBarChartRenderer (line 33) | public HorizontalBarChartRenderer(BarDataProvider chart, ChartAnimator... method initBuffers (line 40) | @Override method drawDataSet (line 55) | @Override method drawValues (line 145) | @Override method drawValue (line 399) | protected void drawValue(Canvas c, String valueText, float x, float y,... method prepareBarHighlight (line 404) | @Override method setHighlightDrawPos (line 417) | @Override method isDrawingValuesAllowed (line 422) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LegendRenderer.java class LegendRenderer (line 27) | public class LegendRenderer extends Renderer { method LegendRenderer (line 44) | public LegendRenderer(ViewPortHandler viewPortHandler, Legend legend) { method getLabelPaint (line 62) | public Paint getLabelPaint() { method getFormPaint (line 71) | public Paint getFormPaint() { method computeLegend (line 83) | public void computeLegend(ChartData data) { method renderLegend (line 225) | public void renderLegend(Canvas c) { method drawForm (line 480) | protected void drawForm( method drawLabel (line 557) | protected void drawLabel(Canvas c, float x, float y, String label) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LineChartRenderer.java class LineChartRenderer (line 30) | public class LineChartRenderer extends LineRadarRenderer { method LineChartRenderer (line 59) | public LineChartRenderer(LineDataProvider chart, ChartAnimator animator, method initBuffers (line 69) | @Override method drawData (line 73) | @Override method drawDataSet (line 104) | protected void drawDataSet(Canvas c, ILineDataSet dataSet) { method drawHorizontalBezier (line 131) | protected void drawHorizontalBezier(ILineDataSet dataSet) { method drawCubicBezier (line 184) | protected void drawCubicBezier(ILineDataSet dataSet) { method drawCubicFill (line 263) | protected void drawCubicFill(Canvas c, ILineDataSet dataSet, Path spli... method drawLinear (line 292) | protected void drawLinear(Canvas c, ILineDataSet dataSet) { method drawLinearFill (line 434) | protected void drawLinearFill(Canvas c, ILineDataSet dataSet, Transfor... method generateFilledPath (line 482) | private void generateFilledPath(final ILineDataSet dataSet, final int ... method drawValues (line 520) | @Override method drawExtras (line 591) | @Override method drawCircles (line 606) | protected void drawCircles(Canvas c) { method drawHighlighted (line 684) | @Override method setBitmapConfig (line 718) | public void setBitmapConfig(Bitmap.Config config) { method getBitmapConfig (line 728) | public Bitmap.Config getBitmapConfig() { method releaseBitmap (line 735) | public void releaseBitmap() { class DataSetImageCache (line 747) | private class DataSetImageCache { method init (line 759) | protected boolean init(ILineDataSet set) { method fill (line 782) | protected void fill(ILineDataSet set, boolean drawCircleHole, boolea... method getBitmap (line 841) | protected Bitmap getBitmap(int index) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LineRadarRenderer.java class LineRadarRenderer (line 15) | public abstract class LineRadarRenderer extends LineScatterCandleRadarRe... method LineRadarRenderer (line 17) | public LineRadarRenderer(ChartAnimator animator, ViewPortHandler viewP... method drawFilledPath (line 28) | protected void drawFilledPath(Canvas c, Path filledPath, Drawable draw... method drawFilledPath (line 57) | protected void drawFilledPath(Canvas c, Path filledPath, int fillColor... method clipPathSupported (line 92) | private boolean clipPathSupported() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/LineScatterCandleRadarRenderer.java class LineScatterCandleRadarRenderer (line 13) | public abstract class LineScatterCandleRadarRenderer extends BarLineScat... method LineScatterCandleRadarRenderer (line 20) | public LineScatterCandleRadarRenderer(ChartAnimator animator, ViewPort... method drawHighlightLines (line 32) | protected void drawHighlightLines(Canvas c, float x, float y, ILineSca... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/PieChartRenderer.java class PieChartRenderer (line 36) | public class PieChartRenderer extends DataRenderer { method PieChartRenderer (line 71) | public PieChartRenderer(PieChart chart, ChartAnimator animator, method getPaintHole (line 102) | public Paint getPaintHole() { method getPaintTransparentCircle (line 106) | public Paint getPaintTransparentCircle() { method getPaintCenterText (line 110) | public TextPaint getPaintCenterText() { method getPaintEntryLabels (line 114) | public Paint getPaintEntryLabels() { method initBuffers (line 118) | @Override method drawData (line 123) | @Override method calculateMinimumRadiusForSpacedSlice (line 155) | protected float calculateMinimumRadiusForSpacedSlice( method getSliceSpace (line 201) | protected float getSliceSpace(IPieDataSet dataSet) { method drawDataSet (line 214) | protected void drawDataSet(Canvas c, IPieDataSet dataSet) { method drawValues (line 384) | @Override method drawEntryLabel (line 630) | protected void drawEntryLabel(Canvas c, String label, float x, float y) { method drawExtras (line 634) | @Override method drawHole (line 648) | protected void drawHole(Canvas c) { method drawCenterText (line 690) | protected void drawCenterText(Canvas c) { method drawHighlighted (line 759) | @Override method drawRoundedSlices (line 957) | protected void drawRoundedSlices(Canvas c) { method releaseBitmap (line 1007) | public void releaseBitmap() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/RadarChartRenderer.java class RadarChartRenderer (line 21) | public class RadarChartRenderer extends LineRadarRenderer { method RadarChartRenderer (line 31) | public RadarChartRenderer(RadarChart chart, ChartAnimator animator, method getWebPaint (line 48) | public Paint getWebPaint() { method initBuffers (line 52) | @Override method drawData (line 58) | @Override method drawDataSet (line 81) | protected void drawDataSet(Canvas c, IRadarDataSet dataSet, int mostEn... method drawValues (line 150) | @Override method drawExtras (line 235) | @Override method drawWeb (line 240) | protected void drawWeb(Canvas c) { method drawHighlighted (line 299) | @Override method drawHighlightCircle (line 366) | public void drawHighlightCircle(Canvas c, FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/Renderer.java class Renderer (line 11) | public abstract class Renderer { method Renderer (line 18) | public Renderer(ViewPortHandler viewPortHandler) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/ScatterChartRenderer.java class ScatterChartRenderer (line 23) | public class ScatterChartRenderer extends LineScatterCandleRadarRenderer { method ScatterChartRenderer (line 27) | public ScatterChartRenderer(ScatterDataProvider chart, ChartAnimator a... method initBuffers (line 32) | @Override method drawData (line 36) | @Override method drawDataSet (line 50) | protected void drawDataSet(Canvas c, IScatterDataSet dataSet) { method drawValues (line 92) | @Override method drawExtras (line 164) | @Override method drawHighlighted (line 168) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/XAxisRenderer.java class XAxisRenderer (line 23) | public class XAxisRenderer extends AxisRenderer { method XAxisRenderer (line 27) | public XAxisRenderer(ViewPortHandler viewPortHandler, XAxis xAxis, Tra... method setupGridPaint (line 37) | protected void setupGridPaint() { method computeAxis (line 43) | @Override method computeAxisValues (line 70) | @Override method computeSize (line 77) | protected void computeSize() { method renderAxisLabels (line 104) | @Override method renderAxisLine (line 148) | @Override method drawLabels (line 180) | protected void drawLabels(Canvas c, float pos, MPPointF anchor) { method drawLabel (line 232) | protected void drawLabel(Canvas c, String formattedLabel, float x, flo... method renderGridLines (line 239) | @Override method getGridClippingRect (line 275) | public RectF getGridClippingRect() { method drawGridLine (line 289) | protected void drawGridLine(Canvas c, float x, float y, Path gridLineP... method renderLimitLines (line 308) | @Override method renderLimitLineLine (line 347) | public void renderLimitLineLine(Canvas c, LimitLine limitLine, float[]... method renderLimitLineLabel (line 365) | public void renderLimitLineLabel(Canvas c, LimitLine limitLine, float[... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/XAxisRendererHorizontalBarChart.java class XAxisRendererHorizontalBarChart (line 23) | public class XAxisRendererHorizontalBarChart extends XAxisRenderer { method XAxisRendererHorizontalBarChart (line 27) | public XAxisRendererHorizontalBarChart(ViewPortHandler viewPortHandler... method computeAxis (line 34) | @Override method computeSize (line 61) | @Override method renderAxisLabels (line 87) | @Override method drawLabels (line 133) | @Override method getGridClippingRect (line 165) | @Override method drawGridLine (line 172) | @Override method renderAxisLine (line 184) | @Override method renderLimitLines (line 217) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/XAxisRendererRadarChart.java class XAxisRendererRadarChart (line 13) | public class XAxisRendererRadarChart extends XAxisRenderer { method XAxisRendererRadarChart (line 17) | public XAxisRendererRadarChart(ViewPortHandler viewPortHandler, XAxis ... method renderAxisLabels (line 23) | @Override method renderLimitLines (line 67) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/YAxisRenderer.java class YAxisRenderer (line 21) | public class YAxisRenderer extends AxisRenderer { method YAxisRenderer (line 27) | public YAxisRenderer(ViewPortHandler viewPortHandler, YAxis yAxis, Tra... method renderAxisLabels (line 47) | @Override method renderAxisLine (line 91) | @Override method drawYLabels (line 115) | protected void drawYLabels(Canvas c, float fixedPosition, float[] posi... method renderGridLines (line 133) | @Override method getGridClippingRect (line 171) | public RectF getGridClippingRect() { method linePath (line 185) | protected Path linePath(Path p, int i, float[] positions) { method getTransformedPositions (line 201) | protected float[] getTransformedPositions() { method drawZeroLine (line 223) | protected void drawZeroLine(Canvas c) { method renderLimitLines (line 257) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/YAxisRendererHorizontalBarChart.java class YAxisRendererHorizontalBarChart (line 21) | public class YAxisRendererHorizontalBarChart extends YAxisRenderer { method YAxisRendererHorizontalBarChart (line 23) | public YAxisRendererHorizontalBarChart(ViewPortHandler viewPortHandler... method computeAxis (line 36) | @Override method renderAxisLabels (line 66) | @Override method renderAxisLine (line 107) | @Override method drawYLabels (line 133) | @Override method getTransformedPositions (line 153) | @Override method getGridClippingRect (line 170) | @Override method linePath (line 177) | @Override method drawZeroLine (line 188) | @Override method renderLimitLines (line 222) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/YAxisRendererRadarChart.java class YAxisRendererRadarChart (line 16) | public class YAxisRendererRadarChart extends YAxisRenderer { method YAxisRendererRadarChart (line 20) | public YAxisRendererRadarChart(ViewPortHandler viewPortHandler, YAxis ... method computeAxisValues (line 26) | @Override method renderAxisLabels (line 145) | @Override method renderLimitLines (line 179) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/ChevronDownShapeRenderer.java class ChevronDownShapeRenderer (line 14) | public class ChevronDownShapeRenderer implements IShapeRenderer method renderShape (line 18) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/ChevronUpShapeRenderer.java class ChevronUpShapeRenderer (line 14) | public class ChevronUpShapeRenderer implements IShapeRenderer method renderShape (line 18) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/CircleShapeRenderer.java class CircleShapeRenderer (line 15) | public class CircleShapeRenderer implements IShapeRenderer method renderShape (line 18) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/CrossShapeRenderer.java class CrossShapeRenderer (line 14) | public class CrossShapeRenderer implements IShapeRenderer method renderShape (line 18) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/IShapeRenderer.java type IShapeRenderer (line 13) | public interface IShapeRenderer method renderShape (line 26) | void renderShape(Canvas c, IScatterDataSet dataSet, ViewPortHandler vi... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/SquareShapeRenderer.java class SquareShapeRenderer (line 15) | public class SquareShapeRenderer implements IShapeRenderer method renderShape (line 19) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/TriangleShapeRenderer.java class TriangleShapeRenderer (line 16) | public class TriangleShapeRenderer implements IShapeRenderer method renderShape (line 21) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/scatter/XShapeRenderer.java class XShapeRenderer (line 14) | public class XShapeRenderer implements IShapeRenderer method renderShape (line 18) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/ColorTemplate.java class ColorTemplate (line 17) | public class ColorTemplate { method rgb (line 64) | public static int rgb(String hex) { method getHoloBlue (line 77) | public static int getHoloBlue() { method colorWithAlpha (line 88) | public static int colorWithAlpha(int color, int alpha) { method createColors (line 100) | public static List createColors(Resources r, int[] colors) { method createColors (line 118) | public static List createColors(int[] colors) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/EntryXComparator.java class EntryXComparator (line 11) | public class EntryXComparator implements Comparator { method compare (line 12) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/FSize.java class FSize (line 10) | public final class FSize extends ObjectPool.Poolable{ method instantiate (line 25) | protected ObjectPool.Poolable instantiate(){ method getInstance (line 29) | public static FSize getInstance(final float width, final float height){ method recycleInstance (line 36) | public static void recycleInstance(FSize instance){ method recycleInstances (line 40) | public static void recycleInstances(List instances){ method FSize (line 44) | public FSize() { method FSize (line 47) | public FSize(final float width, final float height) { method equals (line 52) | @Override method toString (line 67) | @Override method hashCode (line 75) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/FileUtils.java class FileUtils (line 27) | public class FileUtils { method loadEntriesFromFile (line 37) | public static List loadEntriesFromFile(String path) { method loadEntriesFromAssets (line 109) | public static List loadEntriesFromAssets(AssetManager am, Strin... method saveToSdCard (line 197) | public static void saveToSdCard(List entries, String path) { method loadBarEntriesFromAssets (line 230) | public static List loadBarEntriesFromAssets(AssetManager am,... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/HorizontalViewPortHandler.java class HorizontalViewPortHandler (line 7) | public class HorizontalViewPortHandler extends ViewPortHandler { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/MPPointD.java class MPPointD (line 11) | public class MPPointD extends ObjectPool.Poolable { method getInstance (line 20) | public static MPPointD getInstance(double x, double y){ method recycleInstance (line 27) | public static void recycleInstance(MPPointD instance){ method recycleInstances (line 31) | public static void recycleInstances(List instances){ method instantiate (line 38) | protected ObjectPool.Poolable instantiate(){ method MPPointD (line 42) | private MPPointD(double x, double y) { method toString (line 50) | public String toString() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/MPPointF.java class MPPointF (line 11) | public class MPPointF extends ObjectPool.Poolable { method MPPointF (line 23) | public MPPointF() { method MPPointF (line 26) | public MPPointF(float x, float y) { method getInstance (line 31) | public static MPPointF getInstance(float x, float y) { method getInstance (line 38) | public static MPPointF getInstance() { method getInstance (line 42) | public static MPPointF getInstance(MPPointF copy) { method recycleInstance (line 49) | public static void recycleInstance(MPPointF instance){ method recycleInstances (line 53) | public static void recycleInstances(List instances){ method createFromParcel (line 61) | public MPPointF createFromParcel(Parcel in) { method newArray (line 70) | public MPPointF[] newArray(int size) { method my_readFromParcel (line 82) | public void my_readFromParcel(Parcel in) { method getX (line 87) | public float getX(){ method getY (line 91) | public float getY(){ method instantiate (line 95) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/ObjectPool.java class ObjectPool (line 18) | public class ObjectPool { method getPoolId (line 35) | public int getPoolId(){ method create (line 46) | public static synchronized ObjectPool create(int withCapacity, Poolabl... method ObjectPool (line 54) | private ObjectPool(int withCapacity, T object){ method setReplenishPercentage (line 72) | public void setReplenishPercentage(float percentage){ method getReplenishPercentage (line 83) | public float getReplenishPercentage(){ method refillPool (line 87) | private void refillPool(){ method refillPool (line 91) | private void refillPool(float percentage){ method get (line 113) | public synchronized T get(){ method recycle (line 132) | public synchronized void recycle(T object){ method recycle (line 157) | public synchronized void recycle(List objects){ method resizePool (line 179) | private void resizePool() { method getPoolCapacity (line 196) | public int getPoolCapacity(){ method getPoolCount (line 205) | public int getPoolCount(){ class Poolable (line 210) | public static abstract class Poolable{ method instantiate (line 215) | protected abstract Poolable instantiate(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/Transformer.java class Transformer (line 23) | public class Transformer { method Transformer (line 37) | public Transformer(ViewPortHandler viewPortHandler) { method prepareMatrixValuePx (line 50) | public void prepareMatrixValuePx(float xChartMin, float deltaX, float ... method prepareMatrixOffset (line 73) | public void prepareMatrixOffset(boolean inverted) { method generateTransformedValuesScatter (line 98) | public float[] generateTransformedValuesScatter(IScatterDataSet data, ... method generateTransformedValuesBubble (line 135) | public float[] generateTransformedValuesBubble(IBubbleDataSet data, fl... method generateTransformedValuesLine (line 171) | public float[] generateTransformedValuesLine(ILineDataSet data, method generateTransformedValuesCandle (line 209) | public float[] generateTransformedValuesCandle(ICandleDataSet data, method pathValueToPixel (line 243) | public void pathValueToPixel(Path path) { method pathValuesToPixel (line 255) | public void pathValuesToPixel(List paths) { method pointValuesToPixel (line 268) | public void pointValuesToPixel(float[] pts) { method rectValueToPixel (line 280) | public void rectValueToPixel(RectF r) { method rectToPixelPhase (line 293) | public void rectToPixelPhase(RectF r, float phaseY) { method rectToPixelPhaseHorizontal (line 304) | public void rectToPixelPhaseHorizontal(RectF r, float phaseY) { method rectValueToPixelHorizontal (line 320) | public void rectValueToPixelHorizontal(RectF r) { method rectValueToPixelHorizontal (line 333) | public void rectValueToPixelHorizontal(RectF r, float phaseY) { method rectValuesToPixel (line 349) | public void rectValuesToPixel(List rects) { method pixelsToValue (line 365) | public void pixelsToValue(float[] pixels) { method getValuesByTouchPoint (line 397) | public MPPointD getValuesByTouchPoint(float x, float y) { method getValuesByTouchPoint (line 404) | public void getValuesByTouchPoint(float x, float y, MPPointD outputPoi... method getPixelForValues (line 423) | public MPPointD getPixelForValues(float x, float y) { method getValueMatrix (line 436) | public Matrix getValueMatrix() { method getOffsetMatrix (line 440) | public Matrix getOffsetMatrix() { method getValueToPixelMatrix (line 446) | public Matrix getValueToPixelMatrix() { method getPixelToValueMatrix (line 455) | public Matrix getPixelToValueMatrix() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/TransformerHorizontalBarChart.java class TransformerHorizontalBarChart (line 9) | public class TransformerHorizontalBarChart extends Transformer { method TransformerHorizontalBarChart (line 11) | public TransformerHorizontalBarChart(ViewPortHandler viewPortHandler) { method prepareMatrixOffset (line 20) | public void prepareMatrixOffset(boolean inverted) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/Utils.java class Utils (line 37) | public abstract class Utils { method init (line 56) | @SuppressWarnings("deprecation") method init (line 84) | @Deprecated method convertDpToPixel (line 104) | public static float convertDpToPixel(float dp) { method convertPixelsToDp (line 125) | public static float convertPixelsToDp(float px) { method calcTextWidth (line 147) | public static int calcTextWidth(Paint paint, String demoText) { method calcTextHeight (line 160) | public static int calcTextHeight(Paint paint, String demoText) { method calcTextWandH (line 174) | public static int[] calcTextWandH(Paint paint,String demoText){ method getLineHeight (line 182) | public static float getLineHeight(Paint paint) { method getLineHeight (line 186) | public static float getLineHeight(Paint paint, Paint.FontMetrics fontM... method getLineSpacing (line 191) | public static float getLineSpacing(Paint paint) { method getLineSpacing (line 195) | public static float getLineSpacing(Paint paint, Paint.FontMetrics font... method calcTextSize (line 209) | public static FSize calcTextSize(Paint paint, String demoText) { method calcTextSize (line 225) | public static void calcTextSize(Paint paint, String demoText, FSize ou... method generateDefaultValueFormatter (line 246) | private static IValueFormatter generateDefaultValueFormatter() { method getDefaultValueFormatter (line 252) | public static IValueFormatter getDefaultValueFormatter() method formatNumber (line 267) | public static String formatNumber(float number, int digitCount, boolea... method formatNumber (line 281) | public static String formatNumber(float number, int digitCount, boolea... method roundToNextSignificant (line 367) | public static float roundToNextSignificant(double number) { method getDecimals (line 387) | public static int getDecimals(float number) { method convertIntegers (line 403) | public static int[] convertIntegers(List integers) { method copyIntegers (line 412) | public static void copyIntegers(List from, int[] to){ method convertStrings (line 425) | public static String[] convertStrings(List strings) { method copyStrings (line 436) | public static void copyStrings(List from, String[] to){ method nextUp (line 450) | public static double nextUp(double d) { method getPosition (line 470) | public static MPPointF getPosition(MPPointF center, float dist, float ... method getPosition (line 477) | public static void getPosition(MPPointF center, float dist, float angl... method velocityTrackerPointerUpCleanUpIfNecessary (line 482) | public static void velocityTrackerPointerUpCleanUpIfNecessary(MotionEv... method postInvalidateOnAnimation (line 514) | @SuppressLint("NewApi") method getMinimumFlingVelocity (line 522) | public static int getMinimumFlingVelocity() { method getMaximumFlingVelocity (line 526) | public static int getMaximumFlingVelocity() { method getNormalizedAngle (line 533) | public static float getNormalizedAngle(float angle) { method drawImage (line 542) | public static void drawImage(Canvas canvas, method drawXAxisValue (line 568) | public static void drawXAxisValue(Canvas c, String text, float x, floa... method drawMultilineText (line 634) | public static void drawMultilineText(Canvas c, StaticLayout textLayout, method drawMultilineText (line 711) | public static void drawMultilineText(Canvas c, String text, method getSizeOfRotatedRectangleByDegrees (line 735) | public static FSize getSizeOfRotatedRectangleByDegrees(FSize rectangle... method getSizeOfRotatedRectangleByRadians (line 749) | public static FSize getSizeOfRotatedRectangleByRadians(FSize rectangle... method getSizeOfRotatedRectangleByDegrees (line 763) | public static FSize getSizeOfRotatedRectangleByDegrees(float rectangle... method getSizeOfRotatedRectangleByRadians (line 778) | public static FSize getSizeOfRotatedRectangleByRadians(float rectangle... method getSDKInt (line 788) | public static int getSDKInt() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/utils/ViewPortHandler.java class ViewPortHandler (line 14) | public class ViewPortHandler { method ViewPortHandler (line 82) | public ViewPortHandler() { method setChartDimens (line 93) | public void setChartDimens(float width, float height) { method hasChartDimens (line 106) | public boolean hasChartDimens() { method restrainViewPort (line 113) | public void restrainViewPort(float offsetLeft, float offsetTop, float ... method offsetLeft (line 119) | public float offsetLeft() { method offsetRight (line 123) | public float offsetRight() { method offsetTop (line 127) | public float offsetTop() { method offsetBottom (line 131) | public float offsetBottom() { method contentTop (line 135) | public float contentTop() { method contentLeft (line 139) | public float contentLeft() { method contentRight (line 143) | public float contentRight() { method contentBottom (line 147) | public float contentBottom() { method contentWidth (line 151) | public float contentWidth() { method contentHeight (line 155) | public float contentHeight() { method getContentRect (line 159) | public RectF getContentRect() { method getContentCenter (line 163) | public MPPointF getContentCenter() { method getChartHeight (line 167) | public float getChartHeight() { method getChartWidth (line 171) | public float getChartWidth() { method getSmallestContentExtension (line 180) | public float getSmallestContentExtension() { method zoomIn (line 196) | public Matrix zoomIn(float x, float y) { method zoomIn (line 203) | public void zoomIn(float x, float y, Matrix outputMatrix) { method zoomOut (line 213) | public Matrix zoomOut(float x, float y) { method zoomOut (line 220) | public void zoomOut(float x, float y, Matrix outputMatrix) { method resetZoom (line 230) | public void resetZoom(Matrix outputMatrix) { method zoom (line 243) | public Matrix zoom(float scaleX, float scaleY) { method zoom (line 250) | public void zoom(float scaleX, float scaleY, Matrix outputMatrix) { method zoom (line 265) | public Matrix zoom(float scaleX, float scaleY, float x, float y) { method zoom (line 272) | public void zoom(float scaleX, float scaleY, float x, float y, Matrix ... method setZoom (line 285) | public Matrix setZoom(float scaleX, float scaleY) { method setZoom (line 292) | public void setZoom(float scaleX, float scaleY, Matrix outputMatrix) { method setZoom (line 307) | public Matrix setZoom(float scaleX, float scaleY, float x, float y) { method fitScreen (line 323) | public Matrix fitScreen() { method fitScreen (line 334) | public void fitScreen(Matrix outputMatrix) { method translate (line 362) | public Matrix translate(final float[] transformedPts) { method translate (line 375) | public void translate(final float[] transformedPts, Matrix outputMatri... method centerViewPort (line 395) | public void centerViewPort(final float[] transformedPts, final View vi... method refresh (line 420) | public Matrix refresh(Matrix newMatrix, View chart, boolean invalidate) { method limitTransAndScale (line 439) | public void limitTransAndScale(Matrix matrix, RectF content) { method setMinimumScaleX (line 483) | public void setMinimumScaleX(float xScale) { method setMaximumScaleX (line 498) | public void setMaximumScaleX(float xScale) { method setMinMaxScaleX (line 514) | public void setMinMaxScaleX(float minScaleX, float maxScaleX) { method setMinimumScaleY (line 534) | public void setMinimumScaleY(float yScale) { method setMaximumScaleY (line 549) | public void setMaximumScaleY(float yScale) { method setMinMaxScaleY (line 559) | public void setMinMaxScaleY(float minScaleY, float maxScaleY) { method getMatrixTouch (line 578) | public Matrix getMatrixTouch() { method isInBoundsX (line 589) | public boolean isInBoundsX(float x) { method isInBoundsY (line 593) | public boolean isInBoundsY(float y) { method isInBounds (line 597) | public boolean isInBounds(float x, float y) { method isInBoundsLeft (line 601) | public boolean isInBoundsLeft(float x) { method isInBoundsRight (line 605) | public boolean isInBoundsRight(float x) { method isInBoundsTop (line 610) | public boolean isInBoundsTop(float y) { method isInBoundsBottom (line 614) | public boolean isInBoundsBottom(float y) { method getScaleX (line 622) | public float getScaleX() { method getScaleY (line 629) | public float getScaleY() { method getMinScaleX (line 633) | public float getMinScaleX() { method getMaxScaleX (line 637) | public float getMaxScaleX() { method getMinScaleY (line 641) | public float getMinScaleY() { method getMaxScaleY (line 645) | public float getMaxScaleY() { method getTransX (line 654) | public float getTransX() { method getTransY (line 663) | public float getTransY() { method isFullyZoomedOut (line 672) | public boolean isFullyZoomedOut() { method isFullyZoomedOutY (line 682) | public boolean isFullyZoomedOutY() { method isFullyZoomedOutX (line 692) | public boolean isFullyZoomedOutX() { method setDragOffsetX (line 702) | public void setDragOffsetX(float offset) { method setDragOffsetY (line 712) | public void setDragOffsetY(float offset) { method hasNoDragOffset (line 721) | public boolean hasNoDragOffset() { method canZoomOutMoreX (line 730) | public boolean canZoomOutMoreX() { method canZoomInMoreX (line 739) | public boolean canZoomInMoreX() { method canZoomOutMoreY (line 748) | public boolean canZoomOutMoreY() { method canZoomInMoreY (line 757) | public boolean canZoomInMoreY() { FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/ApproximatorTest.java class ApproximatorTest (line 16) | public class ApproximatorTest { method testApproximation (line 18) | @Test FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/AxisRendererTest.java class AxisRendererTest (line 14) | public class AxisRendererTest { method testComputeAxisValues (line 17) | @Test FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/BarDataTest.java class BarDataTest (line 17) | public class BarDataTest { method testGroupBars (line 19) | @Test FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/ChartDataTest.java class ChartDataTest (line 22) | public class ChartDataTest { method testDynamicChartData (line 24) | @Test FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/DataSetTest.java class DataSetTest (line 19) | public class DataSetTest { method testCalcMinMax (line 21) | @Test method testAddRemoveEntry (line 58) | @Test method testGetEntryForXValue (line 143) | @Test method testGetEntryForXValueWithDuplicates (line 182) | @Test FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/LargeValueFormatterTest.java class LargeValueFormatterTest (line 12) | public class LargeValueFormatterTest { method test (line 14) | @Test FILE: MPChartLib/src/test/java/com/github/mikephil/charting/test/ObjectPoolTest.java class ObjectPoolTest (line 15) | public class ObjectPoolTest { class TestPoolable (line 17) | static class TestPoolable extends ObjectPool.Poolable{ method instantiate (line 28) | protected ObjectPool.Poolable instantiate(){ method TestPoolable (line 32) | private TestPoolable(int foo, int bar){ method getInstance (line 37) | public static TestPoolable getInstance(int foo, int bar){ method recycleInstance (line 44) | public static void recycleInstance(TestPoolable instance){ method recycleInstances (line 48) | public static void recycleInstances(List instances){ method getPool (line 52) | public static ObjectPool getPool(){ method testObjectPool (line 58) | @Test