| Package | Description |
|---|---|
| net.thevpc.diagram4j | |
| net.thevpc.diagram4j.actions | |
| net.thevpc.diagram4j.model | |
| net.thevpc.diagram4j.model.shapes | |
| net.thevpc.diagram4j.render |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphCanvas.getGraph() |
Graph |
AbstractGraphEditorAction.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphCanvas.setGraph(Graph graph) |
| Modifier and Type | Field and Description |
|---|---|
Graph |
GraphSelectNodeAction.DraggedInfo.graphToMove |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphEdge.move(int dx,
int dy,
Graph graph) |
void |
GraphElement.move(int dx,
int dy,
Graph graph) |
void |
GraphEdge.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
GraphElement.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextShape.move(int dx,
int dy,
Graph graph) |
void |
EllipseShape.move(int dx,
int dy,
Graph graph) |
void |
SegmentShape.move(int dx,
int dy,
Graph graph) |
void |
CircleShape.move(int dx,
int dy,
Graph graph) |
void |
SquareShape.move(int dx,
int dy,
Graph graph) |
void |
RectangleShape.move(int dx,
int dy,
Graph graph) |
void |
TextShape.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
EllipseShape.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
SegmentShape.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
CircleShape.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
SquareShape.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
RectangleShape.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRenderManager.render(Graph graph,
Graphics2D g,
GraphConfig config) |
Copyright © 2021 vpc open source initiative. All rights reserved.