MCPcopy Create free account

hub / github.com/CNSRE/HTTPDNSLib / functions

Functions1,768 in github.com/CNSRE/HTTPDNSLib

↓ 294 callersMethodadd
(Vector3 other)
src/MPChartLib/src/com/github/mikephil/charting/matrix/Vector3.java:33
↓ 187 callersMethodsize
Returns the size (length) of the buffer array. @return
src/MPChartLib/src/com/github/mikephil/charting/buffer/AbstractBuffer.java:69
↓ 124 callersMethodsetColor
Sets the one and ONLY color that should be used for this DataSet. Internally, this recreates the colors array and adds the specified color. @param co
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:560
↓ 114 callersMethodgetVal
Returns the total value the entry represents. @return
src/MPChartLib/src/com/github/mikephil/charting/data/Entry.java:72
↓ 95 callersMethodgetXIndex
returns the x-index the value of this object is mapped to @return
src/MPChartLib/src/com/github/mikephil/charting/data/Entry.java:54
↓ 71 callersMethodconvertDpToPixel
This method converts dp unit to equivalent pixels, depending on device density. NEEDS UTILS TO BE INITIALIZED BEFORE USAGE. @param dp A value in dp (
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:107
↓ 71 callersMethodsetTypeface
sets a specific Typeface for the labels @param tf
src/MPChartLib/src/com/github/mikephil/charting/components/ComponentBase.java:90
↓ 67 callersMethodgetString
(String key, String defValue)
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/SpfConfig.java:47
↓ 61 callersMethodgetDataSets
Returns an the array of DataSets this object holds. @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:411
↓ 59 callersMethodgetAxisLeft
Returns the left y-axis object. In the horizontal bar-chart, this is the top axis. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1226
↓ 58 callersMethodgetAxisRight
Returns the right y-axis object. In the horizontal bar-chart, this is the bottom axis. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1236
↓ 50 callersMethodsetPinchZoom
if set to true, both x and y axis can be scaled with 2 fingers, if false, x and y axis can be scaled separately. default: false @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1303
↓ 44 callersMethodsetHighlightEnabled
If set to true, value highlighting is enabled which means that values can be highlighted programmatically or by touch gesture. @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:861
↓ 43 callersMethodpointValuesToPixel
Transform an array of points with all matrices. VERY IMPORTANT: Keep matrix order "value-touch-offset" when transforming. @param pts
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:307
↓ 43 callersMethodsetStartAtZero
enable this to force the y-axis labels to always start at zero @param enabled
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:212
↓ 42 callersMethodsetTextSize
Sets the size of the label-text. @param size
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:244
↓ 40 callersMethodgetAxisDependency
Returns the axis this DataSet should be plotted against. @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:387
↓ 40 callersMethodgetData
(int count, float range)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/LineChartActivityColored.java:95
↓ 39 callersMethodgetPosition
Calculates the position around a center point, depending on the distance from the center, and the angle of the position around the center. @param cen
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:467
↓ 39 callersMethodisStartAtZeroEnabled
returns true if the chart is set to start at zero, false otherwise @return
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:221
↓ 38 callersMethodgetDataSetCount
returns the number of LineDataSets this object contains @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:297
↓ 34 callersMethodgetPhaseY
This gets the y-phase that is used to animate the values. @return
src/MPChartLib/src/com/github/mikephil/charting/animation/ChartAnimator.java:281
↓ 34 callersMethodsetDrawValues
set this to true to draw y-values on the chart NOTE (for bar and linechart): if "maxvisiblecount" is reached, no values will be drawn even if this is
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:408
↓ 34 callersMethodsetEnabled
Set this to true if this component should be enabled (should be drawn), false if not. If disabled, nothing of this component will be drawn. Default: t
src/MPChartLib/src/com/github/mikephil/charting/components/ComponentBase.java:145
↓ 33 callersMethodlength
()
src/MPChartLib/src/com/github/mikephil/charting/matrix/Vector3.java:100
↓ 33 callersMethodsetDescription
set a description text that appears in the bottom right corner of the chart, size = Y-legend text size @param desc
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:975
↓ 33 callersMethodsetDrawGridLines
Set this to true to enable drawing the grid lines for this axis. @param enabled
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:59
↓ 31 callersMethodgetApplicationContext
()
src/DNSCache/src/com/sina/util/dnscache/AppConfigUtil.java:21
↓ 31 callersMethodgetDataSetByIndex
(int index)
src/MPChartLib/src/com/github/mikephil/charting/data/PieData.java:64
↓ 30 callersMethodcontentBottom
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:97
↓ 30 callersMethodgetEntryForXIndex
Returns the first Entry object found at the given xIndex with binary search. If the no Entry at the specifed x-index is found, this method returns the
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:177
↓ 30 callersMethodgetXAxis
Returns the object that represents all x-labels that are placed around the RadarChart. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:231
↓ 30 callersMethodsetLineWidth
set the line width of the chart (min = 0.2f, max = 12f); default 2f NOTE: thinner line == better performance, thicker line == worse performance @para
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:88
↓ 29 callersMethodgetLegend
Returns the Legend object of the chart. This method can be used to get an instance of the legend in order to customize the automatically generated Leg
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1124
↓ 27 callersMethodgetTransformer
(AxisDependency axis)
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarLineScatterCandleDataProvider.java:8
↓ 27 callersMethodisDrawValuesEnabled
returns true if y-value drawing is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:417
↓ 27 callersMethodisEnabled
Returns true if this comonent is enabled (should be drawn), false if not. @return
src/MPChartLib/src/com/github/mikephil/charting/components/ComponentBase.java:154
↓ 27 callersMethodsetDrawGridBackground
set this to true to draw the grid background, false if not @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:947
↓ 26 callersMethodsetData
()
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/RadarChartActivitry.java:155
↓ 25 callersMethodcontentTop
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:85
↓ 25 callersMethodgetPhaseX
This gets the x-phase that is used to animate the values. @return
src/MPChartLib/src/com/github/mikephil/charting/animation/ChartAnimator.java:299
↓ 24 callersMethodcontentRight
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:93
↓ 24 callersMethodset
(Vector3 other)
src/MPChartLib/src/com/github/mikephil/charting/matrix/Vector3.java:78
↓ 23 callersMethodanimateX
Animates the rendering of the chart on the x-axis with the specified animation time. If animate(...) is called, no further calling of invalidate() is
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:704
↓ 23 callersMethodcontentLeft
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:89
↓ 23 callersMethodgetColor
(Entry e, int index)
src/MPChartLib/src/com/github/mikephil/charting/utils/ColorFormatter.java:14
↓ 23 callersMethodgetXValCount
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:25
↓ 23 callersMethodsetValueTextSize
Sets the text-size of the value-labels of this DataSet in dp. @param size
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:693
↓ 23 callersMethodstart
()
src/DNSCache/src/com/sina/util/dnscache/DNSCache.java:229
↓ 22 callersMethodclear
清除全部缓存数据
src/DNSCache/src/com/sina/util/dnscache/cache/IDnsCache.java:67
↓ 21 callersMethodanimateY
Animates the rendering of the chart on the y-axis with the specified animation time. If animate(...) is called, no further calling of invalidate() is
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:717
↓ 21 callersMethodgetItemId
(int position)
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskModelAdapter.java:45
↓ 21 callersMethodsetCircleSize
sets the size (radius) of the circle shpaed value indicators, default size = 4f @param size
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:105
↓ 20 callersMethodgetEntryCount
returns the number of y-values this DataSet represents @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:144
↓ 20 callersMethodgetEntryPosition
Returns the position of the provided entry in the DataSets Entry array. Returns -1 if doesn't exist. @param e @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:609
↓ 20 callersMethodgetInstance
()
src/DNSCache/src/com/sina/util/dnscache/log/HttpDnsLogManager.java:83
↓ 20 callersMethodgetYVals
returns the DataSets Entry array @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:256
↓ 20 callersMethodlog
( String tag, String msg )
src/DNSCache/src/com/sina/util/dnscache/Tools.java:167
↓ 20 callersMethodsetValueTypeface
Sets a Typeface for the value-labels of this DataSet. @param tf
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:680
↓ 19 callersMethodcalcTextWidth
calculates the approximate width of a text, depending on a demo text avoid repeated calls (e.g. inside drawing methods) @param paint @param demoText
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:154
↓ 19 callersMethodgetGroupSpace
Returns the space that is left out between groups of bars. Always returns 0 if the BarData object only contains one DataSet (because for one DataSet,
src/MPChartLib/src/com/github/mikephil/charting/data/BarData.java:63
↓ 19 callersMethodgetLabel
Returns the label string that describes the DataSet. @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:358
↓ 18 callersMethodanimateXY
Animates the drawing / rendering of the chart on both x- and y-axis with the specified animation time. If animate(...) is called, no further calling o
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:690
↓ 18 callersMethodgetBarData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarDataProvider.java:7
↓ 18 callersMethodgetData
Returns the data, additional information that this Entry represents, or null, if no data has been specified. @return
src/MPChartLib/src/com/github/mikephil/charting/data/Entry.java:91
↓ 18 callersMethodgetYMax
Returns the greatest y-value the data object contains. @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:330
↓ 18 callersMethodgetYMin
Returns the smallest y-value the data object contains. @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:308
↓ 18 callersMethodisInBoundsLeft
(float x)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:377
↓ 18 callersMethodisInBoundsRight
(float x)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:381
↓ 18 callersMethodreset
Resets the buffer index to 0 and makes the buffer reusable.
src/MPChartLib/src/com/github/mikephil/charting/buffer/AbstractBuffer.java:60
↓ 18 callersMethodsetOnChartValueSelectedListener
set a selection listener for the chart @param l
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:832
↓ 17 callersMethodcalcTextHeight
calculates the approximate height of a text, depending on a demo text avoid repeated calls (e.g. inside drawing methods) @param paint @param demoText
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:166
↓ 17 callersMethodgetInstance
()
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskManager.java:31
↓ 17 callersMethodgetTextSize
Returns the size of the label text. @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:253
↓ 17 callersMethodlineTo
(float x, float y)
src/MPChartLib/src/com/github/mikephil/charting/buffer/LineBuffer.java:27
↓ 17 callersMethodsetCircleColor
Sets the one and ONLY color that should be used for this DataSet. Internally, this recreates the colors array and adds the specified color. @param co
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:269
↓ 16 callersMethodgetRotationAngle
gets a normalized version of the current rotation angle of the pie chart, which will always be between 0.0 < 360.0 @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:327
↓ 16 callersMethodgetYValCount
Returns the total number of y-values across all DataSet objects the this object represents. @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:373
↓ 16 callersMethodisHighlightEnabled
returns true if highlighting of values is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:870
↓ 16 callersMethodisPinchZoomEnabled
returns true if pinch-zoom is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1312
↓ 15 callersMethodgetInt
(String key, int defValue)
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/SpfConfig.java:51
↓ 15 callersMethodisInBoundsY
(float y)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:363
↓ 15 callersMethodsetDrawFilled
Set to true if the DataSet should be drawn filled (surface), and not just as a line, disabling this will give great performance boost! default: false
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:104
↓ 15 callersMethodsetLabelCount
sets the number of label entries for the y-axis max = 25, min = 2, default: 6, be aware that this number is not fixed and can only be approximated @p
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:150
↓ 15 callersMethodsetPosition
sets the position of the legend relative to the whole chart @param pos
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:238
↓ 15 callersMethodtoString
returns a string representation of the entry containing x-index and value
src/MPChartLib/src/com/github/mikephil/charting/data/Entry.java:141
↓ 14 callersMethodgetHeight
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:29
↓ 14 callersMethodgetValues
Returns the labels for this axis. @return
src/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java:182
↓ 14 callersMethodsetDrawCircles
set this to true to enable the drawing of circle indicators for this DataSet, default true @param enabled
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:162
↓ 14 callersMethodsetTextColor
Sets the color of the value-text that is drawn next to the LimitLine. @param color
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:169
↓ 14 callersMethodsetValueTextColor
Sets the color the value-labels of this DataSet should have. @param color
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:667
↓ 13 callersMethodgetFormattedValue
Called when a value (from labels, or inside the chart) is formatted before being drawn. For performance reasons, avoid excessive calculations and memo
src/MPChartLib/src/com/github/mikephil/charting/utils/ValueFormatter.java:22
↓ 13 callersMethodgetTextColor
Returns the color of the value-text that is drawn next to the LimitLine. @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:178
↓ 13 callersMethodgetWidth
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:27
↓ 13 callersMethodisInverted
(AxisDependency axis)
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarLineScatterCandleDataProvider.java:10
↓ 13 callersMethodsetColors
Sets the colors that should be used fore this DataSet. Colors are reused as soon as the number of Entries the DataSet represents is higher than the si
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:505
↓ 13 callersMethodtoString
返回 url 信息 @return
src/DNSCache/src/com/sina/util/dnscache/DomainInfo.java:117
↓ 12 callersMethoddisableFiltering
Disables data filtering for the chart.
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1284
↓ 12 callersMethodenableFiltering
Enables data filtering for the chart data, filtering will use the user customized Approximator handed over to this method. @param a
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1276
↓ 12 callersMethodgetDataSetIndex
returns the index of the DataSet the highlighted value is in @return
src/MPChartLib/src/com/github/mikephil/charting/utils/Highlight.java:51
next →1–100 of 1,768, ranked by callers