Package | Description |
---|---|
io.github.arrayv.utils | |
io.github.arrayv.utils.shuffleutils |
Modifier and Type | Method and Description |
---|---|
GraphNode |
ShuffleGraph.findLast() |
GraphNode |
ShuffleGraph.getDragCandidate() |
GraphNode |
ShuffleGraph.getSelected() |
GraphNode |
ShuffleGraph.NodeIterator.next() |
Modifier and Type | Method and Description |
---|---|
Iterable<GraphNode> |
ShuffleGraph.connectedNodesIterable() |
List<GraphNode> |
ShuffleGraph.getNodes() |
Iterator<GraphNode> |
ShuffleGraph.iterateConnectedNodes() |
Modifier and Type | Method and Description |
---|---|
void |
ShuffleGraph.setDragCandidate(GraphNode dragCandidate) |
void |
ShuffleGraph.setSelected(GraphNode selected) |
Modifier and Type | Method and Description |
---|---|
void |
ShuffleGraph.setNodes(List<GraphNode> nodes) |
Modifier and Type | Method and Description |
---|---|
GraphNode |
GraphConnection.getFrom() |
GraphNode |
GraphConnection.getTo() |
Modifier and Type | Method and Description |
---|---|
void |
GraphConnection.finishDragging(GraphNode other) |
void |
GraphConnection.setFrom(GraphNode node) |
void |
GraphConnection.setTo(GraphNode node) |
Constructor and Description |
---|
GraphConnection(GraphNode from,
GraphNode to) |
GraphConnection(GraphNode from,
Point to) |
Copyright © 2024. All rights reserved.