| Package | Description |
|---|---|
| de.foellix.aql.ui.gui |
| Modifier and Type | Method and Description |
|---|---|
Node |
Edge.getEnd() |
Node |
Edge.getStart() |
| Modifier and Type | Method and Description |
|---|---|
void |
Edge.setEnd(Node end) |
void |
Edge.setStart(Node start) |
| Modifier and Type | Method and Description |
|---|---|
void |
Edge.draw(javafx.scene.canvas.GraphicsContext gc,
Map<Node,Integer> countDocks) |
| Constructor and Description |
|---|
Edge(Node start,
Node end) |
Edge(Node start,
Node end,
float cornerY) |
Edge(Node start,
Node end,
float cornerY,
Flow reference) |
Copyright © 2018. All rights reserved.