Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CNSRE/HTTPDNSLib
/ functions
Functions
1,768 in github.com/CNSRE/HTTPDNSLib
⨍
Functions
1,768
◇
Types & classes
261
↓ 12 callers
Method
getXChartMax
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:19
↓ 12 callers
Method
isFilteringEnabled
returns true if data filtering is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/charts/BarLineChartBase.java:1293
↓ 12 callers
Method
moveTo
(float x, float y)
src/MPChartLib/src/com/github/mikephil/charting/buffer/LineBuffer.java:14
↓ 12 callers
Method
setDragEnabled
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 callers
Method
setDrawHighlightArrow
set this to true to draw the highlightning arrow @param enabled
src/MPChartLib/src/com/github/mikephil/charting/charts/BarChart.java:254
↓ 12 callers
Method
setPosition
sets the position of the x-labels @param pos
src/MPChartLib/src/com/github/mikephil/charting/components/XAxis.java:87
↓ 12 callers
Method
setScaleEnabled
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 callers
Method
setTouchEnabled
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 callers
Method
getCenterOffsets
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:33
↓ 11 callers
Method
getChartHeight
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:117
↓ 11 callers
Method
getHoloBlue
Returns the Android ICS holo blue light color. @return
src/MPChartLib/src/com/github/mikephil/charting/utils/ColorTemplate.java:64
↓ 11 callers
Method
getInstance
()
src/DNSCache/src/com/sina/util/dnscache/DNSCache.java:74
↓ 11 callers
Method
getLineData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/LineDataProvider.java:9
↓ 11 callers
Method
getLineWidth
returns the width of limit line @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:102
↓ 11 callers
Method
getTransformer
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 callers
Method
getTypeface
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 callers
Method
getXVals
returns the x-values the chart represents @return
src/MPChartLib/src/com/github/mikephil/charting/data/ChartData.java:382
↓ 11 callers
Method
init
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 callers
Method
notifyDataSetChanged
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 callers
Method
offsetLeft
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:69
↓ 11 callers
Method
pixelsToValue
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 callers
Method
saveToPath
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 callers
Method
setHighLightColor
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 callers
Method
getChartWidth
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:121
↓ 10 callers
Method
getPosition
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 callers
Method
getPosition
(Entry e, AxisDependency axis)
src/MPChartLib/src/com/github/mikephil/charting/charts/HorizontalBarChart.java:182
↓ 10 callers
Method
getXOffset
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 callers
Method
getYChartMin
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:21
↓ 10 callers
Method
isDrawFilledEnabled
returns true if filled drawing is enabled, false if not @return
src/MPChartLib/src/com/github/mikephil/charting/data/LineRadarDataSet.java:113
↓ 10 callers
Method
setAxisMaxValue
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 callers
Method
setDrawBarShadow
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 callers
Method
setSpaceTop
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 callers
Method
toString
()
src/DNSCache/src/com/sina/util/dnscache/model/IpModel.java:121
↓ 9 callers
Method
getContentRect
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ChartInterface.java:35
↓ 9 callers
Method
getFactor
Returns the factor that is needed to transform values into pixels. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:185
↓ 9 callers
Method
getInstance
()
src/DNSCacheTest/src/com/sina/util/dnscache/tasksetting/SpfConfig.java:18
↓ 9 callers
Method
getInstance
()
src/DNSCache/src/com/sina/util/dnscache/net/networktype/NetworkManager.java:40
↓ 9 callers
Method
getMatrixTouch
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 callers
Method
getOnChartGestureListener
Returns the custom gesture listener. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:851
↓ 9 callers
Method
getPosition
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 callers
Method
getScatterData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/ScatterDataProvider.java:7
↓ 9 callers
Method
isInBoundsBottom
(float y)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:390
↓ 9 callers
Method
isInBoundsTop
(float y)
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:386
↓ 9 callers
Method
setAxisDependency
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 callers
Method
setDrawAxisLine
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 callers
Method
setDrawCubic
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 callers
Method
setFillColor
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 callers
Method
setForm
sets the form/shape of the legend forms @param shape
src/MPChartLib/src/com/github/mikephil/charting/components/Legend.java:274
↓ 9 callers
Method
setMaxVisibleValueCount
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 callers
Method
toString
returns a string representation of the object
src/MPChartLib/src/com/github/mikephil/charting/utils/PointD.java:20
↓ 8 callers
Method
addBar
(float left, float top, float right, float bottom)
src/MPChartLib/src/com/github/mikephil/charting/buffer/BarBuffer.java:36
↓ 8 callers
Method
addDataSet
()
src/MPChartExample/src/com/xxmassdeveloper/mpchartexample/DynamicalAddingActivity.java:107
↓ 8 callers
Method
getCandleData
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/CandleDataProvider.java:7
↓ 8 callers
Method
getHigh
Returns the upper shadows highest value. @return
src/MPChartLib/src/com/github/mikephil/charting/data/CandleEntry.java:102
↓ 8 callers
Method
getSliceAngle
Returns the angle that each slice in the radar chart occupies. @return
src/MPChartLib/src/com/github/mikephil/charting/charts/RadarChart.java:196
↓ 8 callers
Method
getVals
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 callers
Method
getValueFormatter
Returns the formatter used for drawing the values inside the chart. @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:641
↓ 8 callers
Method
isVisible
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 callers
Method
offsetTop
()
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:77
↓ 8 callers
Method
setAxisMinValue
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 callers
Method
setHighlightIndicatorEnabled
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 callers
Method
setSpaceBetweenLabels
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 callers
Method
setValueFormatter
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 callers
Method
applyValueTextStyle
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 callers
Method
computeAxis
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 callers
Method
drawLabel
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 callers
Method
getAxisMaxValue
()
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:250
↓ 7 callers
Method
getLimit
Returns the limit that is set for this line. @return
src/MPChartLib/src/com/github/mikephil/charting/components/LimitLine.java:78
↓ 7 callers
Method
getPriority
被执行的优先级 @return
src/DNSCache/src/com/sina/util/dnscache/dnsp/IDnsProvider.java:17
↓ 7 callers
Method
getYMin
returns the current y-min value across all DataSets @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:897
↓ 7 callers
Method
isDrawCirclesEnabled
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 callers
Method
isDrawHighlightArrowEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarDataProvider.java:10
↓ 7 callers
Method
isDrawLabelsEnabled
Returns true if drawing the labels is enabled for this axis. @return
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:181
↓ 7 callers
Method
isInBoundsX
BELOW METHODS FOR BOUNDS CHECK
src/MPChartLib/src/com/github/mikephil/charting/utils/ViewPortHandler.java:356
↓ 7 callers
Method
refresh
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 callers
Method
renderLimitLines
Draws the LimitLines associated with this axis to the screen. @param c
src/MPChartLib/src/com/github/mikephil/charting/renderer/AxisRenderer.java:119
↓ 7 callers
Method
setFillAlpha
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 callers
Method
setNoDataTextDescription
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 callers
Method
setPhases
Set the phases used for animations. @param phaseX @param phaseY
src/MPChartLib/src/com/github/mikephil/charting/buffer/AbstractBuffer.java:79
↓ 7 callers
Method
setXEntrySpace
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 callers
Method
drawForm
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 callers
Method
drawLabels
draws the x-labels on the specified y-position @param pos
src/MPChartLib/src/com/github/mikephil/charting/renderer/XAxisRenderer.java:118
↓ 6 callers
Method
drawLabels
draws the x-labels on the specified y-position @param pos
src/MPChartLib/src/com/github/mikephil/charting/renderer/XAxisRendererHorizontalBarChart.java:83
↓ 6 callers
Method
execute
(Runnable command)
src/DNSCache/src/com/sina/util/dnscache/thread/RealTimeThreadPool.java:28
↓ 6 callers
Method
getAngleForPoint
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 callers
Method
getAxisMinValue
()
src/MPChartLib/src/com/github/mikephil/charting/components/YAxis.java:225
↓ 6 callers
Method
getColors
returns all the colors that are set for this DataSet @return
src/MPChartLib/src/com/github/mikephil/charting/data/DataSet.java:570
↓ 6 callers
Method
getCount
()
src/DNSCacheTest/src/com/sina/util/dnscache/simulationtask/TaskModelAdapter.java:33
↓ 6 callers
Method
getMaxVisibleCount
()
src/MPChartLib/src/com/github/mikephil/charting/interfaces/BarLineScatterCandleDataProvider.java:9
↓ 6 callers
Method
getPaintHole
()
src/MPChartLib/src/com/github/mikephil/charting/renderer/PieChartRenderer.java:69
↓ 6 callers
Method
getStringDateShort
(long time)
src/DNSCache/src/com/sina/util/dnscache/Tools.java:155
↓ 6 callers
Method
getYMax
returns the current y-max value across all DataSets @return
src/MPChartLib/src/com/github/mikephil/charting/charts/Chart.java:888
↓ 6 callers
Method
highlightValues
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 callers
Method
isDrawLimitLinesBehindDataEnabled
()
src/MPChartLib/src/com/github/mikephil/charting/components/AxisBase.java:234
↓ 6 callers
Method
isEmpty
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 callers
Method
loadEntriesFromAssets
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 callers
Method
saveToGallery
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 callers
Method
setBarSpacePercent
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 callers
Method
setDrawCircleHole
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 callers
Method
setMarkerView
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
← previous
next →
101–200 of 1,768, ranked by callers