| Package | Description |
|---|---|
| org.dromara.warm.flow.core.chart |
| Modifier and Type | Field and Description |
|---|---|
private TextChart |
SkipChart.textChart |
private TextChart |
OvalChart.textChart |
private TextChart |
BetweenChart.textChart |
| Modifier and Type | Method and Description |
|---|---|
TextChart |
SkipChart.getTextChart() |
TextChart |
OvalChart.getTextChart() |
TextChart |
BetweenChart.getTextChart() |
TextChart |
TextChart.setN(int n) |
TextChart |
TextChart.setTitle(String title) |
TextChart |
TextChart.setxText(int xText) |
TextChart |
TextChart.setyText(int yText) |
| Modifier and Type | Method and Description |
|---|---|
SkipChart |
SkipChart.setTextChart(TextChart textChart) |
OvalChart |
OvalChart.setTextChart(TextChart textChart) |
BetweenChart |
BetweenChart.setTextChart(TextChart textChart) |
| Constructor and Description |
|---|
BetweenChart(int xRect,
int yRect,
Color c,
TextChart textChart) |
OvalChart(int xStartOval,
int yStartOval,
Color c,
TextChart textChart) |
SkipChart(int[] xPoints,
int[] yPoints,
Color c,
TextChart textChart) |
Copyright © 2024. All rights reserved.