| 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 |
|---|---|
GraphElement |
GraphCanvas.getCurrentElement() |
| Modifier and Type | Method and Description |
|---|---|
List<GraphElement> |
GraphCanvas.getSelectedElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphCanvas.setSelected(GraphElement el,
boolean append) |
| Modifier and Type | Field and Description |
|---|---|
List<GraphElement> |
GraphSelectNodeAction.DraggedInfo.elementsToMove |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGraphElement |
class |
GraphEdge |
class |
GraphShape |
| Modifier and Type | Method and Description |
|---|---|
GraphElement |
Graph.findElement(int mx,
int my) |
GraphElement |
Graph.GraphElementAndPort.getElem() |
GraphElement |
Graph.getElement(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphElement> |
Graph.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addElement(GraphElement n) |
void |
Graph.remove(GraphElement element) |
| Constructor and Description |
|---|
GraphElementAndPort(GraphElement elem,
GraphPort port) |
| Modifier and Type | Class and Description |
|---|---|
class |
CircleShape |
class |
EllipseShape |
class |
RectangleShape |
class |
SegmentShape |
class |
SquareShape |
class |
TextShape |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRenderManager.prepareDrawText(GraphElement shape,
GraphConfig config,
Graphics2D g) |
void |
GraphRenderManager.prepareLineColor(GraphElement shape,
GraphConfig config,
Graphics2D g) |
void |
GraphRenderManager.render(GraphElement element,
Graphics2D g,
GraphConfig config) |
void |
GraphRenderManager.renderPorts(GraphElement element,
Graphics2D g,
GraphConfig config) |
Copyright © 2021 vpc open source initiative. All rights reserved.