public class FlowChartChain extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<FlowChart> |
flowChartList |
| Constructor and Description |
|---|
FlowChartChain() |
| Modifier and Type | Method and Description |
|---|---|
FlowChartChain |
addFlowChart(FlowChart flowChart) |
void |
draw(Graphics2D graphics,
int n) |
List<FlowChart> |
getFlowChartList() |
private final List<FlowChart> flowChartList
public FlowChartChain()
public FlowChartChain addFlowChart(FlowChart flowChart)
public void draw(Graphics2D graphics, int n)
public List<FlowChart> getFlowChartList()
Copyright © 2024. All rights reserved.