| Modifier and Type | Field and Description |
|---|---|
private int |
n |
private String |
title |
private int |
xText |
private int |
yText |
| Constructor and Description |
|---|
TextChart() |
TextChart(int xText,
int yText,
String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D graphics)
绘制流程图
|
int |
getN() |
String |
getTitle() |
int |
getxText() |
int |
getyText() |
TextChart |
setN(int n) |
TextChart |
setTitle(String title) |
TextChart |
setxText(int xText) |
TextChart |
setyText(int yText) |
public TextChart()
Copyright © 2024. All rights reserved.