| Package | Description |
|---|---|
| net.thevpc.diagram4j.actions | |
| net.thevpc.diagram4j.model | |
| net.thevpc.diagram4j.model.shapes | |
| net.thevpc.diagram4j.render.items |
| Modifier and Type | Field and Description |
|---|---|
List<GraphPort> |
GraphSelectNodeAction.DraggedInfo.portsToMove |
| Modifier and Type | Method and Description |
|---|---|
GraphPort |
GraphAddEdgeAction.getFirstConnector() |
GraphPort |
GraphAddEdgeAction.getSecondConnector() |
| Modifier and Type | Field and Description |
|---|---|
protected List<GraphPort> |
AbstractGraphElement.ports |
| Modifier and Type | Method and Description |
|---|---|
GraphPort |
GraphElement.addPort(int x,
int y) |
GraphPort |
AbstractGraphElement.addPort(int x,
int y) |
GraphPort |
GraphElement.createPort(int x,
int y) |
GraphPort |
AbstractGraphElement.createPort(int x,
int y) |
GraphPort |
Graph.GraphElementAndPort.getPort() |
GraphPort |
AbstractGraphElement.getPort(int c) |
GraphPort[] |
GraphElement.getPorts() |
GraphPort[] |
AbstractGraphElement.getPorts() |
GraphPort |
GraphPort.setIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGraphElement.addReadOnlyPort(GraphPort connector) |
void |
GraphEdge.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
void |
GraphElement.movePort(int dx,
int dy,
GraphPort port,
Graph graph) |
| Constructor and Description |
|---|
GraphEdge(GraphPort connector1,
GraphPort connector2) |
GraphElementAndPort(GraphElement elem,
GraphPort port) |
| Modifier and Type | Method and Description |
|---|---|
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 |
GraphPortRenderer.render(GraphPort port,
Graphics2D g,
GraphConfig config,
GraphRenderManager man) |
Copyright © 2021 vpc open source initiative. All rights reserved.