| Package | Description |
|---|---|
| com.codename1.charts.renderers |
Provides renderer classes that keep the chart rendering / drawing styles.
|
| 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 | Class and Description |
|---|---|
class |
XYSeriesRenderer
A renderer for the XY type series.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSeriesRenderer |
DefaultRenderer.getSeriesRendererAt(int index)
Returns the simple renderer from the multiple renderer list.
|
SimpleSeriesRenderer[] |
DefaultRenderer.getSeriesRenderers()
Returns an array of the simple renderers in the multiple renderer list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRenderer.addSeriesRenderer(int index,
SimpleSeriesRenderer renderer)
Adds a simple renderer to the multiple renderer.
|
void |
DefaultRenderer.addSeriesRenderer(SimpleSeriesRenderer renderer)
Adds a simple renderer to the multiple renderer.
|
void |
DefaultRenderer.removeSeriesRenderer(SimpleSeriesRenderer renderer)
Removes a simple renderer from the multiple renderer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BubbleChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
DoughnutChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
LineChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
CombinedXYChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
abstract void |
AbstractChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
ScatterChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
RadarChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
RoundChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
void |
BarChart.drawLegendShape(Canvas canvas,
SimpleSeriesRenderer renderer,
float x,
float y,
int seriesIndex,
Paint paint)
The graphical representation of the legend shape.
|
boolean |
LineChart.isRenderPoints(SimpleSeriesRenderer renderer)
Returns if the chart should display the points as a certain shape.
|
boolean |
XYChart.isRenderPoints(SimpleSeriesRenderer renderer)
Returns if the chart should display the points as a certain shape.
|
Copyright © 2023. All rights reserved.