- getBackgroundColor() - Method in class com.mindfusion.charting.Chart
-
Gets the color of the chart background.
- getBarType() - Method in class com.mindfusion.charting.BarSeries
-
- getBarWidth() - Method in class com.mindfusion.charting.BarSeries
-
Gets the width of the bar as a percent of the space allocated to it.
- getBottomChartPadding() - Method in class com.mindfusion.charting.Chart
-
Gets the padding at the bottom side of the chart.
- getChartPadding() - Method in class com.mindfusion.charting.Chart
-
Gets the padding at the left side of chart.
- getData() - Method in class com.mindfusion.charting.PiePiece
-
Gets the data this piece represents.
- getData() - Method in class com.mindfusion.charting.PieSeries
-
Gets the data for this pie/doughnut series.
- getDataIndex() - Method in class com.mindfusion.charting.ChartElement
-
- getDistBtwSeries() - Method in class com.mindfusion.charting.PieChart
-
- getDoughnutFraction() - Method in class com.mindfusion.charting.PieChart
-
- getFillColor() - Method in class com.mindfusion.charting.ChartElement
-
- getFillColors() - Method in class com.mindfusion.charting.ChartSeries
-
- getGridFillColors() - Method in class com.mindfusion.charting.AxesChart
-
Gets the colors for the grid stripes.
- getGridStrokeColors() - Method in class com.mindfusion.charting.AxesChart
-
Gets the colors of the grid strokes.
- getGridStrokeEffect() - Method in class com.mindfusion.charting.AxesChart
-
Gets the PathEffect applied on GridStrokeColors
.
- getGridType() - Method in class com.mindfusion.charting.AxesChart
-
Returns a value that specifies the type of the grid that is drawn.
- getIndex() - Method in class com.mindfusion.charting.ChartSeries
-
Gets the index of the current
ChartSeries
in the
series collections.
- getInnerLabel() - Method in class com.mindfusion.charting.Bar
-
Gets the label drawn inside this
Bar
.
- getInnerLabel() - Method in class com.mindfusion.charting.PiePiece
-
- getInnerLabels() - Method in class com.mindfusion.charting.BarSeries
-
Gets the inner labels for the bars in this
BarSeries
.
- getInnerLabels() - Method in class com.mindfusion.charting.PieSeries
-
Gets the labels inside pie/doughnut pieces.
- getInterval() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the interval at this axis.
- getLabelHeight() - Method in class com.mindfusion.charting.Chart
-
Gets the height of the font used for the labels at the
Chart
.
- getLabelOffset() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the offset of the labels from the axis.
- getLabelOffset() - Method in class com.mindfusion.charting.LineSeries
-
Gets the offset of labels drawn at data points.
- getLabels() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the custom labels drawn at this axis instead of
the axis intervals.
- getLabels() - Method in class com.mindfusion.charting.LineSeries
-
Gets the labels drawn at data points at this
LineSeries
.
- getLabelType() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the type of the labels drawn at this axis.
- getLeftChartPadding() - Method in class com.mindfusion.charting.Chart
-
Gets the padding at the left side of the chart.
- getLineType() - Method in class com.mindfusion.charting.LineSeries
-
- getMax() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the biggest number at this axis.
- getMin() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the smallest number at this axis.
- getNumberFormat() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the format of numeric labels.
- getOrigin() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the origin of this axis.
- getOuterLabel() - Method in class com.mindfusion.charting.PiePiece
-
- getOuterLabelOffset() - Method in class com.mindfusion.charting.PieSeries
-
Gets the offset of the outer label to the label pointer.
- getOuterLabels() - Method in class com.mindfusion.charting.PieSeries
-
Gets the labels outside pie/doughnut pieces.
- getOutline() - Method in class com.mindfusion.charting.AxesChart
-
Gets a value that specifies if
outlining is drawn for the plot area.
- getPointerLength() - Method in class com.mindfusion.charting.PieSeries
-
Gets the length of the pointer to the outer labels
.
- getRightChartPadding() - Method in class com.mindfusion.charting.Chart
-
Gets the padding at the right side of the chart.
- getScatterFillColors() - Method in class com.mindfusion.charting.LineSeries
-
Gets the colors with which scatters are filled.
- getScatterSize() - Method in class com.mindfusion.charting.LineSeries
-
Gets the size of the scatter.
- getScatterStrokeColors() - Method in class com.mindfusion.charting.LineSeries
-
Gets the colors with which scatters are stroked.
- getScatterStrokeEffect() - Method in class com.mindfusion.charting.LineSeries
-
Gets the PathEffect applied at strokes used for
drawing scatters.
- getScatterStrokeWidth() - Method in class com.mindfusion.charting.LineSeries
-
Gets the width of strokes used for drawing
scatters.
- getscatterType() - Method in class com.mindfusion.charting.LineSeries
-
- getSeriesIndex() - Method in class com.mindfusion.charting.ChartElement
-
- getSeriesWidth() - Method in class com.mindfusion.charting.BarSeries
-
Gets the width of the
BarSeries
as a percent of the space allocated to it.
- getStrokeColor() - Method in class com.mindfusion.charting.ChartElement
-
- getStrokeColors() - Method in class com.mindfusion.charting.ChartSeries
-
- getStrokeEffect() - Method in class com.mindfusion.charting.ChartSeries
-
Gets the PathEffect used with the
strokes for this
ChartSeries
.
- getStrokeWidth() - Method in class com.mindfusion.charting.ChartSeries
-
- getTitle() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the text of the title label for this axis.
- getTitle() - Method in class com.mindfusion.charting.Chart
-
Gets the title of the chart.
- getTitleColor() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the color for the axis title.
- getTitleColor() - Method in class com.mindfusion.charting.Chart
-
Gets the color of the
Chart
title.
- getTitleHeight() - Method in class com.mindfusion.charting.Chart
-
Gets the height of the font used for the
Chart
title.
- getTitleOffset() - Method in class com.mindfusion.charting.AxisSettings
-
Gets the offset of the title label from the axis or
the axis labels, if drawn.
- getTitleOffset() - Method in class com.mindfusion.charting.Chart
-
Gets the offset of the chart title.
- getTopChartPadding() - Method in class com.mindfusion.charting.Chart
-
Gets the padding at the top side of the chart.
- getTopLabel() - Method in class com.mindfusion.charting.Bar
-
Gets the labels drawn at the top of this
Bar
.
- getTopLabelOffset() - Method in class com.mindfusion.charting.BarSeries
-
Gets the offset of the top labels to the edge of the
Bar
.
- getTopLabels() - Method in class com.mindfusion.charting.BarSeries
-
Gets the top labels for the bars in this
BarSeries
.
- getTypedSeries() - Method in class com.mindfusion.charting.AxesChart
-
- getTypedSeries() - Method in class com.mindfusion.charting.BarChart
-
Gets the width of each series as a percent
of the space allocated to it.
- getTypedSeries() - Method in class com.mindfusion.charting.LineChart
-
- getValue() - Method in class com.mindfusion.charting.Bar
-
Gets the value of this
Bar
.
- getXAxisSettings() - Method in class com.mindfusion.charting.AxesChart
-
- getXData() - Method in class com.mindfusion.charting.AxesSeries
-
- getYAxisSettings() - Method in class com.mindfusion.charting.AxesChart
-
- getYData() - Method in class com.mindfusion.charting.AxesSeries
-
- GridType - Enum in com.mindfusion.charting
-
Defines the different types of grid a
Chart
can have.
- ScatterType - Enum in com.mindfusion.charting
-
Identifies possible types scatters in a
LineSeries
can have.
- setBackgroundColor(int) - Method in class com.mindfusion.charting.Chart
-
Sets the color of the chart background.
- setBarType(BarType) - Method in class com.mindfusion.charting.BarSeries
-
- setBarWidth(float) - Method in class com.mindfusion.charting.BarSeries
-
Sets the width of the bar as a percent of the space allocated to it.
- setBottomChartPadding(float) - Method in class com.mindfusion.charting.Chart
-
Sets the padding at the bottom side of the chart.
- setChartPadding(float) - Method in class com.mindfusion.charting.Chart
-
Sets the padding at all four chart sides.
- setData(ArrayList<Float>) - Method in class com.mindfusion.charting.PieSeries
-
Sets the data for this pie/doughnut series.
- setDistBtwSeries(float) - Method in class com.mindfusion.charting.PieChart
-
- setDoughnutFraction(float) - Method in class com.mindfusion.charting.PieChart
-
- setFillColors(ArrayList<Integer>) - Method in class com.mindfusion.charting.ChartSeries
-
- setGridFillColors(ArrayList<Integer>) - Method in class com.mindfusion.charting.AxesChart
-
Sets the colors for the grid stripes.
- setGridStrokeColors(ArrayList<Integer>) - Method in class com.mindfusion.charting.AxesChart
-
Sets the colors for the grid strokes.
- setGridStrokeEffect(PathEffect) - Method in class com.mindfusion.charting.AxesChart
-
Sets a PathEffect applied on GridStrokeColors
.
- setGridType(GridType) - Method in class com.mindfusion.charting.AxesChart
-
Set a value that specifies the type of grid that is drawn.
- setInnerLabels(ArrayList<String>) - Method in class com.mindfusion.charting.BarSeries
-
Sets the inner labels for the bars in this
BarSeries
.
- setInnerLabels(ArrayList<String>) - Method in class com.mindfusion.charting.PieSeries
-
sets the labels inside pie/doughnut pieces.
- setInterval(float) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the interval of this axis.
- setLabelHeight(float) - Method in class com.mindfusion.charting.Chart
-
Sets the height of the font used for the labels at the
Chart
.
- setLabelOffset(float) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the offset of the labels from the axis.
- setLabelOffset(float) - Method in class com.mindfusion.charting.LineSeries
-
Sets the offset of labels drawn at data points.
- setLabels(ArrayList<String>) - Method in class com.mindfusion.charting.AxisSettings
-
Sets custom labels for this axis.
- setLabels(ArrayList<String>) - Method in class com.mindfusion.charting.LineSeries
-
Sets the labels drawn at data points at this
LineSeries
.
- setLabelType(AxisLabelType) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the type of the labels drawn at the axis.
- setLeftChartPadding(float) - Method in class com.mindfusion.charting.Chart
-
Sets the padding at the left side of the chart.
- setLineType(LineType) - Method in class com.mindfusion.charting.LineSeries
-
- setMax(float) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the biggest number at the axis.
- setMin(float) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the smallest number at the axis.
- setNumberFormat(NumberFormat) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the format of numeric labels.
- setOrigin(float) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the origin of the axis.
- setOuterLabelOffset(float) - Method in class com.mindfusion.charting.PieSeries
-
Sets the offset of the outer label to the label pointer.
- setOuterLabels(ArrayList<String>) - Method in class com.mindfusion.charting.PieSeries
-
Sets the labels outside pie/doughnut pieces.
- setOutline(boolean) - Method in class com.mindfusion.charting.AxesChart
-
Sets a value that specifies whether outlining
is drawn around the plot area of the chart.
- setPointerLength(float) - Method in class com.mindfusion.charting.PieSeries
-
Sets the length of the pointer to the outer labels
.
- setRightChartPadding(float) - Method in class com.mindfusion.charting.Chart
-
Sets the padding at the right side of the chart.
- setScatterFillColors(ArrayList<Integer>) - Method in class com.mindfusion.charting.LineSeries
-
Sets the colors with which scatters are filled.
- setScatterSize(float) - Method in class com.mindfusion.charting.LineSeries
-
Sets the size of the scatters.
- setScatterStrokeColors(ArrayList<Integer>) - Method in class com.mindfusion.charting.LineSeries
-
Sets the colors with which scatters are stroked.
- setScatterStrokeEffect(PathEffect) - Method in class com.mindfusion.charting.LineSeries
-
Sets the PathEffect applied at strokes used for
drawing scatters.
- setScatterStrokeWidth(float) - Method in class com.mindfusion.charting.LineSeries
-
Sets the width of strokes used for drawing
scatters.
- setScatterType(ScatterType) - Method in class com.mindfusion.charting.LineSeries
-
- setSeriesWidth(float) - Method in class com.mindfusion.charting.BarSeries
-
Sets the width of the
BarSeries
as a percent of the space allocated to it.
- setStrokeColors(ArrayList<Integer>) - Method in class com.mindfusion.charting.ChartSeries
-
- setStrokeEffect(PathEffect) - Method in class com.mindfusion.charting.ChartSeries
-
Applies the specified PathEffect on the
strokes for this
ChartSeries
.
- setStrokeWidth(float) - Method in class com.mindfusion.charting.ChartSeries
-
- SettingsChanged() - Method in class com.mindfusion.charting.Chart
-
- setTitle(String) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the text of the title label for this axis.
- setTitle(String) - Method in class com.mindfusion.charting.Chart
-
Sets the title of the chart.
- setTitleColor(int) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the color for the axis title.
- setTitleColor(int) - Method in class com.mindfusion.charting.Chart
-
Sets the color of the chart title.
- setTitleHeight(float) - Method in class com.mindfusion.charting.Chart
-
Sets the height of the font used for the
Chart
title.
- setTitleOffset(float) - Method in class com.mindfusion.charting.AxisSettings
-
Sets the offset of the title label from the axis or from the
axis labels, if any are drawn.
- setTitleOffset(float) - Method in class com.mindfusion.charting.Chart
-
Sets the offset of the chart title to the plot area.
- setTopChartPadding(float) - Method in class com.mindfusion.charting.Chart
-
Sets the padding at the top of the chart.
- setTopLabelOffset(float) - Method in class com.mindfusion.charting.BarSeries
-
Sets the offset of the top labels to the edge of the
Bar
.
- setTopLabels(ArrayList<String>) - Method in class com.mindfusion.charting.BarSeries
-
Sets the top labels for the bars in this
BarSeries
.
- setXAxisSettings(AxisSettings) - Method in class com.mindfusion.charting.AxesChart
-
- setXData(ArrayList<Float>) - Method in class com.mindfusion.charting.AxesSeries
-
- setYAxisSettings(AxisSettings) - Method in class com.mindfusion.charting.AxesChart
-
- setYData(ArrayList<Float>) - Method in class com.mindfusion.charting.AxesSeries
-
- shellSort(int[]) - Static method in class com.mindfusion.charting.Utilities
-
Sorts the specified array of integers using a shell sort algorithm.
- shellSortByX(ArrayList<PointF>) - Static method in class com.mindfusion.charting.Utilities
-
Sorts the list of specified points according to their X-value.
- valueOf(String) - Static method in enum com.mindfusion.charting.AxisLabelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mindfusion.charting.BarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mindfusion.charting.GridType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mindfusion.charting.LabelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mindfusion.charting.LineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mindfusion.charting.PieType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mindfusion.charting.ScatterType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mindfusion.charting.AxisLabelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mindfusion.charting.BarType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mindfusion.charting.GridType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mindfusion.charting.LabelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mindfusion.charting.LineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mindfusion.charting.PieType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mindfusion.charting.ScatterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.