AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
com.ab.view.chart.ScatterChart 成员列表

成员的完整列表,这些成员属于 com.ab.view.chart.ScatterChart,包括所有继承而来的类成员

clickableAreasForPoints(float[] points, double[] values, float yAxisValue, int seriesIndex, int startIndex)com.ab.view.chart.ScatterChartinlineprotected
draw(Canvas canvas, int x, int y, int width, int height, Paint paint)com.ab.view.chart.XYChartinline
drawBackground(DefaultRenderer renderer, Canvas canvas, int x, int y, int width, int height, Paint paint, boolean newColor, int color)com.ab.view.chart.AbstractChartinlineprotected
drawChartValuesText(Canvas canvas, XYSeries series, SimpleSeriesRenderer renderer, Paint paint, float[] points, int seriesIndex, int startIndex)com.ab.view.chart.XYChartinlineprotected
drawCircle(Canvas canvas, Paint paint, float x, float y)com.ab.view.chart.ScatterChartinlineprivate
drawDiamond(Canvas canvas, Paint paint, float[] path, float x, float y)com.ab.view.chart.ScatterChartinlineprivate
drawLabel(Canvas canvas, String labelText, DefaultRenderer renderer, List< RectF > prevLabelsBounds, int centerX, int centerY, float shortRadius, float longRadius, float currentAngle, float angle, int left, int right, int color, Paint paint, boolean line)com.ab.view.chart.AbstractChartinlineprotected
drawLegend(Canvas canvas, DefaultRenderer renderer, String[] titles, int left, int right, int y, int width, int height, int legendSize, Paint paint, boolean calculate)com.ab.view.chart.AbstractChartinlineprotected
drawLegendShape(Canvas canvas, SimpleSeriesRenderer renderer, float x, float y, int seriesIndex, Paint paint)com.ab.view.chart.ScatterChartinline
drawPath(Canvas canvas, float[] points, Paint paint, boolean circular)com.ab.view.chart.AbstractChartinlineprotected
drawSeries(Canvas canvas, Paint paint, float[] points, int[] colors, SimpleSeriesRenderer seriesRenderer, float yAxisValue, int seriesIndex, int startIndex)com.ab.view.chart.ScatterChartinline
com::ab::view::chart::XYChart.drawSeries(XYSeries series, Canvas canvas, Paint paint, List< Float > pointsList, List< Integer > colorsList, SimpleSeriesRenderer seriesRenderer, float yAxisValue, int seriesIndex, Orientation or, int startIndex)com.ab.view.chart.XYChartinlineprotected
drawSquare(Canvas canvas, Paint paint, float x, float y)com.ab.view.chart.ScatterChartinlineprivate
drawString(Canvas canvas, String text, float x, float y, Paint paint)com.ab.view.chart.AbstractChartinlineprotected
drawText(Canvas canvas, String text, float x, float y, Paint paint, float extraAngle)com.ab.view.chart.XYChartinlineprotected
drawTriangle(Canvas canvas, Paint paint, float[] path, float x, float y)com.ab.view.chart.ScatterChartinlineprivate
drawX(Canvas canvas, Paint paint, float x, float y)com.ab.view.chart.ScatterChartinlineprivate
drawXLabels(List< Double > xLabels, Double[] xTextLabelLocations, Canvas canvas, Paint paint, int left, int top, int bottom, double xPixelsPerUnit, double minX, double maxX)com.ab.view.chart.XYChartinlineprotected
drawXTextLabels(Double[] xTextLabelLocations, Canvas canvas, Paint paint, boolean showLabels, int left, int top, int bottom, double xPixelsPerUnit, double minX, double maxX)com.ab.view.chart.XYChartinlineprotected
drawYLabels(Map< Integer, List< Double >> allYLabels, Canvas canvas, Paint paint, int maxScaleNumber, int left, int right, int bottom, double[] yPixelsPerUnit, double[] minY)com.ab.view.chart.XYChartinlineprotected
getCalcRange(int scale)com.ab.view.chart.XYChartinline
getChartType()com.ab.view.chart.ScatterChartinline
getDataset()com.ab.view.chart.XYChartinline
getDefaultMinimum()com.ab.view.chart.XYChartinline
getExceed(float currentWidth, DefaultRenderer renderer, int right, int width)com.ab.view.chart.AbstractChartinlineprotected
getExplains()com.ab.view.chart.XYChartinline
getLabel(double label)com.ab.view.chart.AbstractChartinlineprotected
getLegendShapeWidth(int seriesIndex)com.ab.view.chart.ScatterChartinline
getLegendSize(DefaultRenderer renderer, int defaultHeight, float extraHeight)com.ab.view.chart.AbstractChartinlineprotected
getPoints()com.ab.view.chart.XYChartinline
getPointsChart()com.ab.view.chart.XYChartinline
getRenderer()com.ab.view.chart.XYChartinline
getScreenR()com.ab.view.chart.XYChartinlineprotected
getSeriesAndPointForScreenCoordinate(final Point screenPoint)com.ab.view.chart.XYChartinline
com::ab::view::chart::AbstractChart.getSeriesAndPointForScreenCoordinate(Point screenPoint)com.ab.view.chart.AbstractChartinline
getValues()com.ab.view.chart.XYChartinline
getXLabels(double min, double max, int count)com.ab.view.chart.XYChartinlineprotected
getYLabels(double[] minY, double[] maxY, int maxScaleNumber)com.ab.view.chart.XYChartinlineprotected
isNullValue(double value)com.ab.view.chart.AbstractChartinline
isRenderNullValues()com.ab.view.chart.XYChartinlineprotected
isRenderPoints(SimpleSeriesRenderer renderer)com.ab.view.chart.XYChartinline
isVertical(DefaultRenderer renderer)com.ab.view.chart.AbstractChartinline
mDatasetcom.ab.view.chart.XYChartprotected
mRenderercom.ab.view.chart.XYChartprotected
ScatterChart()com.ab.view.chart.ScatterChartinlinepackage
ScatterChart(XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer)com.ab.view.chart.ScatterChartinline
setCalcRange(double[] range, int scale)com.ab.view.chart.XYChartinline
setDatasetRenderer(XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer)com.ab.view.chart.ScatterChartinlineprotected
setScreenR(Rect screenR)com.ab.view.chart.XYChartinlineprotected
SHAPE_WIDTHcom.ab.view.chart.ScatterChartprivatestatic
SIZEcom.ab.view.chart.ScatterChartprivatestatic
sizecom.ab.view.chart.ScatterChartprivate
toRealPoint(float screenX, float screenY)com.ab.view.chart.XYChartinline
toRealPoint(float screenX, float screenY, int scale)com.ab.view.chart.XYChartinline
toScreenPoint(double[] realPoint)com.ab.view.chart.XYChartinline
toScreenPoint(double[] realPoint, int scale)com.ab.view.chart.XYChartinline
TYPEcom.ab.view.chart.ScatterChartstatic
XYChart()com.ab.view.chart.XYChartinlineprotected
XYChart(XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer)com.ab.view.chart.XYChartinline