public class ParallelChart extends Object implements FlowChart
| Modifier and Type | Field and Description |
|---|---|
private Color |
c |
private int |
n |
private int |
xParallel |
private int |
yParallel |
| Constructor and Description |
|---|
ParallelChart() |
ParallelChart(int xParallel,
int yParallel,
Color c) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics)
绘制流程图
|
Color |
getC() |
int |
getN() |
int |
getxParallel() |
int |
getyParallel() |
ParallelChart |
setC(Color c) |
ParallelChart |
setN(int n) |
ParallelChart |
setxParallel(int xParallel) |
ParallelChart |
setyParallel(int yParallel) |
public ParallelChart()
public ParallelChart(int xParallel, int yParallel, Color c)
public int getN()
public ParallelChart setN(int n)
public int getxParallel()
public ParallelChart setxParallel(int xParallel)
public int getyParallel()
public ParallelChart setyParallel(int yParallel)
public ParallelChart setC(Color c)
public void draw(Graphics2D graphics)
FlowChartCopyright © 2024. All rights reserved.