| Package | Description |
|---|---|
| com.codename1.charts.renderers |
Provides renderer classes that keep the chart rendering / drawing styles.
|
| Modifier and Type | Field and Description |
|---|---|
static BasicStroke |
BasicStroke.DASHED
The dashed line style.
|
static BasicStroke |
BasicStroke.DOTTED
The dot line style.
|
static BasicStroke |
BasicStroke.SOLID
The solid line style.
|
| Modifier and Type | Method and Description |
|---|---|
BasicStroke |
SimpleSeriesRenderer.getStroke()
Returns the stroke style.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSeriesRenderer.setStroke(BasicStroke stroke)
Sets the stroke style.
|
Copyright © 2023. All rights reserved.