public class SerialChart extends Object implements FlowChart
| Modifier and Type | Field and Description |
|---|---|
private Color |
c |
private int |
n |
private int |
xSerial |
private int |
ySerial |
| Constructor and Description |
|---|
SerialChart() |
SerialChart(int xSerial,
int ySerial,
Color c) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics)
绘制流程图
|
Color |
getC() |
int |
getN() |
int |
getxSerial() |
int |
getySerial() |
SerialChart |
setC(Color c) |
SerialChart |
setN(int n) |
SerialChart |
setxSerial(int xSerial) |
SerialChart |
setySerial(int ySerial) |
public SerialChart()
public SerialChart(int xSerial, int ySerial, Color c)
public int getN()
public SerialChart setN(int n)
public int getxSerial()
public SerialChart setxSerial(int xSerial)
public int getySerial()
public SerialChart setySerial(int ySerial)
public SerialChart setC(Color c)
public void draw(Graphics2D graphics)
FlowChartCopyright © 2024. All rights reserved.