MCPcopy Create free account

hub / github.com/CNSRE/HTTPDNSLib / functions

Functions1,768 in github.com/CNSRE/HTTPDNSLib

↓ 12 callersMethodgetXChartMax
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:19
↓ 12 callersMethodisFilteringEnabled
returns true if data filtering is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1293
↓ 12 callersMethodmoveTo
(float x, float y)
src/MPChartLib/src/com/github/mikephil/charting/buffer/LineBuffer.java:14
↓ 12 callersMethodsetDragEnabled
Set this to true to enable dragging (moving the chart with the finger) for the chart (this does not effect scaling). @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:883
↓ 12 callersMethodsetDrawHighlightArrow
set this to true to draw the highlightning arrow @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarChart.java:254
↓ 12 callersMethodsetPosition
sets the position of the x-labels @param pos
src/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java:87
↓ 12 callersMethodsetScaleEnabled
Set this to true to enable scaling (zooming in and out by gesture) for the chart (this does not effect dragging) on both X- and Y-Axis. @param enable
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:902
↓ 12 callersMethodsetTouchEnabled
Set this to false to disable all gestures and touches on the chart, default: true @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1095
↓ 11 callersMethodgetCenterOffsets
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:33
↓ 11 callersMethodgetChartHeight
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:117
↓ 11 callersMethodgetHoloBlue
Returns the Android ICS holo blue light color. @return
src/MPChartLib/src/com/github/mikephil/charting/utils/ColorTemplate.java:64
↓ 11 callersMethodgetInstance
()
src/DNSCache/src/com/sina/util/dnscache/DNSCache.java:74
↓ 11 callersMethodgetLineData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/LineDataProvider.java:9
↓ 11 callersMethodgetLineWidth
returns the width of limit line @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:102
↓ 11 callersMethodgetTransformer
Returns the Transformer class that contains all matrices and is responsible for transforming values into pixels on the screen and backwards. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:519
↓ 11 callersMethodgetTypeface
returns the Typeface used for the labels, returns null if none is set @return
src/MPChartLib/src/com/github/mikephil/charting/components/ComponentBase.java:81
↓ 11 callersMethodgetXVals
returns the x-values the chart represents @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:382
↓ 11 callersMethodinit
performs all kinds of initialization calculations, such as min-max and value count and sum
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:128
↓ 11 callersMethodnotifyDataSetChanged
Lets the chart know its underlying data has changed and performs all necessary recalculations.
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:328
↓ 11 callersMethodoffsetLeft
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:69
↓ 11 callersMethodpixelsToValue
Transforms the given array of touch positions (pixels) (x, y, x, y, ...) into values on the chart. @param pixels
src/MPChartLib/src/com/github/mikephil/charting/utils/Transformer.java:381
↓ 11 callersMethodsaveToPath
Saves the current chart state with the given name to the given path on the sdcard leaving the path empty "" will put the saved file directly on the SD
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1374
↓ 11 callersMethodsetHighLightColor
Sets the color that is used for drawing the highlight indicators. Dont forget to resolve the color using getResources().getColor(...) or Color.rgb(...
src/MPChartLib/src/com/github/mikephil/charting/data/BarLineScatterCandleDataSet.java:29
↓ 10 callersMethodgetChartWidth
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:121
↓ 10 callersMethodgetPosition
Returns the position (in pixels) the provided Entry has inside the chart view or null, if the provided Entry is null. @param e @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:813
↓ 10 callersMethodgetPosition
(Entry e, AxisDependency axis)
src/MPChartLib/src/com/github/mikephil/charting/charts/HorizontalBarChart.java:182
↓ 10 callersMethodgetXOffset
Use this to return the desired offset you wish the MarkerView to have on the x-axis. By returning -(getWidth() / 2) you will center the MarkerView hor
src/MPChartLib/src/com/github/mikephil/charting/components/MarkerView.java:87
↓ 10 callersMethodgetYChartMin
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:21
↓ 10 callersMethodisDrawFilledEnabled
returns true if filled drawing is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:113
↓ 10 callersMethodsetAxisMaxValue
Set a custom maximum value for this axis. If set, this value will not be calculated automatically depending on the provided data. Use resetAxisMaxValu
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:261
↓ 10 callersMethodsetDrawBarShadow
If set to true, a grey area is drawn behind each bar that indicates the maximum value. Enabling his will reduce performance by about 50%. @param enab
src/MPChartLib/src/com/github/mikephil/charting/charts/BarChart.java:311
↓ 10 callersMethodsetSpaceTop
Sets the top axis space in percent of the full range. Default 10f @param percent
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:278
↓ 10 callersMethodtoString
()
src/DNSCache/src/com/sina/util/dnscache/model/IpModel.java:121
↓ 9 callersMethodgetContentRect
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:35
↓ 9 callersMethodgetFactor
Returns the factor that is needed to transform values into pixels. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:185
↓ 9 callersMethodgetInstance
()
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/SpfConfig.java:18
↓ 9 callersMethodgetInstance
()
src/DNSCache/src/com/sina/util/dnscache/net/networktype/NetworkManager.java:40
↓ 9 callersMethodgetMatrixTouch
Returns the charts-touch matrix used for translation and scale on touch. @return
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:347
↓ 9 callersMethodgetOnChartGestureListener
Returns the custom gesture listener. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:851
↓ 9 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/charts/PieRadarChartBase.java:247
↓ 9 callersMethodgetScatterData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ScatterDataProvider.java:7
↓ 9 callersMethodisInBoundsBottom
(float y)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:390
↓ 9 callersMethodisInBoundsTop
(float y)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:386
↓ 9 callersMethodsetAxisDependency
Set the y-axis this DataSet should be plotted against (either LEFT or RIGHT). Default: LEFT @param dependency
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:397
↓ 9 callersMethodsetDrawAxisLine
Set this to true if the line alongside the axis should be drawn or not. @param enabled
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:77
↓ 9 callersMethodsetDrawCubic
If set to true, the linechart lines are drawn in cubic-style instead of linear. This affects performance! Default: false @param enabled
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:181
↓ 9 callersMethodsetFillColor
sets the color that is used for filling the line surface @param color
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:49
↓ 9 callersMethodsetForm
sets the form/shape of the legend forms @param shape
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:274
↓ 9 callersMethodsetMaxVisibleValueCount
sets the number of maximum visible drawn values on the chart only active when setDrawValues() is enabled @param count
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:833
↓ 9 callersMethodtoString
returns a string representation of the object
src/MPChartLib/src/com/github/mikephil/charting/utils/PointD.java:20
↓ 8 callersMethodaddBar
(float left, float top, float right, float bottom)
src/MPChartLib/src/com/github/mikephil/charting/buffer/BarBuffer.java:36
↓ 8 callersMethodaddDataSet
()
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/DynamicalAddingActivity.java:107
↓ 8 callersMethodgetCandleData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/CandleDataProvider.java:7
↓ 8 callersMethodgetHigh
Returns the upper shadows highest value. @return
src/MPChartLib/src/com/github/mikephil/charting/data/CandleEntry.java:102
↓ 8 callersMethodgetSliceAngle
Returns the angle that each slice in the radar chart occupies. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:196
↓ 8 callersMethodgetVals
Returns the stacked values this BarEntry represents, or null, if only a single value is represented (then, use getVal()). @return
src/MPChartLib/src/com/github/mikephil/charting/data/BarEntry.java:76
↓ 8 callersMethodgetValueFormatter
Returns the formatter used for drawing the values inside the chart. @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:641
↓ 8 callersMethodisVisible
Returns true if this DataSet is visible inside the chart, or false if it is currently hidden. @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:378
↓ 8 callersMethodoffsetTop
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:77
↓ 8 callersMethodsetAxisMinValue
Set a custom minimum value for this axis. If set, this value will not be calculated automatically depending on the provided data. Use resetAxisMinValu
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:238
↓ 8 callersMethodsetHighlightIndicatorEnabled
If set to true, the highlight indicator (vertical line for LineChart and ScatterChart, dark bar overlay for BarChart) that gives visual indication tha
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:849
↓ 8 callersMethodsetSpaceBetweenLabels
Sets the space (in characters) that should be left out between the x-axis labels, default 4. This only applies if the number of labels that will be sk
src/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java:98
↓ 8 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/components/YAxis.java:364
↓ 7 callersMethodapplyValueTextStyle
Applies the required styling (provided by the DataSet) to the value-paint object. @param set
src/MPChartLib/src/com/github/mikephil/charting/renderer/DataRenderer.java:90
↓ 7 callersMethodcomputeAxis
Computes the axis values. @param yMin - the minimum y-value in the data object for this axis @param yMax - the maximum y-value in the data object for
src/MPChartLib/src/com/github/mikephil/charting/renderer/YAxisRenderer.java:41
↓ 7 callersMethoddrawLabel
Draws the provided label at the given position. @param c canvas to draw with @param x @param y @param label the label to draw
src/MPChartLib/src/com/github/mikephil/charting/renderer/LegendRenderer.java:478
↓ 7 callersMethodgetAxisMaxValue
()
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:250
↓ 7 callersMethodgetLimit
Returns the limit that is set for this line. @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:78
↓ 7 callersMethodgetPriority
被执行的优先级 @return
src/DNSCache/src/com/sina/util/dnscache/dnsp/IDnsProvider.java:17
↓ 7 callersMethodgetYMin
returns the current y-min value across all DataSets @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:897
↓ 7 callersMethodisDrawCirclesEnabled
returns true if drawing circles for this DataSet is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:171
↓ 7 callersMethodisDrawHighlightArrowEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarDataProvider.java:10
↓ 7 callersMethodisDrawLabelsEnabled
Returns true if drawing the labels is enabled for this axis. @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:181
↓ 7 callersMethodisInBoundsX
BELOW METHODS FOR BOUNDS CHECK
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:356
↓ 7 callersMethodrefresh
call this method to refresh the graph with a given matrix @param newMatrix @return
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:255
↓ 7 callersMethodrenderLimitLines
Draws the LimitLines associated with this axis to the screen. @param c
src/MPChartLib/src/com/github/mikephil/charting/renderer/AxisRenderer.java:119
↓ 7 callersMethodsetFillAlpha
sets the alpha value (transparency) that is used for filling the line surface (0-255), default: 85 @param color
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:69
↓ 7 callersMethodsetNoDataTextDescription
Sets descriptive text to explain to the user why there is no chart available Defaults to empty if not set @param text
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1059
↓ 7 callersMethodsetPhases
Set the phases used for animations. @param phaseX @param phaseY
src/MPChartLib/src/com/github/mikephil/charting/buffer/AbstractBuffer.java:79
↓ 7 callersMethodsetXEntrySpace
sets the space between the legend entries on a horizontal axis in pixels, converts to dp internally @param space
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:313
↓ 6 callersMethoddrawForm
Draws the Legend-form at the given position with the color at the given index. @param c canvas to draw with @param x @param y @param index the index
src/MPChartLib/src/com/github/mikephil/charting/renderer/LegendRenderer.java:447
↓ 6 callersMethoddrawLabels
draws the x-labels on the specified y-position @param pos
src/MPChartLib/src/com/github/mikephil/charting/renderer/XAxisRenderer.java:118
↓ 6 callersMethoddrawLabels
draws the x-labels on the specified y-position @param pos
src/MPChartLib/src/com/github/mikephil/charting/renderer/XAxisRendererHorizontalBarChart.java:83
↓ 6 callersMethodexecute
(Runnable command)
src/DNSCache/src/com/sina/util/dnscache/thread/RealTimeThreadPool.java:28
↓ 6 callersMethodgetAngleForPoint
returns the angle relative to the chart center for the given point on the chart in degrees. The angle is always between 0 and 360°, 0° is NORTH, 90° i
src/MPChartLib/src/com/github/mikephil/charting/charts/PieRadarChartBase.java:215
↓ 6 callersMethodgetAxisMinValue
()
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:225
↓ 6 callersMethodgetColors
returns all the colors that are set for this DataSet @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:570
↓ 6 callersMethodgetCount
()
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskModelAdapter.java:33
↓ 6 callersMethodgetMaxVisibleCount
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarLineScatterCandleDataProvider.java:9
↓ 6 callersMethodgetPaintHole
()
src/MPChartLib/src/com/github/mikephil/charting/renderer/PieChartRenderer.java:69
↓ 6 callersMethodgetStringDateShort
(long time)
src/DNSCache/src/com/sina/util/dnscache/Tools.java:155
↓ 6 callersMethodgetYMax
returns the current y-max value across all DataSets @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:888
↓ 6 callersMethodhighlightValues
Highlights the values at the given indices in the given DataSets. Provide null or an empty array to undo all highlighting. This should be used to prog
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:472
↓ 6 callersMethodisDrawLimitLinesBehindDataEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:234
↓ 6 callersMethodisEmpty
Returns true if the chart is empty (meaning it's data object is either null or contains no entries). @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:311
↓ 6 callersMethodloadEntriesFromAssets
Loads an array of Entries from a textfile from the assets folder. @param am @param path the name of the file in the assets folder (+ path if needed)
src/MPChartLib/src/com/github/mikephil/charting/utils/FileUtils.java:109
↓ 6 callersMethodsaveToGallery
Saves the current state of the chart to the gallery as a JPEG image. The filename and compression can be set. 0 == maximum compression, 100 = low comp
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1408
↓ 6 callersMethodsetBarSpacePercent
sets the space between the bars in percent of the total bar width @param percent
src/MPChartLib/src/com/github/mikephil/charting/data/BarDataSet.java:154
↓ 6 callersMethodsetDrawCircleHole
Set this to true to allow drawing a hole in each data circle. @param enabled
src/MPChartLib/src/com/github/mikephil/charting/data/LineDataSet.java:304
↓ 6 callersMethodsetMarkerView
sets the view that is displayed when a value is clicked on the chart @param v
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:1104
← previousnext →101–200 of 1,768, ranked by callers