| Package | Description |
|---|---|
| org.smyld.app.entityplot | |
| org.smyld.app.entityplot.flowchart |
| Modifier and Type | Class and Description |
|---|---|
class |
OrthogonalEntityConnector |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<EntityConnector> |
EntityConnectorsPlotter.conectors |
protected Vector<EntityConnector> |
GUIPlotter.conectors |
protected Vector<EntityConnector> |
EntityPlotterImpl.connections |
protected Vector<EntityConnector> |
EntityPlotLayoutManager.conns |
| Modifier and Type | Method and Description |
|---|---|
protected EntityConnector |
GUIPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
Color conColor) |
protected EntityConnector |
GUIPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
Color conColor,
String commentText) |
protected EntityConnector |
GUIPlotter.getCommentedConnection(EntityPlotter ent,
String comment,
boolean from) |
protected EntityConnector |
GUIPlotter.getConnectorFor(EntityPlotter from,
EntityPlotter to) |
EntityConnector |
EntityPlotter.getConnectorForEntity(EntityPlotter entity) |
EntityConnector |
EntityPlotterImpl.getConnectorForEntity(EntityPlotter entity) |
| Modifier and Type | Method and Description |
|---|---|
Vector<EntityConnector> |
EntityPlotter.getConnections() |
Vector<EntityConnector> |
EntityPlotterImpl.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GUIPlotter.deleteConnector(EntityConnector target) |
void |
EntityPlotter.newConnection(EntityConnector newCon) |
void |
EntityPlotterImpl.newConnection(EntityConnector newCon) |
void |
EntityPlotter.removeConnection(EntityConnector delCon) |
void |
EntityPlotterImpl.removeConnection(EntityConnector delCon) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPlotLayoutManager.doLayout(HashMap<String,EntityPlotter> entities,
Vector<EntityConnector> conectors) |
void |
EntityPlotLayoutManager.doLayout(HashMap<String,EntityPlotter> entities,
Vector<EntityConnector> conectors,
boolean force) |
void |
EntityConnectorsPlotter.setInfo(HashMap<String,EntityPlotter> entities,
Vector<EntityConnector> conectors,
Vector<EntityPlotAction> undoActions) |
| Constructor and Description |
|---|
ActionAddConnection(EntityConnector connector) |
ActionDelConnection(EntityConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
protected EntityConnector |
FlowChartPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
Color conColor) |
protected EntityConnector |
FlowChartPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
Color conColor,
String commentText) |
| Modifier and Type | Method and Description |
|---|---|
void |
FCEntityLayoutManager.doLayout(HashMap<String,EntityPlotter> entities,
Vector<EntityConnector> conectors,
boolean force) |
Copyright © 2019 SMYLD. All rights reserved.