| Package | Description |
|---|---|
| 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 |
|---|---|
protected ClickableArea[] |
BubbleChart.clickableAreasForPoints(List<Float> points,
List<Double> values,
float yAxisValue,
int seriesIndex,
int startIndex) |
protected ClickableArea[] |
LineChart.clickableAreasForPoints(List<Float> points,
List<Double> values,
float yAxisValue,
int seriesIndex,
int startIndex) |
protected ClickableArea[] |
CombinedXYChart.clickableAreasForPoints(List<Float> points,
List<Double> values,
float yAxisValue,
int seriesIndex,
int startIndex) |
protected ClickableArea[] |
ScatterChart.clickableAreasForPoints(List<Float> points,
List<Double> values,
float yAxisValue,
int seriesIndex,
int startIndex) |
protected abstract ClickableArea[] |
XYChart.clickableAreasForPoints(List<Float> points,
List<Double> values,
float yAxisValue,
int seriesIndex,
int startIndex)
Returns the clickable areas for all passed points
|
protected ClickableArea[] |
BarChart.clickableAreasForPoints(List<Float> points,
List<Double> values,
float yAxisValue,
int seriesIndex,
int startIndex) |
Copyright © 2023. All rights reserved.