public class BetweenChart extends Object implements FlowChart
| Modifier and Type | Field and Description |
|---|---|
private Color |
c |
private int |
n |
private TextChart |
textChart |
private int |
xRect |
private int |
yRect |
| Constructor and Description |
|---|
BetweenChart() |
BetweenChart(int xRect,
int yRect,
Color c,
TextChart textChart) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics)
绘制流程图
|
Color |
getC() |
int |
getN() |
TextChart |
getTextChart() |
int |
getxRect() |
int |
getyRect() |
BetweenChart |
setC(Color c) |
BetweenChart |
setN(int n) |
BetweenChart |
setTextChart(TextChart textChart) |
BetweenChart |
setxRect(int xRect) |
BetweenChart |
setyRect(int yRect) |
public BetweenChart()
public BetweenChart(int xRect, int yRect, Color c, TextChart textChart)
public int getN()
public BetweenChart setN(int n)
public int getxRect()
public BetweenChart setxRect(int xRect)
public int getyRect()
public BetweenChart setyRect(int yRect)
public BetweenChart setC(Color c)
public TextChart getTextChart()
public BetweenChart setTextChart(TextChart textChart)
public void draw(Graphics2D graphics)
FlowChartCopyright © 2024. All rights reserved.