SYMBOL INDEX (2611 symbols across 223 files) FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/AnotherBarActivity.java class AnotherBarActivity (line 30) | public class AnotherBarActivity extends DemoBase implements OnSeekBarCha... method onCreate (line 36) | @Override method onProgressChanged (line 84) | @Override method onCreateOptionsMenu (line 122) | @Override method onOptionsItemSelected (line 129) | @Override method saveToGallery (line 204) | @Override method onStartTrackingTouch (line 209) | @Override method onStopTrackingTouch (line 212) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/BarChartActivity.java class BarChartActivity (line 46) | public class BarChartActivity extends DemoBase implements OnSeekBarChang... method onCreate (line 53) | @Override method setData (line 138) | private void setData(int count, float range) { method onCreateOptionsMenu (line 200) | @Override method onOptionsItemSelected (line 206) | @Override method onProgressChanged (line 282) | @Override method saveToGallery (line 292) | @Override method onStartTrackingTouch (line 297) | @Override method onStopTrackingTouch (line 300) | @Override method onValueSelected (line 305) | @Override method onNothingSelected (line 325) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/BarChartActivityMultiDataset.java class BarChartActivityMultiDataset (line 39) | public class BarChartActivityMultiDataset extends DemoBase implements On... method onCreate (line 46) | @Override method onProgressChanged (line 120) | @Override method onCreateOptionsMenu (line 194) | @Override method onOptionsItemSelected (line 200) | @Override method saveToGallery (line 269) | @Override method onStartTrackingTouch (line 274) | @Override method onStopTrackingTouch (line 277) | @Override method onValueSelected (line 280) | @Override method onNothingSelected (line 285) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/BarChartActivitySinus.java class BarChartActivitySinus (line 33) | public class BarChartActivitySinus extends DemoBase implements OnSeekBar... method onCreate (line 41) | @Override method setData (line 113) | private void setData(int count) { method onCreateOptionsMenu (line 143) | @Override method onOptionsItemSelected (line 149) | @Override method onProgressChanged (line 219) | @Override method saveToGallery (line 228) | @Override method onStartTrackingTouch (line 233) | @Override method onStopTrackingTouch (line 236) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/BarChartPositiveNegative.java class BarChartPositiveNegative (line 30) | public class BarChartPositiveNegative extends DemoBase { method onCreate (line 34) | @Override method setData (line 101) | private void setData(List dataList) { class Data (line 149) | private class Data { method Data (line 155) | Data(float xValue, float yValue, String xAxisValue) { class ValueFormatter (line 162) | private class ValueFormatter implements IValueFormatter method ValueFormatter (line 167) | ValueFormatter() { method getFormattedValue (line 171) | @Override method onCreateOptionsMenu (line 177) | @Override method onOptionsItemSelected (line 183) | @Override method saveToGallery (line 198) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/BubbleChartActivity.java class BubbleChartActivity (line 37) | public class BubbleChartActivity extends DemoBase implements OnSeekBarCh... method onCreate (line 44) | @Override method onProgressChanged (line 101) | @Override method onCreateOptionsMenu (line 153) | @Override method onOptionsItemSelected (line 159) | @Override method saveToGallery (line 228) | @Override method onValueSelected (line 233) | @Override method onNothingSelected (line 240) | @Override method onStartTrackingTouch (line 243) | @Override method onStopTrackingTouch (line 246) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/CandleStickChartActivity.java class CandleStickChartActivity (line 33) | public class CandleStickChartActivity extends DemoBase implements OnSeek... method onCreate (line 39) | @Override method onProgressChanged (line 92) | @Override method onCreateOptionsMenu (line 145) | @Override method onOptionsItemSelected (line 151) | @Override method saveToGallery (line 228) | @Override method onStartTrackingTouch (line 233) | @Override method onStopTrackingTouch (line 236) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/CombinedChartActivity.java class CombinedChartActivity (line 41) | public class CombinedChartActivity extends DemoBase { method onCreate (line 46) | @Override method generateLineData (line 108) | private LineData generateLineData() { method generateBarData (line 134) | private BarData generateBarData() { method generateScatterData (line 173) | private ScatterData generateScatterData() { method generateCandleData (line 192) | private CandleData generateCandleData() { method generateBubbleData (line 212) | private BubbleData generateBubbleData() { method onCreateOptionsMenu (line 235) | @Override method onOptionsItemSelected (line 241) | @Override method saveToGallery (line 280) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/CubicLineChartActivity.java class CubicLineChartActivity (line 33) | public class CubicLineChartActivity extends DemoBase implements OnSeekBa... method onCreate (line 39) | @Override method setData (line 105) | private void setData(int count, float range) { method onCreateOptionsMenu (line 156) | @Override method onOptionsItemSelected (line 162) | @Override method onProgressChanged (line 298) | @Override method saveToGallery (line 310) | @Override method onStartTrackingTouch (line 315) | @Override method onStopTrackingTouch (line 318) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/DrawChartActivity.java class DrawChartActivity (line 36) | public class DrawChartActivity extends DemoBase implements OnChartValueS... method onCreate (line 41) | @Override method initWithDummyData (line 78) | private void initWithDummyData() { method onCreateOptionsMenu (line 93) | @Override method onOptionsItemSelected (line 99) | @Override method saveToGallery (line 149) | @Override method onValueSelected (line 154) | @Override method onNothingSelected (line 161) | @Override method onEntryAdded (line 166) | @Override method onDrawFinished (line 172) | @Override method onEntryMoved (line 180) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/DynamicalAddingActivity.java class DynamicalAddingActivity (line 29) | public class DynamicalAddingActivity extends DemoBase implements OnChart... method onCreate (line 33) | @Override method addEntry (line 56) | private void addEntry() { method removeLastEntry (line 92) | private void removeLastEntry() { method addDataSet (line 114) | private void addDataSet() { method removeDataSet (line 149) | private void removeDataSet() { method createSet (line 162) | private LineDataSet createSet() { method onValueSelected (line 176) | @Override method onNothingSelected (line 181) | @Override method onCreateOptionsMenu (line 184) | @Override method onOptionsItemSelected (line 190) | @Override method saveToGallery (line 238) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/FilledLineActivity.java class FilledLineActivity (line 34) | @SuppressWarnings("SameParameterValue") method onCreate (line 40) | @Override method setData (line 83) | private void setData(int count, float range) { method onCreateOptionsMenu (line 166) | @Override method onOptionsItemSelected (line 172) | @Override method saveToGallery (line 187) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/HalfPieChartActivity.java class HalfPieChartActivity (line 31) | @SuppressWarnings("SameParameterValue") method onCreate (line 36) | @Override method setData (line 93) | private void setData(int count, float range) { method generateCenterSpannableText (line 118) | private SpannableString generateCenterSpannableText() { method moveOffScreen (line 130) | private void moveOffScreen() { method onCreateOptionsMenu (line 145) | @Override method onOptionsItemSelected (line 151) | @Override method saveToGallery (line 166) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/HorizontalBarChartActivity.java class HorizontalBarChartActivity (line 37) | public class HorizontalBarChartActivity extends DemoBase implements OnSe... method onCreate (line 44) | @Override method setData (line 121) | private void setData(int count, float range) { method onCreateOptionsMenu (line 157) | @Override method onOptionsItemSelected (line 163) | @Override method onProgressChanged (line 247) | @Override method saveToGallery (line 258) | @Override method onStartTrackingTouch (line 263) | @Override method onStopTrackingTouch (line 266) | @Override method onValueSelected (line 271) | @Override method onNothingSelected (line 289) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/HorizontalBarNegativeChartActivity.java class HorizontalBarNegativeChartActivity (line 40) | public class HorizontalBarNegativeChartActivity extends DemoBase impleme... method onCreate (line 47) | @Override method setData (line 122) | private void setData(int count, float range) { method onCreateOptionsMenu (line 158) | @Override method onOptionsItemSelected (line 164) | @Override method onProgressChanged (line 248) | @Override method saveToGallery (line 259) | @Override method onStartTrackingTouch (line 264) | @Override method onStopTrackingTouch (line 267) | @Override method onValueSelected (line 272) | @Override method onNothingSelected (line 290) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/InvertedLineChartActivity.java class InvertedLineChartActivity (line 37) | public class InvertedLineChartActivity extends DemoBase implements OnSee... method onCreate (line 44) | @Override method setData (line 119) | private void setData(int count, float range) { method onCreateOptionsMenu (line 145) | @Override method onOptionsItemSelected (line 151) | @Override method onProgressChanged (line 251) | @Override method saveToGallery (line 263) | @Override method onValueSelected (line 268) | @Override method onNothingSelected (line 275) | @Override method onStartTrackingTouch (line 278) | @Override method onStopTrackingTouch (line 281) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/LineChartActivity1.java class LineChartActivity1 (line 50) | public class LineChartActivity1 extends DemoBase implements OnSeekBarCha... method onCreate (line 57) | @Override method setData (line 181) | private void setData(int count, float range) { method onCreateOptionsMenu (line 260) | @Override method onOptionsItemSelected (line 266) | @Override method onProgressChanged (line 420) | @Override method saveToGallery (line 432) | @Override method onStartTrackingTouch (line 437) | @Override method onStopTrackingTouch (line 440) | @Override method onValueSelected (line 443) | @Override method onNothingSelected (line 450) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/LineChartActivity2.java class LineChartActivity2 (line 43) | public class LineChartActivity2 extends DemoBase implements OnSeekBarCha... method onCreate (line 50) | @Override method setData (line 136) | private void setData(int count, float range) { method onCreateOptionsMenu (line 223) | @Override method onOptionsItemSelected (line 229) | @Override method onProgressChanged (line 370) | @Override method saveToGallery (line 382) | @Override method onValueSelected (line 387) | @Override method onNothingSelected (line 399) | @Override method onStartTrackingTouch (line 404) | @Override method onStopTrackingTouch (line 407) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/LineChartActivityColored.java class LineChartActivityColored (line 22) | @SuppressWarnings("SameParameterValue") method onCreate (line 27) | @Override method setupChart (line 60) | private void setupChart(LineChart chart, LineData data, int color) { method getData (line 106) | private LineData getData(int count, float range) { method onCreateOptionsMenu (line 132) | @Override method onOptionsItemSelected (line 138) | @Override method saveToGallery (line 153) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/LineChartTime.java class LineChartTime (line 39) | public class LineChartTime extends DemoBase implements OnSeekBarChangeLi... method onCreate (line 45) | @Override method setData (line 122) | private void setData(int count, float range) { method onCreateOptionsMenu (line 161) | @Override method onOptionsItemSelected (line 167) | @Override method onProgressChanged (line 297) | @Override method saveToGallery (line 308) | @Override method onStartTrackingTouch (line 313) | @Override method onStopTrackingTouch (line 316) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ListViewBarChartActivity.java class ListViewBarChartActivity (line 40) | public class ListViewBarChartActivity extends DemoBase { method onCreate (line 42) | @Override class ChartDataAdapter (line 64) | private class ChartDataAdapter extends ArrayAdapter { method ChartDataAdapter (line 66) | ChartDataAdapter(Context context, List objects) { method getView (line 70) | @SuppressLint("InflateParams") class ViewHolder (line 127) | private class ViewHolder { method generateData (line 138) | private BarData generateData(int cnt) { method onCreateOptionsMenu (line 158) | @Override method onOptionsItemSelected (line 164) | @Override method saveToGallery (line 179) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ListViewMultiChartActivity.java class ListViewMultiChartActivity (line 44) | public class ListViewMultiChartActivity extends DemoBase { method onCreate (line 46) | @Override class ChartDataAdapter (line 76) | private class ChartDataAdapter extends ArrayAdapter { method ChartDataAdapter (line 78) | ChartDataAdapter(Context context, List objects) { method getView (line 82) | @NonNull method getItemViewType (line 89) | @Override method getViewTypeCount (line 96) | @Override method generateDataLine (line 107) | private LineData generateDataLine(int cnt) { method generateDataBar (line 147) | private BarData generateDataBar(int cnt) { method generateDataPie (line 169) | private PieData generateDataPie() { method onCreateOptionsMenu (line 186) | @Override method onOptionsItemSelected (line 192) | @Override method saveToGallery (line 207) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/MultiLineChartActivity.java class MultiLineChartActivity (line 35) | public class MultiLineChartActivity extends DemoBase implements OnSeekBa... method onCreate (line 42) | @Override method onProgressChanged (line 99) | @Override method onCreateOptionsMenu (line 140) | @Override method onOptionsItemSelected (line 147) | @Override method saveToGallery (line 290) | @Override method onChartGestureStart (line 295) | @Override method onChartGestureEnd (line 300) | @Override method onChartLongPressed (line 309) | @Override method onChartDoubleTapped (line 314) | @Override method onChartSingleTapped (line 319) | @Override method onChartFling (line 324) | @Override method onChartScale (line 329) | @Override method onChartTranslate (line 334) | @Override method onValueSelected (line 339) | @Override method onNothingSelected (line 346) | @Override method onStartTrackingTouch (line 349) | @Override method onStopTrackingTouch (line 352) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/PerformanceLineChart.java class PerformanceLineChart (line 24) | @SuppressWarnings("SameParameterValue") method onCreate (line 31) | @Override method setData (line 71) | private void setData(int count, float range) { method onCreateOptionsMenu (line 101) | @Override method onOptionsItemSelected (line 107) | @Override method onProgressChanged (line 122) | @Override method saveToGallery (line 136) | @Override method onStartTrackingTouch (line 139) | @Override method onStopTrackingTouch (line 142) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/PieChartActivity.java class PieChartActivity (line 41) | public class PieChartActivity extends DemoBase implements OnSeekBarChang... method onCreate (line 48) | @Override method setData (line 119) | private void setData(int count, float range) { method onCreateOptionsMenu (line 175) | @Override method onOptionsItemSelected (line 181) | @Override method onProgressChanged (line 280) | @Override method saveToGallery (line 289) | @Override method generateCenterSpannableText (line 294) | private SpannableString generateCenterSpannableText() { method onValueSelected (line 306) | @Override method onNothingSelected (line 316) | @Override method onStartTrackingTouch (line 321) | @Override method onStopTrackingTouch (line 324) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/PiePolylineChartActivity.java class PiePolylineChartActivity (line 40) | public class PiePolylineChartActivity extends DemoBase implements OnSeek... method onCreate (line 49) | @Override method setData (line 117) | private void setData(int count, float range) { method onCreateOptionsMenu (line 176) | @Override method onOptionsItemSelected (line 182) | @Override method onProgressChanged (line 274) | @Override method saveToGallery (line 283) | @Override method generateCenterSpannableText (line 288) | private SpannableString generateCenterSpannableText() { method onValueSelected (line 300) | @Override method onNothingSelected (line 310) | @Override method onStartTrackingTouch (line 315) | @Override method onStopTrackingTouch (line 318) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/RadarChartActivity.java class RadarChartActivity (line 33) | public class RadarChartActivity extends DemoBase { method onCreate (line 37) | @Override method setData (line 102) | private void setData() { method onCreateOptionsMenu (line 153) | @Override method onOptionsItemSelected (line 159) | @Override method saveToGallery (line 256) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/RealtimeLineChartActivity.java class RealtimeLineChartActivity (line 32) | public class RealtimeLineChartActivity extends DemoBase implements method onCreate (line 37) | @Override method addEntry (line 99) | private void addEntry() { method createSet (line 132) | private LineDataSet createSet() { method feedMultiple (line 151) | private void feedMultiple() { method onCreateOptionsMenu (line 185) | @Override method onOptionsItemSelected (line 191) | @Override method saveToGallery (line 226) | @Override method onValueSelected (line 231) | @Override method onNothingSelected (line 236) | @Override method onPause (line 241) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ScatterChartActivity.java class ScatterChartActivity (line 35) | public class ScatterChartActivity extends DemoBase implements OnSeekBarC... method onCreate (line 42) | @Override method onProgressChanged (line 97) | @Override method onCreateOptionsMenu (line 152) | @Override method onOptionsItemSelected (line 158) | @Override method saveToGallery (line 227) | @Override method onValueSelected (line 232) | @Override method onNothingSelected (line 239) | @Override method onStartTrackingTouch (line 242) | @Override method onStopTrackingTouch (line 245) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ScrollViewActivity.java class ScrollViewActivity (line 22) | @SuppressWarnings("SameParameterValue") method onCreate (line 27) | @Override method setData (line 58) | private void setData(int count) { method onCreateOptionsMenu (line 78) | @Override method onOptionsItemSelected (line 84) | @Override method saveToGallery (line 99) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/StackedBarActivity.java class StackedBarActivity (line 38) | public class StackedBarActivity extends DemoBase implements OnSeekBarCha... method onCreate (line 44) | @Override method onProgressChanged (line 107) | @Override method onCreateOptionsMenu (line 155) | @Override method onOptionsItemSelected (line 161) | @Override method saveToGallery (line 250) | @Override method onStartTrackingTouch (line 255) | @Override method onStopTrackingTouch (line 258) | @Override method onValueSelected (line 261) | @Override method onNothingSelected (line 272) | @Override method getColors (line 275) | private int[] getColors() { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/StackedBarActivityNegative.java class StackedBarActivityNegative (line 38) | public class StackedBarActivityNegative extends DemoBase implements method onCreate (line 43) | @Override method onCreateOptionsMenu (line 133) | @Override method onOptionsItemSelected (line 139) | @Override method saveToGallery (line 228) | @Override method onValueSelected (line 233) | @Override method onNothingSelected (line 240) | @Override class CustomFormatter (line 245) | private class CustomFormatter implements IValueFormatter, IAxisValueFo... method CustomFormatter (line 249) | CustomFormatter() { method getFormattedValue (line 254) | @Override method getFormattedValue (line 260) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/CustomScatterShapeRenderer.java class CustomScatterShapeRenderer (line 14) | public class CustomScatterShapeRenderer implements IShapeRenderer method renderShape (line 17) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/DayAxisValueFormatter.java class DayAxisValueFormatter (line 10) | public class DayAxisValueFormatter implements IAxisValueFormatter method DayAxisValueFormatter (line 19) | public DayAxisValueFormatter(BarLineChartBase chart) { method getFormattedValue (line 23) | @Override method getDaysForMonth (line 71) | private int getDaysForMonth(int month, int year) { method determineMonth (line 92) | private int determineMonth(int dayOfYear) { method determineDayOfMonth (line 110) | private int determineDayOfMonth(int days, int month) { method determineYear (line 125) | private int determineYear(int days) { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/MyAxisValueFormatter.java class MyAxisValueFormatter (line 8) | public class MyAxisValueFormatter implements IAxisValueFormatter method MyAxisValueFormatter (line 13) | public MyAxisValueFormatter() { method getFormattedValue (line 17) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/MyCustomXAxisValueFormatter.java class MyCustomXAxisValueFormatter (line 14) | @Deprecated method MyCustomXAxisValueFormatter (line 21) | public MyCustomXAxisValueFormatter(ViewPortHandler viewPortHandler) { method getFormattedValue (line 27) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/MyFillFormatter.java class MyFillFormatter (line 10) | @SuppressWarnings("unused") method MyFillFormatter (line 16) | public MyFillFormatter(float fillPos) { method getFillLinePosition (line 20) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/MyMarkerView.java class MyMarkerView (line 21) | @SuppressLint("ViewConstructor") method MyMarkerView (line 26) | public MyMarkerView(Context context, int layoutResource) { method refreshContent (line 34) | @Override method getOffset (line 50) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/MyValueFormatter.java class MyValueFormatter (line 9) | public class MyValueFormatter implements IValueFormatter method MyValueFormatter (line 14) | public MyValueFormatter() { method getFormattedValue (line 18) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/RadarMarkerView.java class RadarMarkerView (line 22) | @SuppressLint("ViewConstructor") method RadarMarkerView (line 28) | public RadarMarkerView(Context context, int layoutResource) { method refreshContent (line 37) | @Override method getOffset (line 44) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/StackedBarsMarkerView.java class StackedBarsMarkerView (line 21) | @SuppressWarnings("unused") method StackedBarsMarkerView (line 27) | public StackedBarsMarkerView(Context context, int layoutResource) { method refreshContent (line 35) | @Override method getOffset (line 57) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/XYMarkerView.java class XYMarkerView (line 22) | @SuppressLint("ViewConstructor") method XYMarkerView (line 30) | public XYMarkerView(Context context, IAxisValueFormatter xAxisValueFor... method refreshContent (line 40) | @Override method getOffset (line 48) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/custom/YearXAxisFormatter.java class YearXAxisFormatter (line 9) | @SuppressWarnings("unused") method YearXAxisFormatter (line 17) | public YearXAxisFormatter() { method getFormattedValue (line 21) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/BarChartFrag.java class BarChartFrag (line 23) | public class BarChartFrag extends SimpleFragment implements OnChartGestu... method newInstance (line 25) | @NonNull method onCreateView (line 32) | @Override method onChartGestureStart (line 71) | @Override method onChartGestureEnd (line 76) | @Override method onChartLongPressed (line 82) | @Override method onChartDoubleTapped (line 87) | @Override method onChartSingleTapped (line 92) | @Override method onChartFling (line 97) | @Override method onChartScale (line 102) | @Override method onChartTranslate (line 107) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/ComplexityFragment.java class ComplexityFragment (line 17) | public class ComplexityFragment extends SimpleFragment { method newInstance (line 19) | @NonNull method onCreateView (line 27) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/PieChartFrag.java class PieChartFrag (line 19) | public class PieChartFrag extends SimpleFragment { method newInstance (line 21) | @NonNull method onCreateView (line 29) | @Override method generateCenterText (line 58) | private SpannableString generateCenterText() { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/ScatterChartFrag.java class ScatterChartFrag (line 20) | public class ScatterChartFrag extends SimpleFragment { method newInstance (line 22) | @NonNull method onCreateView (line 30) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/SimpleChartDemo.java class SimpleChartDemo (line 26) | public class SimpleChartDemo extends DemoBase { method onCreate (line 28) | @Override class PageAdapter (line 57) | private class PageAdapter extends FragmentPagerAdapter { method PageAdapter (line 59) | PageAdapter(FragmentManager fm) { method getItem (line 63) | @Override method getCount (line 88) | @Override method onCreateOptionsMenu (line 94) | @Override method onOptionsItemSelected (line 100) | @Override method saveToGallery (line 115) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/SimpleFragment.java class SimpleFragment (line 33) | @SuppressWarnings({"SameParameterValue", "WeakerAccess"}) method onAttach (line 39) | @Override method SimpleFragment (line 45) | public SimpleFragment() { method onCreateView (line 49) | @Override method generateBarData (line 55) | protected BarData generateBarData(int dataSets, float range, int count) { method generateScatterData (line 77) | protected ScatterData generateScatterData(int dataSets, float range, i... method generatePieData (line 108) | protected PieData generatePieData() { method generateLineData (line 130) | protected LineData generateLineData() { method getComplexity (line 154) | protected LineData getComplexity() { method getLabel (line 196) | private String getLabel(int i) { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/fragments/SineCosineFragment.java class SineCosineFragment (line 17) | public class SineCosineFragment extends SimpleFragment { method newInstance (line 19) | @NonNull method onCreateView (line 27) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/listviewitems/BarChartItem.java class BarChartItem (line 17) | public class BarChartItem extends ChartItem { method BarChartItem (line 21) | public BarChartItem(ChartData cd, Context c) { method getItemType (line 27) | @Override method getView (line 32) | @SuppressLint("InflateParams") class ViewHolder (line 88) | private static class ViewHolder { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/listviewitems/ChartItem.java class ChartItem (line 13) | @SuppressWarnings("unused") method ChartItem (line 22) | ChartItem(ChartData cd) { method getItemType (line 26) | public abstract int getItemType(); method getView (line 28) | public abstract View getView(int position, View convertView, Context c); FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/listviewitems/LineChartItem.java class LineChartItem (line 18) | public class LineChartItem extends ChartItem { method LineChartItem (line 22) | public LineChartItem(ChartData cd, Context c) { method getItemType (line 28) | @Override method getView (line 33) | @SuppressLint("InflateParams") class ViewHolder (line 85) | private static class ViewHolder { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/listviewitems/PieChartItem.java class PieChartItem (line 22) | public class PieChartItem extends ChartItem { method PieChartItem (line 27) | public PieChartItem(ChartData cd, Context c) { method getItemType (line 34) | @Override method getView (line 39) | @SuppressLint("InflateParams") method generateCenterText (line 91) | private SpannableString generateCenterText() { class ViewHolder (line 102) | private static class ViewHolder { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/ContentItem.java class ContentItem (line 6) | class ContentItem { method ContentItem (line 12) | ContentItem(String n) { method ContentItem (line 18) | ContentItem(String n, String d) { FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/DemoBase.java class DemoBase (line 25) | public abstract class DemoBase extends AppCompatActivity implements Acti... method onCreate (line 43) | @Override method getRandom (line 51) | protected float getRandom(float range, float start) { method onBackPressed (line 55) | @Override method onRequestPermissionsResult (line 61) | @Override method requestStoragePermission (line 73) | protected void requestStoragePermission(View view) { method saveToGallery (line 89) | protected void saveToGallery(Chart chart, String name) { method saveToGallery (line 98) | protected abstract void saveToGallery(); FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/MainActivity.java class MainActivity (line 54) | public class MainActivity extends AppCompatActivity implements OnItemCli... method onCreate (line 56) | @Override method onItemClick (line 135) | @Override method onCreateOptionsMenu (line 247) | @Override method onOptionsItemSelected (line 253) | @Override FILE: MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/MyAdapter.java class MyAdapter (line 21) | class MyAdapter extends ArrayAdapter { method MyAdapter (line 26) | MyAdapter(Context context, List objects) { method getView (line 33) | @SuppressLint("InflateParams") class ViewHolder (line 67) | private class ViewHolder { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/animation/ChartAnimator.java class ChartAnimator (line 15) | public class ChartAnimator { method ChartAnimator (line 28) | public ChartAnimator() { } method ChartAnimator (line 30) | @RequiresApi(11) method xAnimator (line 35) | @RequiresApi(11) method yAnimator (line 45) | @RequiresApi(11) method animateX (line 60) | @RequiresApi(11) method animateX (line 71) | @RequiresApi(11) method animateXY (line 85) | @RequiresApi(11) method animateXY (line 97) | @RequiresApi(11) method animateXY (line 121) | @RequiresApi(11) method animateY (line 143) | @RequiresApi(11) method animateY (line 154) | @RequiresApi(11) method getPhaseY (line 167) | public float getPhaseY() { method setPhaseY (line 176) | public void setPhaseY(float phase) { method getPhaseX (line 190) | public float getPhaseX() { method setPhaseX (line 199) | public void setPhaseX(float phase) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/animation/Easing.java class Easing (line 12) | @SuppressWarnings("WeakerAccess") type EasingFunction (line 16) | public interface EasingFunction extends TimeInterpolator { method getInterpolation (line 17) | @Override method getInterpolation (line 25) | public float getInterpolation(float input) { method getInterpolation (line 32) | public float getInterpolation(float input) { method getInterpolation (line 39) | public float getInterpolation(float input) { method getInterpolation (line 46) | public float getInterpolation(float input) { method getInterpolation (line 59) | public float getInterpolation(float input) { method getInterpolation (line 66) | public float getInterpolation(float input) { method getInterpolation (line 74) | public float getInterpolation(float input) { method getInterpolation (line 87) | public float getInterpolation(float input) { method getInterpolation (line 94) | public float getInterpolation(float input) { method getInterpolation (line 102) | public float getInterpolation(float input) { method getInterpolation (line 114) | public float getInterpolation(float input) { method getInterpolation (line 121) | public float getInterpolation(float input) { method getInterpolation (line 128) | public float getInterpolation(float input) { method getInterpolation (line 135) | public float getInterpolation(float input) { method getInterpolation (line 142) | public float getInterpolation(float input) { method getInterpolation (line 149) | public float getInterpolation(float input) { method getInterpolation (line 166) | public float getInterpolation(float input) { method getInterpolation (line 173) | public float getInterpolation(float input) { method getInterpolation (line 181) | public float getInterpolation(float input) { method getInterpolation (line 192) | public float getInterpolation(float input) { method getInterpolation (line 208) | public float getInterpolation(float input) { method getInterpolation (line 225) | public float getInterpolation(float input) { method getInterpolation (line 250) | public float getInterpolation(float input) { method getInterpolation (line 258) | public float getInterpolation(float input) { method getInterpolation (line 267) | public float getInterpolation(float input) { method getInterpolation (line 279) | public float getInterpolation(float input) { method getInterpolation (line 286) | public float getInterpolation(float input) { method getInterpolation (line 301) | public float getInterpolation(float input) { 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 141) | public BarLineChartBase(Context context, AttributeSet attrs, int defSt... method BarLineChartBase (line 145) | public BarLineChartBase(Context context, AttributeSet attrs) { method BarLineChartBase (line 149) | public BarLineChartBase(Context context) { method init (line 153) | @Override method onDraw (line 188) | @Override method resetTracking (line 305) | public void resetTracking() { method prepareValuePxMatrix (line 310) | protected void prepareValuePxMatrix() { method prepareOffsetMatrix (line 326) | protected void prepareOffsetMatrix() { method notifyDataSetChanged (line 332) | @Override method autoScale (line 362) | protected void autoScale() { method calcMinMax (line 384) | @Override method calculateLegendOffsets (line 395) | protected void calculateLegendOffsets(RectF offsets) { method calculateOffsets (line 471) | @Override method drawGridBackground (line 543) | protected void drawGridBackground(Canvas c) { method getTransformer (line 563) | public Transformer getTransformer(AxisDependency which) { method onTouchEvent (line 570) | @Override method computeScroll (line 584) | @Override method zoomIn (line 604) | public void zoomIn() { method zoomOut (line 623) | public void zoomOut() { method resetZoom (line 642) | public void resetZoom() { method zoom (line 663) | public void zoom(float scaleX, float scaleY, float x, float y) { method zoom (line 685) | public void zoom(float scaleX, float scaleY, float xValue, float yValu... method zoomToCenter (line 697) | public void zoomToCenter(float scaleX, float scaleY) { method zoomAndCenterAnimated (line 716) | @TargetApi(11) method fitScreen (line 736) | public void fitScreen() { method setScaleMinima (line 752) | public void setScaleMinima(float scaleX, float scaleY) { method setVisibleXRangeMaximum (line 765) | public void setVisibleXRangeMaximum(float maxXRange) { method setVisibleXRangeMinimum (line 778) | public void setVisibleXRangeMinimum(float minXRange) { method setVisibleXRange (line 791) | public void setVisibleXRange(float minXRange, float maxXRange) { method setVisibleYRangeMaximum (line 804) | public void setVisibleYRangeMaximum(float maxYRange, AxisDependency ax... method setVisibleYRangeMinimum (line 815) | public void setVisibleYRangeMinimum(float minYRange, AxisDependency ax... method setVisibleYRange (line 827) | public void setVisibleYRange(float minYRange, float maxYRange, AxisDep... method moveViewToX (line 840) | public void moveViewToX(float xValue) { method moveViewTo (line 857) | public void moveViewTo(float xValue, float yValue, AxisDependency axis) { method moveViewToAnimated (line 877) | @TargetApi(11) method centerViewToY (line 899) | public void centerViewToY(float yValue, AxisDependency axis) { method centerViewTo (line 918) | public void centerViewTo(float xValue, float yValue, AxisDependency ax... method centerViewToAnimated (line 939) | @TargetApi(11) method setViewPortOffsets (line 973) | public void setViewPortOffsets(final float left, final float top, method resetViewPortOffsets (line 993) | public void resetViewPortOffsets() { method getAxisRange (line 1009) | protected float getAxisRange(AxisDependency axis) { method setOnDrawListener (line 1021) | public void setOnDrawListener(OnDrawListener drawListener) { method getDrawListener (line 1030) | public OnDrawListener getDrawListener() { method getPosition (line 1044) | public MPPointF getPosition(Entry e, AxisDependency axis) { method setMaxVisibleValueCount (line 1063) | public void setMaxVisibleValueCount(int count) { method getMaxVisibleCount (line 1067) | public int getMaxVisibleCount() { method setHighlightPerDragEnabled (line 1077) | public void setHighlightPerDragEnabled(boolean enabled) { method isHighlightPerDragEnabled (line 1081) | public boolean isHighlightPerDragEnabled() { method setGridBackgroundColor (line 1091) | public void setGridBackgroundColor(int color) { method setDragEnabled (line 1101) | public void setDragEnabled(boolean enabled) { method isDragEnabled (line 1111) | public boolean isDragEnabled() { method setDragXEnabled (line 1120) | public void setDragXEnabled(boolean enabled) { method isDragXEnabled (line 1129) | public boolean isDragXEnabled() { method setDragYEnabled (line 1138) | public void setDragYEnabled(boolean enabled) { method isDragYEnabled (line 1147) | public boolean isDragYEnabled() { method setScaleEnabled (line 1157) | public void setScaleEnabled(boolean enabled) { method setScaleXEnabled (line 1162) | public void setScaleXEnabled(boolean enabled) { method setScaleYEnabled (line 1166) | public void setScaleYEnabled(boolean enabled) { method isScaleXEnabled (line 1170) | public boolean isScaleXEnabled() { method isScaleYEnabled (line 1174) | public boolean isScaleYEnabled() { method setDoubleTapToZoomEnabled (line 1184) | public void setDoubleTapToZoomEnabled(boolean enabled) { method isDoubleTapToZoomEnabled (line 1193) | public boolean isDoubleTapToZoomEnabled() { method setDrawGridBackground (line 1202) | public void setDrawGridBackground(boolean enabled) { method setDrawBorders (line 1212) | public void setDrawBorders(boolean enabled) { method isDrawBordersEnabled (line 1222) | public boolean isDrawBordersEnabled() { method setClipValuesToContent (line 1232) | public void setClipValuesToContent(boolean enabled) { method setClipDataToContent (line 1243) | public void setClipDataToContent(boolean enabled) { method isClipValuesToContentEnabled (line 1253) | public boolean isClipValuesToContentEnabled() { method isClipDataToContentEnabled (line 1264) | public boolean isClipDataToContentEnabled() { method setBorderWidth (line 1273) | public void setBorderWidth(float width) { method setBorderColor (line 1282) | public void setBorderColor(int color) { method getMinOffset (line 1289) | public float getMinOffset() { method setMinOffset (line 1296) | public void setMinOffset(float minOffset) { method isKeepPositionOnRotation (line 1303) | public boolean isKeepPositionOnRotation() { method setKeepPositionOnRotation (line 1310) | public void setKeepPositionOnRotation(boolean keepPositionOnRotation) { method getValuesByTouchPoint (line 1325) | public MPPointD getValuesByTouchPoint(float x, float y, AxisDependency... method getValuesByTouchPoint (line 1331) | public void getValuesByTouchPoint(float x, float y, AxisDependency axi... method getPixelForValues (line 1344) | public MPPointD getPixelForValues(float x, float y, AxisDependency axi... method getEntryByTouchPoint (line 1355) | public Entry getEntryByTouchPoint(float x, float y) { method getDataSetByTouchPoint (line 1370) | public IBarLineScatterCandleBubbleDataSet getDataSetByTouchPoint(float... method getLowestVisibleX (line 1389) | @Override method getHighestVisibleX (line 1408) | @Override method getVisibleXRange (line 1421) | public float getVisibleXRange() { method getScaleX (line 1428) | public float getScaleX() { method getScaleY (line 1438) | public float getScaleY() { method isFullyZoomedOut (line 1450) | public boolean isFullyZoomedOut() { method getAxisLeft (line 1460) | public YAxis getAxisLeft() { method getAxisRight (line 1470) | public YAxis getAxisRight() { method getAxis (line 1481) | public YAxis getAxis(AxisDependency axis) { method isInverted (line 1488) | @Override method setPinchZoom (line 1499) | public void setPinchZoom(boolean enabled) { method isPinchZoomEnabled (line 1508) | public boolean isPinchZoomEnabled() { method setDragOffsetX (line 1518) | public void setDragOffsetX(float offset) { method setDragOffsetY (line 1528) | public void setDragOffsetY(float offset) { method hasNoDragOffset (line 1537) | public boolean hasNoDragOffset() { method getRendererXAxis (line 1541) | public XAxisRenderer getRendererXAxis() { method setXAxisRenderer (line 1550) | public void setXAxisRenderer(XAxisRenderer xAxisRenderer) { method getRendererLeftYAxis (line 1554) | public YAxisRenderer getRendererLeftYAxis() { method setRendererLeftYAxis (line 1563) | public void setRendererLeftYAxis(YAxisRenderer rendererLeftYAxis) { method getRendererRightYAxis (line 1567) | public YAxisRenderer getRendererRightYAxis() { method setRendererRightYAxis (line 1576) | public void setRendererRightYAxis(YAxisRenderer rendererRightYAxis) { method getYChartMax (line 1580) | @Override method getYChartMin (line 1585) | @Override method isAnyAxisInverted (line 1595) | public boolean isAnyAxisInverted() { method setAutoScaleMinMaxEnabled (line 1611) | public void setAutoScaleMinMaxEnabled(boolean enabled) { method isAutoScaleMinMaxEnabled (line 1619) | public boolean isAutoScaleMinMaxEnabled() { method setPaint (line 1623) | @Override method getPaint (line 1634) | @Override method onSizeChanged (line 1650) | @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 64) | public abstract class Chart getJobs() { method onLayout (line 1715) | @Override method onMeasure (line 1723) | @Override method onSizeChanged (line 1736) | @Override method setHardwareAccelerationEnabled (line 1769) | public void setHardwareAccelerationEnabled(boolean enabled) { method onDetachedFromWindow (line 1777) | @Override method unbindDrawables (line 1798) | private void unbindDrawables(View view) { method setUnbindEnabled (line 1819) | public void setUnbindEnabled(boolean enabled) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/CombinedChart.java class CombinedChart (line 28) | public class CombinedChart extends BarLineChartBase implem... type DrawOrder (line 54) | public enum DrawOrder { method CombinedChart (line 58) | public CombinedChart(Context context) { method CombinedChart (line 62) | public CombinedChart(Context context, AttributeSet attrs) { method CombinedChart (line 66) | public CombinedChart(Context context, AttributeSet attrs, int defStyle) { method init (line 70) | @Override method getCombinedData (line 87) | @Override method setData (line 92) | @Override method getHighlightByTouchPoint (line 109) | @Override method getLineData (line 126) | @Override method getBarData (line 133) | @Override method getScatterData (line 140) | @Override method getCandleData (line 147) | @Override method getBubbleData (line 154) | @Override method isDrawBarShadowEnabled (line 161) | @Override method isDrawValueAboveBarEnabled (line 166) | @Override method setDrawValueAboveBar (line 177) | public void setDrawValueAboveBar(boolean enabled) { method setDrawBarShadow (line 188) | public void setDrawBarShadow(boolean enabled) { method setHighlightFullBarEnabled (line 198) | public void setHighlightFullBarEnabled(boolean enabled) { method isHighlightFullBarEnabled (line 205) | @Override method getDrawOrder (line 215) | public DrawOrder[] getDrawOrder() { method setDrawOrder (line 227) | public void setDrawOrder(DrawOrder[] order) { method drawMarkers (line 236) | protected void drawMarkers(Canvas canvas) { 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 calculateLegendOffsets (line 63) | protected void calculateLegendOffsets(RectF offsets) { method calculateOffsets (line 141) | @Override method prepareValuePxMatrix (line 206) | @Override method getMarkerPosition (line 214) | @Override method getBarBounds (line 219) | @Override method getPosition (line 255) | @Override method getHighlightByTouchPoint (line 278) | @Override method getLowestVisibleX (line 289) | @Override method getHighestVisibleX (line 297) | @Override method setVisibleXRangeMaximum (line 309) | @Override method setVisibleXRangeMinimum (line 315) | @Override method setVisibleXRange (line 321) | @Override method setVisibleYRangeMaximum (line 328) | @Override method setVisibleYRangeMinimum (line 334) | @Override method setVisibleYRange (line 340) | @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 103) | public PieChart(Context context) { method PieChart (line 107) | public PieChart(Context context, AttributeSet attrs) { method PieChart (line 111) | public PieChart(Context context, AttributeSet attrs, int defStyle) { method init (line 115) | @Override method onDraw (line 125) | @Override method calculateOffsets (line 148) | @Override method calcMinMax (line 173) | @Override method getMarkerPosition (line 178) | @Override method calcAngles (line 214) | private void calcAngles() { method needsHighlight (line 297) | public boolean needsHighlight(int index) { method calcAngle (line 318) | private float calcAngle(float value) { method calcAngle (line 329) | private float calcAngle(float value, float yValueSum) { method getXAxis (line 338) | @Deprecated method getIndexForAngle (line 344) | @Override method getDataSetIndexForIndex (line 364) | public int getDataSetIndexForIndex(int xIndex) { method getDrawAngles (line 383) | public float[] getDrawAngles() { method getAbsoluteAngles (line 393) | public float[] getAbsoluteAngles() { method setHoleColor (line 403) | public void setHoleColor(int color) { method setDrawSlicesUnderHole (line 410) | public void setDrawSlicesUnderHole(boolean enable) { method isDrawSlicesUnderHoleEnabled (line 420) | public boolean isDrawSlicesUnderHoleEnabled() { method setDrawHoleEnabled (line 429) | public void setDrawHoleEnabled(boolean enabled) { method isDrawHoleEnabled (line 439) | public boolean isDrawHoleEnabled() { method setCenterText (line 448) | public void setCenterText(CharSequence text) { method getCenterText (line 460) | public CharSequence getCenterText() { method setDrawCenterText (line 470) | public void setDrawCenterText(boolean enabled) { method isDrawCenterTextEnabled (line 479) | public boolean isDrawCenterTextEnabled() { method getRequiredLegendOffset (line 483) | @Override method getRequiredBaseOffset (line 488) | @Override method getRadius (line 493) | @Override method getCircleBox (line 506) | public RectF getCircleBox() { method getCenterCircleBox (line 515) | public MPPointF getCenterCircleBox() { method setCenterTextTypeface (line 524) | public void setCenterTextTypeface(Typeface t) { method setCenterTextSize (line 533) | public void setCenterTextSize(float sizeDp) { method setCenterTextSizePixels (line 543) | public void setCenterTextSizePixels(float sizePixels) { method setCenterTextOffset (line 553) | public void setCenterTextOffset(float x, float y) { method getCenterTextOffset (line 563) | public MPPointF getCenterTextOffset() { method setCenterTextColor (line 572) | public void setCenterTextColor(int color) { method setHoleRadius (line 582) | public void setHoleRadius(final float percent) { method getHoleRadius (line 591) | public float getHoleRadius() { method setTransparentCircleColor (line 600) | public void setTransparentCircleColor(int color) { method setTransparentCircleRadius (line 616) | public void setTransparentCircleRadius(final float percent) { method getTransparentCircleRadius (line 620) | public float getTransparentCircleRadius() { method setTransparentCircleAlpha (line 631) | public void setTransparentCircleAlpha(int alpha) { method setDrawSliceText (line 641) | @Deprecated method setDrawEntryLabels (line 651) | public void setDrawEntryLabels(boolean enabled) { method isDrawEntryLabelsEnabled (line 660) | public boolean isDrawEntryLabelsEnabled() { method setEntryLabelColor (line 669) | public void setEntryLabelColor(int color) { method setEntryLabelTypeface (line 678) | public void setEntryLabelTypeface(Typeface tf) { method setEntryLabelTextSize (line 687) | public void setEntryLabelTextSize(float size) { method setDrawRoundedSlices (line 697) | public void setDrawRoundedSlices(boolean enabled) { method isDrawRoundedSlicesEnabled (line 707) | public boolean isDrawRoundedSlicesEnabled() { method setUsePercentValues (line 718) | public void setUsePercentValues(boolean enabled) { method isUsePercentValuesEnabled (line 727) | public boolean isUsePercentValuesEnabled() { method setCenterTextRadiusPercent (line 736) | public void setCenterTextRadiusPercent(float percent) { method getCenterTextRadiusPercent (line 745) | public float getCenterTextRadiusPercent() { method getMaxAngle (line 749) | public float getMaxAngle() { method setMaxAngle (line 759) | public void setMaxAngle(float maxangle) { method getMinAngleForSlices (line 775) | public float getMinAngleForSlices() { method setMinAngleForSlices (line 786) | public void setMinAngleForSlices(float minAngle) { method onDetachedFromWindow (line 796) | @Override FILE: MPChartLib/src/main/java/com/github/mikephil/charting/charts/PieRadarChartBase.java class PieRadarChartBase (line 30) | 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 99) | @Override method notifyDataSetChanged (line 107) | @Override method onDraw (line 123) | @Override method getFactor (line 168) | public float getFactor() { method getSliceAngle (line 178) | public float getSliceAngle() { method getIndexForAngle (line 182) | @Override method getYAxis (line 212) | public YAxis getYAxis() { method setWebLineWidth (line 221) | public void setWebLineWidth(float width) { method getWebLineWidth (line 225) | public float getWebLineWidth() { method setWebLineWidthInner (line 235) | public void setWebLineWidthInner(float width) { method getWebLineWidthInner (line 239) | public float getWebLineWidthInner() { method setWebAlpha (line 249) | public void setWebAlpha(int alpha) { method getWebAlpha (line 258) | public int getWebAlpha() { method setWebColor (line 269) | public void setWebColor(int color) { method getWebColor (line 273) | public int getWebColor() { method setWebColorInner (line 284) | public void setWebColorInner(int color) { method getWebColorInner (line 288) | public int getWebColorInner() { method setDrawWeb (line 298) | public void setDrawWeb(boolean enabled) { method setSkipWebLineCount (line 308) | public void setSkipWebLineCount(int count) { method getSkipWebLineCount (line 318) | public int getSkipWebLineCount() { method getRequiredLegendOffset (line 322) | @Override method getRequiredBaseOffset (line 327) | @Override method getRadius (line 334) | @Override method getYChartMax (line 343) | public float getYChartMax() { method getYChartMin (line 350) | public float getYChartMin() { method getYRange (line 359) | 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 43) | @Override type ScatterShape (line 52) | public enum ScatterShape { method ScatterShape (line 64) | ScatterShape(final String shapeIdentifier) { method toString (line 68) | @Override method getAllDefaultShapes (line 73) | 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 getAxisMinLabels (line 161) | public int getAxisMinLabels() { method setAxisMinLabels (line 168) | public void setAxisMinLabels(int labels) { method getAxisMaxLabels (line 176) | public int getAxisMaxLabels() { method setAxisMaxLabels (line 183) | public void setAxisMaxLabels(int labels) { method AxisBase (line 191) | public AxisBase() { method setDrawGridLines (line 203) | public void setDrawGridLines(boolean enabled) { method isDrawGridLinesEnabled (line 212) | public boolean isDrawGridLinesEnabled() { method setDrawAxisLine (line 221) | public void setDrawAxisLine(boolean enabled) { method isDrawAxisLineEnabled (line 230) | public boolean isDrawAxisLineEnabled() { method setCenterAxisLabels (line 240) | public void setCenterAxisLabels(boolean enabled) { method isCenterAxisLabelsEnabled (line 244) | public boolean isCenterAxisLabelsEnabled() { method setGridColor (line 254) | public void setGridColor(int color) { method getGridColor (line 264) | public int getGridColor() { method setAxisLineWidth (line 273) | public void setAxisLineWidth(float width) { method getAxisLineWidth (line 282) | public float getAxisLineWidth() { method setGridLineWidth (line 292) | public void setGridLineWidth(float width) { method getGridLineWidth (line 302) | public float getGridLineWidth() { method setAxisLineColor (line 311) | public void setAxisLineColor(int color) { method getAxisLineColor (line 320) | public int getAxisLineColor() { method setDrawLabels (line 330) | public void setDrawLabels(boolean enabled) { method isDrawLabelsEnabled (line 339) | public boolean isDrawLabelsEnabled() { method setLabelCount (line 349) | public void setLabelCount(int count) { method setLabelCount (line 371) | public void setLabelCount(int count, boolean force) { method isForceLabelsEnabled (line 382) | public boolean isForceLabelsEnabled() { method getLabelCount (line 391) | public int getLabelCount() { method isGranularityEnabled (line 398) | public boolean isGranularityEnabled() { method setGranularityEnabled (line 408) | public void setGranularityEnabled(boolean enabled) { method getGranularity (line 415) | public float getGranularity() { method setGranularity (line 425) | public void setGranularity(float granularity) { method addLimitLine (line 436) | public void addLimitLine(LimitLine l) { method removeLimitLine (line 451) | public void removeLimitLine(LimitLine l) { method removeAllLimitLines (line 458) | public void removeAllLimitLines() { method getLimitLines (line 467) | public List getLimitLines() { method setDrawLimitLinesBehindData (line 477) | public void setDrawLimitLinesBehindData(boolean enabled) { method isDrawLimitLinesBehindDataEnabled (line 481) | public boolean isDrawLimitLinesBehindDataEnabled() { method setDrawGridLinesBehindData (line 491) | public void setDrawGridLinesBehindData(boolean enabled) { mDrawGridLin... method isDrawGridLinesBehindDataEnabled (line 493) | public boolean isDrawGridLinesBehindDataEnabled() { method getLongestLabel (line 503) | public String getLongestLabel() { method getFormattedLabel (line 517) | public String getFormattedLabel(int index) { method setValueFormatter (line 534) | public void setValueFormatter(IAxisValueFormatter f) { method getValueFormatter (line 547) | public IAxisValueFormatter getValueFormatter() { method enableGridDashedLine (line 566) | public void enableGridDashedLine(float lineLength, float spaceLength, ... method setGridDashedLine (line 579) | public void setGridDashedLine(DashPathEffect effect) { method disableGridDashedLine (line 586) | public void disableGridDashedLine() { method isGridDashedLineEnabled (line 595) | public boolean isGridDashedLineEnabled() { method getGridDashPathEffect (line 604) | public DashPathEffect getGridDashPathEffect() { method enableAxisLineDashedLine (line 618) | public void enableAxisLineDashedLine(float lineLength, float spaceLeng... method setAxisLineDashedLine (line 631) | public void setAxisLineDashedLine(DashPathEffect effect) { method disableAxisLineDashedLine (line 638) | public void disableAxisLineDashedLine() { method isAxisLineDashedLineEnabled (line 647) | public boolean isAxisLineDashedLineEnabled() { method getAxisLineDashPathEffect (line 656) | public DashPathEffect getAxisLineDashPathEffect() { method getAxisMaximum (line 664) | public float getAxisMaximum() { method getAxisMinimum (line 668) | public float getAxisMinimum() { method resetAxisMaximum (line 677) | public void resetAxisMaximum() { method isAxisMaxCustom (line 686) | public boolean isAxisMaxCustom() { method resetAxisMinimum (line 695) | public void resetAxisMinimum() { method isAxisMinCustom (line 704) | public boolean isAxisMinCustom() { method setAxisMinimum (line 717) | public void setAxisMinimum(float min) { method setAxisMinValue (line 728) | @Deprecated method setAxisMaximum (line 740) | public void setAxisMaximum(float max) { method setAxisMaxValue (line 751) | @Deprecated method calculate (line 763) | public void calculate(float dataMin, float dataMax) { method getSpaceMin (line 788) | public float getSpaceMin() method setSpaceMin (line 796) | public void setSpaceMin(float mSpaceMin) method getSpaceMax (line 804) | public float getSpaceMax() method setSpaceMax (line 812) | 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 21) | public class Legend extends ComponentBase { type LegendForm (line 23) | public enum LegendForm { type LegendHorizontalAlignment (line 55) | public enum LegendHorizontalAlignment { type LegendVerticalAlignment (line 59) | public enum LegendVerticalAlignment { type LegendOrientation (line 63) | public enum LegendOrientation { type LegendDirection (line 67) | public enum LegendDirection { method Legend (line 148) | public Legend() { method Legend (line 160) | public Legend(LegendEntry[] entries) { method setEntries (line 175) | public void setEntries(List entries) { method getEntries (line 179) | public LegendEntry[] getEntries() { method getMaximumEntryWidth (line 190) | public float getMaximumEntryWidth(Paint p) { method getMaximumEntryHeight (line 221) | public float getMaximumEntryHeight(Paint p) { method getExtraEntries (line 238) | public LegendEntry[] getExtraEntries() { method setExtra (line 243) | public void setExtra(List entries) { method setExtra (line 247) | public void setExtra(LegendEntry[] entries) { method setExtra (line 259) | public void setExtra(int[] colors, String[] labels) { method setCustom (line 288) | public void setCustom(LegendEntry[] entries) { method setCustom (line 302) | public void setCustom(List entries) { method resetCustom (line 313) | public void resetCustom() { method isLegendCustom (line 321) | public boolean isLegendCustom() { method getHorizontalAlignment (line 330) | public LegendHorizontalAlignment getHorizontalAlignment() { method setHorizontalAlignment (line 339) | public void setHorizontalAlignment(LegendHorizontalAlignment value) { method getVerticalAlignment (line 348) | public LegendVerticalAlignment getVerticalAlignment() { method setVerticalAlignment (line 357) | public void setVerticalAlignment(LegendVerticalAlignment value) { method getOrientation (line 366) | public LegendOrientation getOrientation() { method setOrientation (line 375) | public void setOrientation(LegendOrientation value) { method isDrawInsideEnabled (line 384) | public boolean isDrawInsideEnabled() { method setDrawInside (line 393) | public void setDrawInside(boolean value) { method getDirection (line 402) | public LegendDirection getDirection() { method setDirection (line 411) | public void setDirection(LegendDirection pos) { method getForm (line 420) | public LegendForm getForm() { method setForm (line 429) | public void setForm(LegendForm shape) { method setFormSize (line 438) | public void setFormSize(float size) { method getFormSize (line 447) | public float getFormSize() { method setFormLineWidth (line 456) | public void setFormLineWidth(float size) { method getFormLineWidth (line 465) | public float getFormLineWidth() { method setFormLineDashEffect (line 474) | public void setFormLineDashEffect(DashPathEffect dashPathEffect) { method getFormLineDashEffect (line 481) | public DashPathEffect getFormLineDashEffect() { method getXEntrySpace (line 491) | public float getXEntrySpace() { method setXEntrySpace (line 501) | public void setXEntrySpace(float space) { method getYEntrySpace (line 510) | public float getYEntrySpace() { method setYEntrySpace (line 520) | public void setYEntrySpace(float space) { method getFormToTextSpace (line 529) | public float getFormToTextSpace() { method setFormToTextSpace (line 539) | public void setFormToTextSpace(float space) { method getStackSpace (line 548) | public float getStackSpace() { method setStackSpace (line 557) | public void setStackSpace(float space) { method setWordWrapEnabled (line 589) | public void setWordWrapEnabled(boolean enabled) { method isWordWrapEnabled (line 599) | public boolean isWordWrapEnabled() { method getMaxSizePercent (line 613) | public float getMaxSizePercent() { method setMaxSizePercent (line 625) | public void setMaxSizePercent(float maxSize) { method getCalculatedLabelSizes (line 633) | public List getCalculatedLabelSizes() { method getCalculatedLabelBreakPoints (line 637) | public List getCalculatedLabelBreakPoints() { method getCalculatedLineSizes (line 641) | public List getCalculatedLineSizes() { method calculateDimensions (line 652) | 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 18) | public class LimitLine extends ComponentBase { type LimitLabelPosition (line 42) | public enum LimitLabelPosition { method LimitLine (line 52) | public LimitLine(float limit) { method LimitLine (line 63) | public LimitLine(float limit, String label) { method getLimit (line 73) | public float getLimit() { method setLineWidth (line 83) | public void setLineWidth(float width) { method getLineWidth (line 97) | public float getLineWidth() { method setLineColor (line 107) | public void setLineColor(int color) { method getLineColor (line 116) | public int getLineColor() { method enableDashedLine (line 127) | public void enableDashedLine(float lineLength, float spaceLength, floa... method disableDashedLine (line 136) | public void disableDashedLine() { method isDashedLineEnabled (line 146) | public boolean isDashedLineEnabled() { method getDashPathEffect (line 155) | public DashPathEffect getDashPathEffect() { method setTextStyle (line 165) | public void setTextStyle(Paint.Style style) { method getTextStyle (line 174) | public Paint.Style getTextStyle() { method setLabelPosition (line 184) | public void setLabelPosition(LimitLabelPosition pos) { method getLabelPosition (line 193) | public LimitLabelPosition getLabelPosition() { method setLabel (line 203) | public void setLabel(String label) { method getLabel (line 212) | public String getLabel() { 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 23) | public class MarkerView extends RelativeLayout implements IMarker { method MarkerView (line 35) | public MarkerView(Context context, int layoutResource) { method setupLayoutResource (line 45) | private void setupLayoutResource(int layoutResource) { method setOffset (line 56) | public void setOffset(MPPointF offset) { method setOffset (line 64) | public void setOffset(float offsetX, float offsetY) { method getOffset (line 69) | @Override method setChartView (line 74) | public void setChartView(Chart chart) { method getChartView (line 78) | public Chart getChartView() { method getOffsetForDrawingAtPoint (line 82) | @Override method refreshContent (line 109) | @Override method draw (line 118) | @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 84) | public enum YAxisLabelPosition { type AxisDependency (line 112) | public enum AxisDependency { method YAxis (line 116) | public YAxis() { method YAxis (line 124) | public YAxis(AxisDependency position) { method getAxisDependency (line 130) | public AxisDependency getAxisDependency() { method getMinWidth (line 137) | public float getMinWidth() { method setMinWidth (line 146) | public void setMinWidth(float minWidth) { method getMaxWidth (line 153) | public float getMaxWidth() { method setMaxWidth (line 162) | public void setMaxWidth(float maxWidth) { method getLabelPosition (line 169) | public YAxisLabelPosition getLabelPosition() { method setPosition (line 178) | public void setPosition(YAxisLabelPosition pos) { method getLabelXOffset (line 185) | public float getLabelXOffset() { method setLabelXOffset (line 194) | public void setLabelXOffset(float xOffset) { method isDrawTopYLabelEntryEnabled (line 203) | public boolean isDrawTopYLabelEntryEnabled() { method isDrawBottomYLabelEntryEnabled (line 212) | public boolean isDrawBottomYLabelEntryEnabled() { method setDrawTopYLabelEntry (line 223) | public void setDrawTopYLabelEntry(boolean enabled) { method setInverted (line 234) | public void setInverted(boolean enabled) { method isInverted (line 243) | public boolean isInverted() { method setStartAtZero (line 253) | @Deprecated method setSpaceTop (line 266) | public void setSpaceTop(float percent) { method getSpaceTop (line 275) | public float getSpaceTop() { method setSpaceBottom (line 284) | public void setSpaceBottom(float percent) { method getSpaceBottom (line 293) | public float getSpaceBottom() { method isDrawZeroLineEnabled (line 297) | public boolean isDrawZeroLineEnabled() { method setDrawZeroLine (line 307) | public void setDrawZeroLine(boolean mDrawZeroLine) { method getZeroLineColor (line 311) | public int getZeroLineColor() { method setZeroLineColor (line 320) | public void setZeroLineColor(int color) { method getZeroLineWidth (line 324) | public float getZeroLineWidth() { method setZeroLineWidth (line 333) | public void setZeroLineWidth(float width) { method getRequiredWidthSpace (line 343) | public float getRequiredWidthSpace(Paint p) { method getRequiredHeightSpace (line 370) | public float getRequiredHeightSpace(Paint p) { method needsOffset (line 383) | public boolean needsOffset() { method isUseAutoScaleMinRestriction (line 394) | @Deprecated method setUseAutoScaleMinRestriction (line 402) | @Deprecated method isUseAutoScaleMaxRestriction (line 410) | @Deprecated method setUseAutoScaleMaxRestriction (line 418) | @Deprecated method calculate (line 424) | @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 55) | @Override method copy (line 66) | protected void copy(BarDataSet barDataSet) { method getFills (line 75) | @Override method getFill (line 80) | @Override method getGradients (line 89) | @Deprecated method getGradient (line 100) | @Deprecated method setGradientColor (line 111) | public void setGradientColor(int startColor, int endColor) { method setGradientColors (line 122) | @Deprecated method setFills (line 132) | public void setFills(List fills) { method calcEntryCountIncludingStacks (line 140) | private void calcEntryCountIncludingStacks(List yVals) { method calcStackSize (line 159) | private void calcStackSize(List yVals) { method calcMinMax (line 170) | @Override method getStackSize (line 195) | @Override method isStacked (line 200) | @Override method getEntryCountStacks (line 211) | public int getEntryCountStacks() { method setBarShadowColor (line 222) | public void setBarShadowColor(int color) { method getBarShadowColor (line 226) | @Override method setBarBorderWidth (line 237) | public void setBarBorderWidth(float width) { method getBarBorderWidth (line 247) | @Override method setBarBorderColor (line 257) | public void setBarBorderColor(int color) { method getBarBorderColor (line 266) | @Override method setHighLightAlpha (line 277) | public void setHighLightAlpha(int alpha) { method getHighLightAlpha (line 281) | @Override method setStackLabels (line 291) | public void setStackLabels(String[] labels) { method getStackLabels (line 295) | @Override 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 24) | public BarLineScatterCandleBubbleDataSet(List yVals, String label) { method setHighLightColor (line 35) | public void setHighLightColor(int color) { method getHighLightColor (line 39) | @Override method copy (line 44) | protected void copy(BarLineScatterCandleBubbleDataSet barLineScatterCa... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/BaseDataSet.java class BaseDataSet (line 24) | public abstract class BaseDataSet implements IDataSet { method BaseDataSet (line 94) | public BaseDataSet() { method BaseDataSet (line 108) | public BaseDataSet(String label) { method notifyDataSetChanged (line 116) | public void notifyDataSetChanged() { method getColors (line 125) | @Override method getValueColors (line 130) | public List getValueColors() { method getColor (line 134) | @Override method getColor (line 139) | @Override method setColors (line 157) | public void setColors(List colors) { method setColors (line 170) | public void setColors(int... colors) { method setColors (line 184) | public void setColors(int[] colors, Context c) { method addColor (line 202) | public void addColor(int color) { method setColor (line 214) | public void setColor(int color) { method setColor (line 225) | public void setColor(int color, int alpha) { method setColors (line 235) | public void setColors(int[] colors, int alpha) { method resetColors (line 245) | public void resetColors() { method setLabel (line 256) | @Override method getLabel (line 261) | @Override method setHighlightEnabled (line 266) | @Override method isHighlightEnabled (line 271) | @Override method setValueFormatter (line 276) | @Override method getValueFormatter (line 285) | @Override method needsFormatter (line 292) | @Override method setValueTextColor (line 297) | @Override method setValueTextColors (line 303) | @Override method setValueTypeface (line 308) | @Override method setValueTextSize (line 313) | @Override method getValueTextColor (line 318) | @Override method getValueTextColor (line 323) | @Override method getValueTypeface (line 328) | @Override method getValueTextSize (line 333) | @Override method setForm (line 338) | public void setForm(Legend.LegendForm form) { method getForm (line 342) | @Override method setFormSize (line 347) | public void setFormSize(float formSize) { method getFormSize (line 351) | @Override method setFormLineWidth (line 356) | public void setFormLineWidth(float formLineWidth) { method getFormLineWidth (line 360) | @Override method setFormLineDashEffect (line 365) | public void setFormLineDashEffect(DashPathEffect dashPathEffect) { method getFormLineDashEffect (line 369) | @Override method setDrawValues (line 374) | @Override method isDrawValuesEnabled (line 379) | @Override method setDrawIcons (line 384) | @Override method isDrawIconsEnabled (line 389) | @Override method setIconsOffset (line 394) | @Override method getIconsOffset (line 401) | @Override method setVisible (line 406) | @Override method isVisible (line 411) | @Override method getAxisDependency (line 416) | @Override method setAxisDependency (line 421) | @Override method getIndexInEntries (line 431) | @Override method removeFirst (line 442) | @Override method removeLast (line 453) | @Override method removeEntryByXValue (line 464) | @Override method removeEntry (line 471) | @Override method contains (line 478) | @Override method copy (line 489) | protected void copy(BaseDataSet baseDataSet) { 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 copy (line 53) | protected void copy(BubbleDataSet bubbleDataSet) { 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 copy (line 91) | protected void copy(CandleDataSet candleDataSet) { method calcMinMax (line 106) | @Override method calcMinMaxY (line 118) | @Override method setBarSpace (line 140) | public void setBarSpace(float space) { method getBarSpace (line 150) | @Override method setShadowWidth (line 160) | public void setShadowWidth(float width) { method getShadowWidth (line 164) | @Override method setShowCandleBar (line 174) | public void setShowCandleBar(boolean showCandleBar) { method getShowCandleBar (line 178) | @Override method setNeutralColor (line 201) | public void setNeutralColor(int color) { method getNeutralColor (line 205) | @Override method setIncreasingColor (line 216) | public void setIncreasingColor(int color) { method getIncreasingColor (line 220) | @Override method setDecreasingColor (line 231) | public void setDecreasingColor(int color) { method getDecreasingColor (line 235) | @Override method getIncreasingPaintStyle (line 240) | @Override method setIncreasingPaintStyle (line 250) | public void setIncreasingPaintStyle(Paint.Style paintStyle) { method getDecreasingPaintStyle (line 254) | @Override method setDecreasingPaintStyle (line 264) | public void setDecreasingPaintStyle(Paint.Style decreasingPaintStyle) { method getShadowColor (line 268) | @Override method setShadowColor (line 278) | public void setShadowColor(int shadowColor) { method getShadowColorSameAsCandle (line 282) | @Override method setShadowColorSameAsCandle (line 292) | public void setShadowColorSameAsCandle(boolean shadowColorSameAsCandle) { 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 19) | public class CombinedData extends BarLineScatterCandleBubbleData getAllData() { method getDataByIndex (line 160) | public BarLineScatterCandleBubbleData getDataByIndex(int index) { method notifyDataChanged (line 164) | @Override method getEntryForHighlight (line 186) | @Override method getDataSetByHighlight (line 216) | public IBarLineScatterCandleBubbleDataSet getDataSetB... method getDataIndex (line 229) | public int getDataIndex(ChartData data) { method removeDataSet (line 233) | @Override method removeDataSet (line 252) | @Deprecated method removeEntry (line 259) | @Deprecated method removeEntry (line 266) | @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 entries, String label) { method calcMinMax (line 61) | @Override method calcMinMaxY (line 77) | @Override method calcMinMax (line 102) | protected void calcMinMax(T e) { method calcMinMaxX (line 112) | protected void calcMinMaxX(T e) { method calcMinMaxY (line 121) | protected void calcMinMaxY(T e) { method getEntryCount (line 130) | @Override method getValues (line 141) | @Deprecated method getEntries (line 151) | public List getEntries() { method setValues (line 161) | @Deprecated method setEntries (line 171) | public void setEntries(List entries) { method copy (line 181) | public abstract DataSet copy(); method copy (line 187) | protected void copy(DataSet dataSet) { method toString (line 191) | @Override method toSimpleString (line 207) | public String toSimpleString() { method getYMin (line 214) | @Override method getYMax (line 219) | @Override method getXMin (line 224) | @Override method getXMax (line 229) | @Override method addEntryOrdered (line 234) | @Override method clear (line 254) | @Override method addEntry (line 260) | @Override method removeEntry (line 277) | @Override method getEntryIndex (line 296) | @Override method getEntryForXValue (line 301) | @Override method getEntryForXValue (line 310) | @Override method getEntryForIndex (line 315) | @Override method getEntryIndex (line 320) | @Override method getEntriesForXValue (line 405) | @Override type Rounding (line 451) | 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 copy (line 96) | protected void copy(LineDataSet lineDataSet) { method getMode (line 115) | @Override method setMode (line 125) | public void setMode(LineDataSet.Mode mode) { method setCubicIntensity (line 135) | public void setCubicIntensity(float intensity) { method getCubicIntensity (line 145) | @Override method setCircleRadius (line 157) | public void setCircleRadius(float radius) { method getCircleRadius (line 166) | @Override method setCircleHoleRadius (line 177) | public void setCircleHoleRadius(float holeRadius) { method getCircleHoleRadius (line 186) | @Override method setCircleSize (line 199) | @Deprecated method getCircleSize (line 207) | @Deprecated method enableDashedLine (line 221) | public void enableDashedLine(float lineLength, float spaceLength, floa... method disableDashedLine (line 230) | public void disableDashedLine() { method isDashedLineEnabled (line 234) | @Override method getDashPathEffect (line 239) | @Override method setDrawCircles (line 250) | public void setDrawCircles(boolean enabled) { method isDrawCirclesEnabled (line 254) | @Override method isDrawCubicEnabled (line 259) | @Deprecated method isDrawSteppedEnabled (line 265) | @Deprecated method getCircleColors (line 278) | public List getCircleColors() { method getCircleColor (line 282) | @Override method getCircleColorCount (line 287) | @Override method setCircleColors (line 301) | public void setCircleColors(List colors) { method setCircleColors (line 314) | public void setCircleColors(int... colors) { method setCircleColors (line 328) | public void setCircleColors(int[] colors, Context c) { method setCircleColor (line 349) | public void setCircleColor(int color) { method resetCircleColors (line 357) | public void resetCircleColors() { method setCircleHoleColor (line 369) | public void setCircleHoleColor(int color) { method getCircleHoleColor (line 373) | @Override method setDrawCircleHole (line 383) | public void setDrawCircleHole(boolean enabled) { method isDrawCircleHoleEnabled (line 387) | @Override method setFillFormatter (line 398) | public void setFillFormatter(IFillFormatter formatter) { method getFillFormatter (line 406) | @Override type Mode (line 411) | 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 47) | public LineRadarDataSet(List yVals, String label) { method getFillColor (line 51) | @Override method setFillColor (line 62) | public void setFillColor(int color) { method getFillDrawable (line 67) | @Override method setFillDrawable (line 77) | @TargetApi(18) method getFillAlpha (line 82) | @Override method setFillAlpha (line 93) | public void setFillAlpha(int alpha) { method setLineWidth (line 103) | public void setLineWidth(float width) { method getLineWidth (line 112) | @Override method setDrawFilled (line 117) | @Override method isDrawFilledEnabled (line 122) | @Override method copy (line 127) | protected void copy(LineRadarDataSet lineRadarDataSet) { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/LineScatterCandleRadarDataSet.java class LineScatterCandleRadarDataSet (line 13) | public abstract class LineScatterCandleRadarDataSet ext... method LineScatterCandleRadarDataSet (line 25) | public LineScatterCandleRadarDataSet(List yVals, String label) { method setDrawHorizontalHighlightIndicator (line 34) | public void setDrawHorizontalHighlightIndicator(boolean enabled) { method setDrawVerticalHighlightIndicator (line 42) | public void setDrawVerticalHighlightIndicator(boolean enabled) { method setDrawHighlightIndicators (line 50) | public void setDrawHighlightIndicators(boolean enabled) { method isVerticalHighlightIndicatorEnabled (line 55) | @Override method isHorizontalHighlightIndicatorEnabled (line 60) | @Override method setHighlightLineWidth (line 69) | public void setHighlightLineWidth(float width) { method getHighlightLineWidth (line 73) | @Override method enableDashedHighlightLine (line 85) | public void enableDashedHighlightLine(float lineLength, float spaceLen... method disableDashedHighlightLine (line 94) | public void disableDashedHighlightLine() { method isDashedHighlightLineEnabled (line 104) | public boolean isDashedHighlightLineEnabled() { method getDashPathEffectHighlight (line 108) | @Override method copy (line 113) | protected void copy(LineScatterCandleRadarDataSet lineScatterCandleRad... FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/PieData.java class PieData (line 20) | public class PieData extends ChartData { method PieData (line 22) | public PieData() { method PieData (line 26) | public PieData(IPieDataSet dataSet) { method setDataSet (line 35) | public void setDataSet(IPieDataSet dataSet) { method getDataSet (line 47) | public IPieDataSet getDataSet() { method getDataSets (line 51) | @Override method getDataSetByIndex (line 69) | @Override method getDataSetByLabel (line 74) | @Override method getEntryForHighlight (line 80) | @Override method getYValueSum (line 90) | public float getYValueSum() { FILE: MPChartLib/src/main/java/com/github/mikephil/charting/data/PieDataSet.java class PieDataSet (line 11) | public class PieDataSet extends DataSet implements IPieDataSet { method PieDataSet (line 35) | public PieDataSet(List yVals, String label) { method copy (line 40) | @Override method copy (line 51) | protected void copy(PieDataSet pieDataSet) { method calcMinMax (line 55) | @Override method setSliceSpace (line 70) | public void setSliceSpace(float spaceDp) { method getSliceSpace (line 80) | @Override method setAutomaticallyDisableSliceSpacing (line 91) | public void setAutomaticallyDisableSliceSpacing(boolean autoDisable) { method isAutomaticallyDisableSliceSpacingEnabled (line 101) | @Override method setSelectionShift (line 112) | public void setSelectionShift(float shift) { method getSelectionShift (line 116) | @Override method getXValuePosition (line 121) | @Override method setXValuePosition (line 126) | public void setXValuePosition(ValuePosition xValuePosition) { method getYValuePosition (line 130) | @Override method setYValuePosition (line 135) | public void setYValuePosition(ValuePosition yValuePosition) { method isUsingSliceColorAsValueLineColor (line 143) | @Deprecated method setUsingSliceColorAsValueLineColor (line 154) | @Deprecated method getValueLineColor (line 162) | @Override method setValueLineColor (line 167) | public void setValueLineColor(int valueLineColor) { method isUseValueColorForLineEnabled (line 171) | @Override method setUseValueColorForLine (line 177) | public void setUseValueColorForLine(boolean enabled) method getValueLineWidth (line 185) | @Override method setValueLineWidth (line 190) | public void setValueLineWidth(float valueLineWidth) { method getValueLinePart1OffsetPercentage (line 197) | @Override method setValueLinePart1OffsetPercentage (line 202) | public void setValueLinePart1OffsetPercentage(float valueLinePart1Offs... method getValueLinePart1Length (line 209) | @Override method setValueLinePart1Length (line 214) | public void setValueLinePart1Length(float valueLinePart1Length) { method getValueLinePart2Length (line 221) | @Override method setValueLinePart2Length (line 226) | public void setValueLinePart2Length(float valueLinePart2Length) { method isValueLineVariableLength (line 233) | @Override method setValueLineVariableLength (line 238) | public void setValueLineVariableLength(boolean valueLineVariableLength) { method getHighlightColor (line 243) | @Override method setHighlightColor (line 251) | public void setHighlightColor(@Nullable Integer color) type ValuePosition (line 257) | 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 39) | @Override method getHighlightCircleFillColor (line 44) | @Override method setHighlightCircleFillColor (line 49) | public void setHighlightCircleFillColor(int color) { method getHighlightCircleStrokeColor (line 55) | @Override method setHighlightCircleStrokeColor (line 62) | public void setHighlightCircleStrokeColor(int color) { method getHighlightCircleStrokeAlpha (line 66) | @Override method setHighlightCircleStrokeAlpha (line 71) | public void setHighlightCircleStrokeAlpha(int alpha) { method getHighlightCircleInnerRadius (line 75) | @Override method setHighlightCircleInnerRadius (line 80) | public void setHighlightCircleInnerRadius(float radius) { method getHighlightCircleOuterRadius (line 84) | @Override method setHighlightCircleOuterRadius (line 89) | public void setHighlightCircleOuterRadius(float radius) { method getHighlightCircleStrokeWidth (line 93) | @Override method setHighlightCircleStrokeWidth (line 98) | public void setHighlightCircleStrokeWidth(float strokeWidth) { method copy (line 102) | @Override method copy (line 113) | protected void copy(RadarDataSet radarDataSet) { 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 copy (line 59) | protected void copy(ScatterDataSet scatterDataSet) { method setScatterShapeSize (line 73) | public void setScatterShapeSize(float size) { method getScatterShapeSize (line 77) | @Override method setScatterShape (line 88) | public void setScatterShape(ScatterChart.ScatterShape shape) { method setShapeRenderer (line 98) | public void setShapeRenderer(IShapeRenderer shapeRenderer) { method getShapeRenderer (line 102) | @Override method setScatterShapeHoleRadius (line 113) | public void setScatterShapeHoleRadius(float holeRadius) { method getScatterShapeHoleRadius (line 117) | @Override method setScatterShapeHoleColor (line 127) | public void setScatterShapeHoleColor(int holeColor) { method getScatterShapeHoleColor (line 131) | @Override method getRendererForShape (line 136) | public static IShapeRenderer getRendererForShape(ScatterChart.ScatterS... 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/data/filter/ApproximatorN.java class ApproximatorN (line 10) | public class ApproximatorN method reduceWithDouglasPeucker (line 12) | public float[] reduceWithDouglasPeucker(float[] points, float resultCo... method distanceToLine (line 70) | private static float distanceToLine( class Line (line 86) | private static class Line { method Line (line 93) | Line(int start, int end, float[] points) { method equals (line 114) | boolean equals(final Line rhs) { method lessThan (line 118) | boolean lessThan(final Line rhs) { method insertionIndex (line 123) | private static int insertionIndex(Line line, ArrayList queue) { 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[] suffix) { method setMaxLength (line 75) | public void setMaxLength(int maxLength) { method makePretty (line 83) | private String makePretty(double number) { method getDecimalDigits (line 100) | 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 11) | public interface IBarDataSet extends IBarLineScatterCandleBubbleDataSet<... method getFills (line 13) | List getFills(); method getFill (line 15) | Fill getFill(int index); method isStacked (line 22) | boolean isStacked(); method getStackSize (line 30) | int getStackSize(); method getBarShadowColor (line 38) | int getBarShadowColor(); method getBarBorderWidth (line 46) | float getBarBorderWidth(); method getBarBorderColor (line 53) | int getBarBorderColor(); method getHighLightAlpha (line 61) | int getHighLightAlpha(); method getStackLabels (line 70) | String[] getStackLabels(); 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 getDashPathEffectHighlight (line 34) | DashPathEffect getDashPathEffectHighlight(); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/IPieDataSet.java type IPieDataSet (line 11) | public interface IPieDataSet extends IDataSet { method getSliceSpace (line 19) | float getSliceSpace(); method isAutomaticallyDisableSliceSpacingEnabled (line 27) | boolean isAutomaticallyDisableSliceSpacingEnabled(); method getSelectionShift (line 35) | float getSelectionShift(); method getXValuePosition (line 37) | PieDataSet.ValuePosition getXValuePosition(); method getYValuePosition (line 38) | PieDataSet.ValuePosition getYValuePosition(); method getValueLineColor (line 43) | int getValueLineColor(); method isUseValueColorForLineEnabled (line 48) | boolean isUseValueColorForLineEnabled(); method getValueLineWidth (line 53) | float getValueLineWidth(); method getValueLinePart1OffsetPercentage (line 58) | float getValueLinePart1OffsetPercentage(); method getValueLinePart1Length (line 63) | float getValueLinePart1Length(); method getValueLinePart2Length (line 68) | float getValueLinePart2Length(); method isValueLineVariableLength (line 73) | boolean isValueLineVariableLength(); method getHighlightColor (line 78) | @Nullable 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 53) | @SuppressLint("NewApi") method onAnimationUpdate (line 67) | @Override method onAnimationEnd (line 89) | @Override method onAnimationCancel (line 95) | @Override method onAnimationRepeat (line 100) | @Override method recycleSelf (line 105) | @Override method onAnimationStart (line 110) | @Override method instantiate (line 115) | @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 29) | 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 120) | @Override method onSingleTapConfirmed (line 132) | @Override method onSingleTapUp (line 137) | @Override method resetVelocity (line 158) | private void resetVelocity() { method sampleVelocity (line 162) | private void sampleVelocity(float touchLocationX, float touchLocationY) { method calculateVelocity (line 180) | private float calculateVelocity() { method setGestureStartAngle (line 235) | public void setGestureStartAngle(float x, float y) { method updateGestureRotation (line 246) | public void updateGestureRotation(float x, float y) { method stopDeceleration (line 253) | public void stopDeceleration() { method computeScroll (line 257) | public void computeScroll() { class AngularVelocitySample (line 278) | private class AngularVelocitySample { method AngularVelocitySample (line 283) | 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/model/GradientColor.java class GradientColor (line 8) | @Deprecated method getStartColor (line 14) | @Deprecated method setStartColor (line 23) | @Deprecated method getEndColor (line 43) | @Deprecated method setEndColor (line 52) | @Deprecated 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 271) | public abstract void renderAxisLabels(Canvas c); method renderGridLines (line 278) | public abstract void renderGridLines(Canvas c); method renderAxisLine (line 285) | public abstract void renderAxisLine(Canvas c); method renderLimitLines (line 292) | public abstract void renderLimitLines(Canvas c); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/BarChartRenderer.java class BarChartRenderer (line 26) | public class BarChartRenderer extends BarLineScatterCandleBubbleRenderer { method BarChartRenderer (line 40) | public BarChartRenderer(BarDataProvider chart, ChartAnimator animator, method initBuffers (line 58) | @Override method drawData (line 71) | @Override method drawDataSet (line 88) | protected void drawDataSet(Canvas c, IBarDataSet dataSet, int index) { method prepareBarHighlight (line 191) | protected void prepareBarHighlight(float x, float y1, float y2, float ... method drawValues (line 203) | @Override method drawHighlighted (line 432) | @Override method setHighlightDrawPos (line 491) | protected void setHighlightDrawPos(Highlight high, RectF bar) { method drawExtras (line 495) | @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 118) | @Override method drawExtras (line 198) | @Override method drawHighlighted (line 204) | @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 255) | @Override method drawExtras (line 330) | @Override method drawHighlighted (line 334) | @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 71) | protected boolean isDrawingValuesAllowed(ChartInterface chart) { method getPaintValues (line 82) | public Paint getPaintValues() { method getPaintHighlight (line 92) | public Paint getPaintHighlight() { method getPaintRender (line 101) | public Paint getPaintRender() { method applyValueTextStyle (line 111) | protected void applyValueTextStyle(IDataSet set) { method initBuffers (line 122) | public abstract void initBuffers(); method drawData (line 129) | public abstract void drawData(Canvas c); method drawValues (line 136) | public abstract void drawValues(Canvas c); method drawValue (line 150) | public void drawValue(Canvas c, IValueFormatter formatter, float value... method drawExtras (line 160) | public abstract void drawExtras(Canvas c); method drawHighlighted (line 168) | public abstract void drawHighlighted(Canvas c, Highlight[] indices); FILE: MPChartLib/src/main/java/com/github/mikephil/charting/renderer/HorizontalBarChartRenderer.java class HorizontalBarChartRenderer (line 32) | public class HorizontalBarChartRenderer extends BarChartRenderer { method HorizontalBarChartRenderer (line 34) | public HorizontalBarChartRenderer(BarDataProvider chart, ChartAnimator... method initBuffers (line 41) | @Override method drawDataSet (line 56) | @Override method drawValues (line 160) | @Override method drawValue (line 415) | protected void drawValue(Canvas c, String valueText, float x, float y,... method prepareBarHighlight (line 420) | @Override method setHighlightDrawPos (line 433) | @Override method isDrawingValuesAllowed (line 438) | @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 235) | public void renderLegend(Canvas c) { method drawForm (line 490) | protected void drawForm( method drawLabel (line 567) | 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 106) | protected void drawDataSet(Canvas c, ILineDataSet dataSet) { method drawHorizontalBezier (line 133) | protected void drawHorizontalBezier(ILineDataSet dataSet) { method drawCubicBezier (line 186) | protected void drawCubicBezier(ILineDataSet dataSet) { method drawCubicFill (line 264) | protected void drawCubicFill(Canvas c, ILineDataSet dataSet, Path spli... method drawLinear (line 293) | protected void drawLinear(Canvas c, ILineDataSet dataSet) { method drawLinearFill (line 449) | protected void drawLinearFill(Canvas c, ILineDataSet dataSet, Transfor... method generateFilledPath (line 497) | private void generateFilledPath(final ILineDataSet dataSet, final int ... method drawValues (line 535) | @Override method drawExtras (line 606) | @Override method drawCircles (line 621) | protected void drawCircles(Canvas c) { method drawHighlighted (line 699) | @Override method setBitmapConfig (line 733) | public void setBitmapConfig(Bitmap.Config config) { method getBitmapConfig (line 743) | public Bitmap.Config getBitmapConfig() { method releaseBitmap (line 750) | public void releaseBitmap() { class DataSetImageCache (line 765) | private class DataSetImageCache { method init (line 777) | protected boolean init(ILineDataSet set) { method fill (line 800) | protected void fill(ILineDataSet set, boolean drawCircleHole, boolea... method getBitmap (line 859) | 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 157) | protected float calculateMinimumRadiusForSpacedSlice( method getSliceSpace (line 203) | protected float getSliceSpace(IPieDataSet dataSet) { method drawDataSet (line 216) | protected void drawDataSet(Canvas c, IPieDataSet dataSet) { method drawValues (line 407) | @Override method drawEntryLabel (line 670) | protected void drawEntryLabel(Canvas c, String label, float x, float y) { method drawExtras (line 674) | @Override method drawHole (line 687) | protected void drawHole(Canvas c) { method drawCenterText (line 729) | protected void drawCenterText(Canvas c) { method drawHighlighted (line 798) | @Override method drawRoundedSlices (line 1006) | protected void drawRoundedSlices(Canvas c) { method releaseBitmap (line 1056) | 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 47) | public Paint getWebPaint() { method initBuffers (line 51) | @Override method drawData (line 57) | @Override method drawDataSet (line 80) | protected void drawDataSet(Canvas c, IRadarDataSet dataSet, int mostEn... method drawValues (line 149) | @Override method drawExtras (line 234) | @Override method drawWeb (line 239) | protected void drawWeb(Canvas c) { method drawHighlighted (line 298) | @Override method drawHighlightCircle (line 365) | 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 95) | @Override method drawExtras (line 167) | @Override method drawHighlighted (line 171) | @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 230) | protected void drawLabel(Canvas c, String formattedLabel, float x, flo... method renderGridLines (line 235) | @Override method getGridClippingRect (line 271) | public RectF getGridClippingRect() { method drawGridLine (line 285) | protected void drawGridLine(Canvas c, float x, float y, Path gridLineP... method renderLimitLines (line 304) | @Override method renderLimitLineLine (line 343) | public void renderLimitLineLine(Canvas c, LimitLine limitLine, float[]... method renderLimitLineLabel (line 361) | 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 137) | @Override method getGridClippingRect (line 175) | public RectF getGridClippingRect() { method linePath (line 189) | protected Path linePath(Path p, int i, float[] positions) { method getTransformedPositions (line 204) | protected float[] getTransformedPositions() { method drawZeroLine (line 226) | protected void drawZeroLine(Canvas c) { method renderLimitLines (line 259) | @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 158) | @Override method getGridClippingRect (line 175) | @Override method linePath (line 182) | @Override method drawZeroLine (line 193) | @Override method renderLimitLines (line 227) | @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 147) | @Override method renderLimitLines (line 183) | @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/Fill.java class Fill (line 13) | public class Fill type Type (line 15) | public enum Type type Direction (line 20) | public enum Direction method Fill (line 55) | public Fill() method Fill (line 59) | public Fill(int color) method Fill (line 66) | public Fill(int startColor, int endColor) method Fill (line 72) | public Fill(@NonNull int[] gradientColors) method Fill (line 78) | public Fill(@NonNull int[] gradientColors, @NonNull float[] gradientPo... method Fill (line 85) | public Fill(@NonNull Drawable drawable) method getType (line 91) | public Type getType() method setType (line 96) | public void setType(Type type) method getColor (line 101) | @Nullable method setColor (line 107) | public void setColor(int color) method getGradientColors (line 113) | public int[] getGradientColors() method setGradientColors (line 118) | public void setGradientColors(int[] colors) method getGradientPositions (line 123) | public float[] getGradientPositions() method setGradientPositions (line 128) | public void setGradientPositions(float[] positions) method setGradientColors (line 133) | public void setGradientColors(int startColor, int endColor) method getAlpha (line 138) | public int getAlpha() method setAlpha (line 143) | public void setAlpha(int alpha) method calculateFinalColor (line 149) | private void calculateFinalColor() method fillRect (line 161) | public void fillRect(Canvas c, Paint paint, method fillPath (line 248) | public void fillPath(Canvas c, Path path, Paint paint, method isClipPathSupported (line 329) | private boolean isClipPathSupported() method ensureClipPathSupported (line 334) | private void ensureClipPathSupported() 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 getLineHeight (line 170) | public static float getLineHeight(Paint paint) { method getLineHeight (line 174) | public static float getLineHeight(Paint paint, Paint.FontMetrics fontM... method getLineSpacing (line 179) | public static float getLineSpacing(Paint paint) { method getLineSpacing (line 183) | public static float getLineSpacing(Paint paint, Paint.FontMetrics font... method calcTextSize (line 197) | public static FSize calcTextSize(Paint paint, String demoText) { method calcTextSize (line 213) | public static void calcTextSize(Paint paint, String demoText, FSize ou... method generateDefaultValueFormatter (line 234) | private static IValueFormatter generateDefaultValueFormatter() { method getDefaultValueFormatter (line 240) | public static IValueFormatter getDefaultValueFormatter() method formatNumber (line 255) | public static String formatNumber(float number, int digitCount, boolea... method formatNumber (line 269) | public static String formatNumber(float number, int digitCount, boolea... method roundToNextSignificant (line 355) | public static float roundToNextSignificant(double number) { method getDecimals (line 375) | public static int getDecimals(float number) { method convertIntegers (line 391) | public static int[] convertIntegers(List integers) { method copyIntegers (line 400) | public static void copyIntegers(List from, int[] to){ method convertStrings (line 413) | public static String[] convertStrings(List strings) { method copyStrings (line 424) | public static void copyStrings(List from, String[] to){ method nextUp (line 438) | public static double nextUp(double d) { method getPosition (line 458) | public static MPPointF getPosition(MPPointF center, float dist, float ... method getPosition (line 465) | public static void getPosition(MPPointF center, float dist, float angl... method velocityTrackerPointerUpCleanUpIfNecessary (line 470) | public static void velocityTrackerPointerUpCleanUpIfNecessary(MotionEv... method postInvalidateOnAnimation (line 502) | @SuppressLint("NewApi") method getMinimumFlingVelocity (line 510) | public static int getMinimumFlingVelocity() { method getMaximumFlingVelocity (line 514) | public static int getMaximumFlingVelocity() { method getNormalizedAngle (line 521) | public static float getNormalizedAngle(float angle) { method drawImage (line 530) | public static void drawImage(Canvas canvas, method drawXAxisValue (line 556) | public static void drawXAxisValue(Canvas c, String text, float x, floa... method drawMultilineText (line 622) | public static void drawMultilineText(Canvas c, StaticLayout textLayout, method drawMultilineText (line 699) | public static void drawMultilineText(Canvas c, String text, method getSizeOfRotatedRectangleByDegrees (line 723) | public static FSize getSizeOfRotatedRectangleByDegrees(FSize rectangle... method getSizeOfRotatedRectangleByRadians (line 737) | public static FSize getSizeOfRotatedRectangleByRadians(FSize rectangle... method getSizeOfRotatedRectangleByDegrees (line 751) | public static FSize getSizeOfRotatedRectangleByDegrees(float rectangle... method getSizeOfRotatedRectangleByRadians (line 766) | public static FSize getSizeOfRotatedRectangleByRadians(float rectangle... method getSDKInt (line 776) | 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 533) | public void setMinimumScaleY(float yScale) { method setMaximumScaleY (line 548) | public void setMaximumScaleY(float yScale) { method setMinMaxScaleY (line 558) | public void setMinMaxScaleY(float minScaleY, float maxScaleY) { method getMatrixTouch (line 577) | public Matrix getMatrixTouch() { method isInBoundsX (line 588) | public boolean isInBoundsX(float x) { method isInBoundsY (line 592) | public boolean isInBoundsY(float y) { method isInBounds (line 596) | public boolean isInBounds(float x, float y) { method isInBoundsLeft (line 600) | public boolean isInBoundsLeft(float x) { method isInBoundsRight (line 604) | public boolean isInBoundsRight(float x) { method isInBoundsTop (line 609) | public boolean isInBoundsTop(float y) { method isInBoundsBottom (line 613) | public boolean isInBoundsBottom(float y) { method getScaleX (line 621) | public float getScaleX() { method getScaleY (line 628) | public float getScaleY() { method getMinScaleX (line 632) | public float getMinScaleX() { method getMaxScaleX (line 636) | public float getMaxScaleX() { method getMinScaleY (line 640) | public float getMinScaleY() { method getMaxScaleY (line 644) | public float getMaxScaleY() { method getTransX (line 653) | public float getTransX() { method getTransY (line 662) | public float getTransY() { method isFullyZoomedOut (line 671) | public boolean isFullyZoomedOut() { method isFullyZoomedOutY (line 681) | public boolean isFullyZoomedOutY() { method isFullyZoomedOutX (line 691) | public boolean isFullyZoomedOutX() { method setDragOffsetX (line 701) | public void setDragOffsetX(float offset) { method setDragOffsetY (line 711) | public void setDragOffsetY(float offset) { method hasNoDragOffset (line 720) | public boolean hasNoDragOffset() { method canZoomOutMoreX (line 729) | public boolean canZoomOutMoreX() { method canZoomInMoreX (line 738) | public boolean canZoomInMoreX() { method canZoomOutMoreY (line 747) | public boolean canZoomOutMoreY() { method canZoomInMoreY (line 756) | 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