| Modifier and Type | Field and Description |
|---|---|
private Color |
c |
private int |
n |
private TextChart |
textChart |
private int[] |
xPoints |
private int[] |
yPoints |
| Constructor and Description |
|---|
SkipChart() |
SkipChart(int[] xPoints,
int[] yPoints,
Color c,
TextChart textChart) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics)
绘制流程图
|
Color |
getC() |
int |
getN() |
TextChart |
getTextChart() |
int[] |
getxPoints() |
int[] |
getyPoints() |
SkipChart |
setC(Color c) |
SkipChart |
setN(int n) |
SkipChart |
setTextChart(TextChart textChart) |
SkipChart |
setxPoints(int[] xPoints) |
SkipChart |
setyPoints(int[] yPoints) |
public SkipChart()
public int getN()
public int[] getxPoints()
public SkipChart setxPoints(int[] xPoints)
public int[] getyPoints()
public SkipChart setyPoints(int[] yPoints)
public TextChart getTextChart()
public SkipChart setTextChart(TextChart textChart)
public void draw(Graphics2D graphics)
FlowChartCopyright © 2024. All rights reserved.