| Package | Description |
|---|---|
| com.codename1.charts |
The main ChartComponent Package
|
| com.codename1.charts.views |
Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractChart |
ChartComponent.getChart()
Gets the chart that is being displayed in this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartUtil.paintChart(Graphics g,
AbstractChart chart,
Rectangle bounds,
int absX,
int absY)
Draws the given chart onto the given graphics
|
void |
ChartComponent.setChart(AbstractChart chart)
Sets the chart to be displayed in this component.
|
| Constructor and Description |
|---|
ChartComponent(AbstractChart chart)
Creates a new chart component to display the provided chart.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BarChart
The bar chart rendering class.
|
class |
BubbleChart
The bubble chart rendering class.
|
class |
CombinedXYChart
The combined XY chart rendering class.
|
class |
CubicLineChart
The interpolated (cubic) line chart rendering class.
|
class |
DialChart
The dial chart rendering class.
|
class |
DoughnutChart
The doughnut chart rendering class.
|
class |
LineChart
The line chart rendering class.
|
class |
PieChart
The pie chart rendering class.
|
class |
RadarChart
The radar chart rendering class.
|
class |
RangeBarChart
The range bar chart rendering class.
|
class |
RangeStackedBarChart |
class |
RoundChart
An abstract class to be extended by round like chart rendering classes.
|
class |
ScatterChart
The scatter chart rendering class.
|
class |
TimeChart
The time chart rendering class.
|
class |
XYChart
The XY chart rendering class.
|
Copyright © 2023. All rights reserved.