MCPcopy Create free account

hub / github.com/CNSRE/HTTPDNSLib / functions

Functions1,768 in github.com/CNSRE/HTTPDNSLib

↓ 6 callersMethodsetScatterShapeSize
Sets the size in density pixels the drawn scattershape will have. This only applies for non custom shapes. @param size
src/MPChartLib/src/com/github/mikephil/charting/data/ScatterDataSet.java:60
↓ 6 callersMethodvaluesToHighlight
Returns true if there are values to highlight, false if there are no values to highlight. Checks if the highlight array is null, has a length of zero
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:458
↓ 6 callersMethodwriteLog
记录日志 @param type 日志类型 @param body 日志信息,建议用json字符串
src/DNSCache/src/com/sina/util/dnscache/log/IDnsLog.java:15
↓ 5 callersMethoddistanceToCenter
Returns the distance of a certain point on the chart to the center of the chart. @param c the center @param x @param y @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:263
↓ 5 callersMethodgetAxisDependency
()
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:103
↓ 5 callersMethodgetBarSpace
returns the space between bars as the actual value (0 - 1.0f) @return
src/MPChartLib/src/com/github/mikephil/charting/data/BarDataSet.java:145
↓ 5 callersMethodgetBubbleData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BubbleDataProvider.java:7
↓ 5 callersMethodgetDashPathEffect
returns the DashPathEffect that is set for this LimitLine @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:160
↓ 5 callersMethodgetEasingFunctionFromOption
(EasingOption easing)
src/MPChartLib/src/com/github/mikephil/charting/animation/Easing.java:46
↓ 5 callersMethodgetGridColor
Returns the color of the grid lines for this axis (the horizontal lines coming from each label). @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:106
↓ 5 callersMethodgetGridLineWidth
Returns the width of the grid lines that are drawn away from each axis label. @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:144
↓ 5 callersMethodgetHighLightColor
Returns the color that is used for drawing the highlight indicators. @return
src/MPChartLib/src/com/github/mikephil/charting/data/BarLineScatterCandleDataSet.java:38
↓ 5 callersMethodgetLimitLines
Returns the LimitLines of this axis. @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:220
↓ 5 callersMethodgetLineColor
Returns the color that is used for this LimitLine @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:121
↓ 5 callersMethodgetLow
Returns the lower shadows lowest value. @return
src/MPChartLib/src/com/github/mikephil/charting/data/CandleEntry.java:115
↓ 5 callersMethodgetSPID
获取 sp id @return
src/DNSCache/src/com/sina/util/dnscache/net/networktype/NetworkManager.java:169
↓ 5 callersMethodgetScaleX
returns the current x-scale factor
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:398
↓ 5 callersMethodgetStackIndex
Only needed if a stacked-barchart entry was highlighted. References the selected value within the stacked-entry. @return
src/MPChartLib/src/com/github/mikephil/charting/utils/Highlight.java:70
↓ 5 callersMethodgetYAxis
Returns the object that represents all y-labels of the RadarChart. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:221
↓ 5 callersMethodgetYChartMax
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:23
↓ 5 callersMethodgetYOffset
Use this to return the desired position offset you wish the MarkerView to have on the y-axis. By returning -getHeight() you will cause the MarkerView
src/MPChartLib/src/com/github/mikephil/charting/components/MarkerView.java:96
↓ 5 callersMethodgetYValueSum
returns the total value (sum) of all y-values across all DataSets @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:879
↓ 5 callersMethodhighlightTouch
Highlights the value selected by touch gesture. Unlike highlightValues(...), this generates a callback to the OnChartValueSelectedListener. @param hi
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:508
↓ 5 callersMethodisDrawGridLinesEnabled
Returns true if drawing grid lines is enabled for this axis. @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:68
↓ 5 callersMethodisNum
是否为数字 @param str @return
src/DNSCache/src/com/sina/util/dnscache/DNSCacheConfig.java:226
↓ 5 callersMethodoffsetBottom
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:81
↓ 5 callersMethodpathValueToPixel
transform a path with all the given matrices VERY IMPORTANT: keep order to value-touch-offset @param path
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:282
↓ 5 callersMethodrenderAxisLabels
Draws the axis labels to the screen. @param c
src/MPChartLib/src/com/github/mikephil/charting/renderer/AxisRenderer.java:98
↓ 5 callersMethodsetCenterTextTypeface
sets the typeface for the center-text paint @param t
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:401
↓ 5 callersMethodsetDrawValueAboveBar
If set to true, all values are drawn above their bars, instead of below their top. @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarChart.java:273
↓ 5 callersMethodsetFormSize
sets the size in pixels of the legend forms, this is internally converted in dp, default 8f @param size
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:284
↓ 5 callersMethodsetRotationAngle
Set an offset for the rotation of the RadarChart in degrees. Default 270f --> top (NORTH) @param angle
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:305
↓ 5 callersMethodsetValueFormatter
Sets the formatter to be used for drawing the values inside the chart. If no formatter is set, the chart will automatically determine a reasonable for
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:628
↓ 5 callersMethodupdate
(int id, E value)
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/TaskSettingFragment.java:367
↓ 4 callersMethodaddLimitLine
Adds a new LimitLine to this axis. @param l
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:190
↓ 4 callersMethodcomputeLegend
Prepares the legend and calculates all needed forms, labels and colors. @param data
src/MPChartLib/src/com/github/mikephil/charting/renderer/LegendRenderer.java:69
↓ 4 callersMethodcontentWidth
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:101
↓ 4 callersMethodcreateDefault
()
src/DNSCache/src/com/sina/util/dnscache/DNSCacheConfig.java:370
↓ 4 callersMethoddisableScroll
disables intercept touchevents
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1152
↓ 4 callersMethoddraw
Draws the MarkerView on the given position on the screen with the given Canvas object. @param canvas @param posx @param posy
src/MPChartLib/src/com/github/mikephil/charting/components/MarkerView.java:57
↓ 4 callersMethodenableDashedLine
Enables the line to be drawn in dashed mode, e.g. like this "- - - - - -" @param lineLength the length of the line pieces @param spaceLength the leng
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:132
↓ 4 callersMethodgenerateXVals
Generates an x-values array filled with numbers in range specified by the parameters. Can be used for convenience. @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:819
↓ 4 callersMethodgetAxisLineColor
Returns the color of the axis line (line alongside the axis). @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:162
↓ 4 callersMethodgetAxisLineWidth
Returns the width of the axis line (line alongside the axis). @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:124
↓ 4 callersMethodgetDeltaY
Returns the delta-y value (y-value range) of the specified axis. @param axis @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:771
↓ 4 callersMethodgetEntryForHighlight
Get the Entry for a corresponding highlight object @param highlight @return the entry that is highlighted
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:474
↓ 4 callersMethodgetFillAlpha
returns the alpha value that is used for filling the line surface, default: 85 @return
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:59
↓ 4 callersMethodgetFirstLeft
()
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:795
↓ 4 callersMethodgetFirstRight
()
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:804
↓ 4 callersMethodgetFormattedLabel
Returns the formatted y-label at the specified index. This will either use the auto-formatter or the custom formatter (if one is set). @param index @
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:347
↓ 4 callersMethodgetFullLegendWidth
Returns the required right offset for the chart. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:387
↓ 4 callersMethodgetHostName
从 url 中截取 domain @param url @return
src/DNSCache/src/com/sina/util/dnscache/Tools.java:43
↓ 4 callersMethodgetIndexOfDataSet
Returns the index of the provided DataSet inside the DataSets array of this data object. Returns -1 if the DataSet was not found. @param dataSet @ret
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:785
↓ 4 callersMethodgetItem
(int pos)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/fragments/SimpleChartDemo.java:58
↓ 4 callersMethodgetLabel
Returns the label that is drawn next to the limit line. @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:235
↓ 4 callersMethodgetLabelPosition
Returns the position of the LimitLine label (value). @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:216
↓ 4 callersMethodgetLocalIpAddress
获取本机IP函数
src/DNSCache/src/com/sina/util/dnscache/net/networktype/NetworkManager.java:182
↓ 4 callersMethodgetLogFolder
()
src/DNSCacheTest/src/com/sina/util/dnscache/util/HttpDnsRecordUtil.java:131
↓ 4 callersMethodgetMinimumFlingVelocity
()
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:512
↓ 4 callersMethodgetNetworkType
获取自定义当前联网类型 @return 网络类型。-1为网络不可用;0为未知网络;1为WIFI;2为2G;3为3G;4为4G
src/DNSCache/src/com/sina/util/dnscache/net/networktype/NetworkManager.java:263
↓ 4 callersMethodgetPaintAxisLabels
Returns the Paint object used for drawing the axis (labels). @return
src/MPChartLib/src/com/github/mikephil/charting/renderer/AxisRenderer.java:60
↓ 4 callersMethodgetPaintCenterText
()
src/MPChartLib/src/com/github/mikephil/charting/renderer/PieChartRenderer.java:77
↓ 4 callersMethodgetRandom
(float range, float startsfrom)
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/CombinedChartActivity.java:187
↓ 4 callersMethodgetRequiredBaseOffset
Returns the base offset needed for the chart without calculating the legend size. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:380
↓ 4 callersMethodgetSize
Returns the size of this entry (the size of the bubble). @return
src/MPChartLib/src/com/github/mikephil/charting/data/BubbleEntry.java:55
↓ 4 callersMethodgetTextStyle
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:197
↓ 4 callersMethodgetValueCount
returns the total number of values the chart holds (across all DataSets) @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:945
↓ 4 callersMethodgetValuesByTouchPoint
Returns the x and y values in the chart at the given touch point (encapsulated in a PointD). This method transforms pixel coordinates to coordinates /
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:406
↓ 4 callersMethodgetYValForXIndex
Returns the value of the Entry object at the given xIndex. Returns Float.NaN if no value is at the given x-index. INFORMATION: This method does calcul
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:157
↓ 4 callersMethodhasChartDimens
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:56
↓ 4 callersMethodinitDtaa
()
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskModelAdapter.java:29
↓ 4 callersMethodisActivate
是否是激活状态 @return
src/DNSCache/src/com/sina/util/dnscache/dnsp/IDnsProvider.java:23
↓ 4 callersMethodisDragDecelerationEnabled
If set to true, chart continues to scroll after touch up default: true
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:632
↓ 4 callersMethodisDrawAxisLineEnabled
Returns true if the line alongside the axis should be drawn. @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:86
↓ 4 callersMethodisDrawCubicEnabled
returns true if drawing cubic lines is enabled, false if not. @return
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:190
↓ 4 callersMethodisScaleXEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:915
↓ 4 callersMethodisScaleYEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:919
↓ 4 callersMethodisStacked
Returns true if this DataSet is stacked (stacksize > 1) or not. @return
src/MPChartLib/src/com/github/mikephil/charting/data/BarDataSet.java:117
↓ 4 callersMethodlimitFrom
limits the drawing on the x-axis
src/MPChartLib/src/com/github/mikephil/charting/buffer/AbstractBuffer.java:44
↓ 4 callersMethodlimitTo
limits the drawing on the x-axis
src/MPChartLib/src/com/github/mikephil/charting/buffer/AbstractBuffer.java:51
↓ 4 callersMethodneedsDefaultFormatter
If this component has no ValueFormatter or is only equipped with the default one (no custom set), return true. @return
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:387
↓ 4 callersMethodneedsOffset
Returns true if this axis needs horizontal offset, false if no offset is needed. @return
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:402
↓ 4 callersMethodoffsetRight
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:73
↓ 4 callersMethodpostInvalidateOnAnimation
Original method view.postInvalidateOnAnimation() only supportd in API >= 16, This is a replica of the code from ViewCompat. @param view
src/MPChartLib/src/com/github/mikephil/charting/utils/Utils.java:504
↓ 4 callersMethodprepareMatrixValuePx
Prepares the matrix that transforms values to pixels. Calculates the scale factors from the charts size and offsets. @param chart
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:40
↓ 4 callersMethodputInt
(String key, int value)
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/SpfConfig.java:35
↓ 4 callersMethodrectValueToPixel
Transform a rectangle with all matrices. @param r
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:319
↓ 4 callersMethodrestrainViewPort
(float offsetLeft, float offsetTop, float offsetRight, float offsetBottom)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:63
↓ 4 callersMethodsaveLocalConfigAndSync
保存本地配置信息。 @param ctx @param configStr
src/DNSCache/src/com/sina/util/dnscache/DNSCacheConfig.java:192
↓ 4 callersMethodsetCenterText
sets the text that is displayed in the center of the pie-chart. By default, the text is "Total Value + sumofallvalues" @param text
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:328
↓ 4 callersMethodsetDragDecelerationFrictionCoef
Deceleration friction coefficient in [0 ; 1] interval, higher values indicate that speed will decrease slowly, for example if it set to 0, it will sto
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:662
↓ 4 callersMethodsetDrawCenterText
set this to true to draw the text that is displayed in the center of the pie chart @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:347
↓ 4 callersMethodsetDrawHoleEnabled
set this to true to draw the pie center empty @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:308
↓ 4 callersMethodsetHoleRadius
sets the radius of the hole in the center of the piechart in percent of the maximum radius (max = the radius of the whole chart), default 50% @param
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:439
↓ 4 callersMethodsetLabelPosition
Sets the position of the LimitLine value label (either on the right or on the left edge of the chart). Not supported for RadarChart. @param pos
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:207
↓ 4 callersMethodsetRotationEnabled
Set this to true to enable the rotation / spinning of the chart by touch. Set it to false to disable it. Default: true @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:337
↓ 4 callersMethodsetScatterShape
Sets the shape that is drawn on the position where the values are at. If "CUSTOM" is chosen, you need to call setCustomScatterShape(...) and provide a
src/MPChartLib/src/com/github/mikephil/charting/data/ScatterDataSet.java:80
↓ 4 callersMethodsetSliceSpace
sets the space that is left out between the piechart-slices, default: 0° --> no space, maximum 45, minimum 0 (no space) @param degrees
src/MPChartLib/src/com/github/mikephil/charting/data/PieDataSet.java:44
↓ 4 callersMethodsetTransparentCircleRadius
sets the radius of the transparent circle that is drawn next to the hole in the piechart in percent of the maximum radius (max = the radius of the who
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:459
↓ 4 callersMethodsetUsePercentValues
If this is enabled, values inside the PieChart are drawn in percent and not with their original value. Values provided for the ValueFormatter to forma
src/MPChartLib/src/com/github/mikephil/charting/charts/PieChart.java:492
← previousnext →201–300 of 1,768, ranked by callers