| Package | Description |
|---|---|
| org.smyld.app.pe | |
| org.smyld.app.pe.action | |
| org.smyld.app.pe.flowchart | |
| org.smyld.app.pe.flowchart.elements | |
| org.smyld.app.pe.flowchart.source | |
| org.smyld.app.pe.source |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EntityPlotterImpl |
| Modifier and Type | Field | Description |
|---|---|---|
protected EntityPlotter |
EntityConnector.from |
|
protected EntityPlotter |
EntityConnector.to |
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.ArrayList<EntityPlotter> |
EntityPlotLayoutManager.conEntities |
|
protected java.util.HashMap<java.lang.String,EntityPlotter> |
EntityPlotterImpl.connectedEntities |
|
protected java.util.HashMap<java.lang.String,EntityPlotter> |
EntityConnectorsPlotter.entities |
|
protected java.util.HashMap<java.lang.String,EntityPlotter> |
EntityPlotLayoutManager.entities |
|
protected java.util.HashMap<java.lang.String,EntityPlotter> |
GUIPlotter.entities |
|
protected java.util.Vector<EntityPlotter> |
GUIPlotter.selected |
| Modifier and Type | Method | Description |
|---|---|---|
EntityPlotter |
EntityPlotAction.getEntity() |
|
EntityPlotter |
EntityConnector.getFrom() |
|
EntityPlotter |
EntityConnector.getTo() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Comparator<EntityPlotter> |
EntityPlotLayoutManager.createComparator() |
|
java.util.HashMap<java.lang.String,EntityPlotter> |
EntityPlotter.getConnectedEntities() |
|
java.util.HashMap<java.lang.String,EntityPlotter> |
EntityPlotterImpl.getConnectedEntities() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GUIPlotter.addEntity(java.lang.String id,
EntityPlotter newEntity) |
|
void |
GUIPlotter.addEntity(EntityPlotter newEntity) |
|
protected boolean |
GUIPlotter.alreadyExistingConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor,
java.lang.String commentText) |
|
void |
GUIPlotter.connectEntities(EntityPlotter from,
EntityPlotter to) |
|
void |
GUIPlotter.connectEntities(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor) |
|
void |
GUIPlotter.connectEntities(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor,
java.lang.String commentText) |
|
boolean |
EntityConnector.connects(EntityPlotter from,
EntityPlotter to) |
|
protected boolean |
GUIPlotter.containsCommentedConnection(EntityPlotter ent,
java.lang.String comment,
boolean from) |
|
protected EntityConnector |
GUIPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor) |
|
protected EntityConnector |
GUIPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor,
java.lang.String commentText) |
|
void |
GUIPlotter.delete(EntityPlotter entity) |
|
void |
GUIPlotter.deleteConnector(EntityPlotter from,
EntityPlotter to) |
|
void |
EntityPlotListener.entityConnected(EntityPlotter from,
EntityPlotter to) |
|
void |
EntityPlotListener.entityDeleted(EntityPlotter entity) |
|
void |
EntityPlotListener.entityDisconnected(EntityPlotter from,
EntityPlotter to) |
|
void |
EntityPlotListener.entityDoubleClicked(EntityPlotter entity) |
|
void |
EntityPlotListener.entityPopup(EntityPlotter entity,
java.awt.Point mouseLocation) |
|
boolean |
EntityPlotter.equals(EntityPlotter compare) |
|
boolean |
EntityPlotterImpl.equals(EntityPlotter compare) |
|
protected EntityConnector |
GUIPlotter.getCommentedConnection(EntityPlotter ent,
java.lang.String comment,
boolean from) |
|
protected EntityConnector |
GUIPlotter.getConnectorFor(EntityPlotter from,
EntityPlotter to) |
|
EntityConnector |
EntityPlotter.getConnectorForEntity(EntityPlotter entity) |
|
EntityConnector |
EntityPlotterImpl.getConnectorForEntity(EntityPlotter entity) |
|
java.awt.Color |
EntityPlotController.getEntitiesConnectionColor(EntityPlotter from,
EntityPlotter to) |
|
void |
EntityPlotAction.setEntity(EntityPlotter entity) |
|
void |
EntityConnector.setFrom(EntityPlotter from) |
|
void |
EntityConnector.setTo(EntityPlotter to) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EntityPlotLayoutManager.doLayout(java.util.HashMap<java.lang.String,EntityPlotter> entities,
java.util.Vector<EntityConnector> conectors) |
|
void |
EntityPlotLayoutManager.doLayout(java.util.HashMap<java.lang.String,EntityPlotter> entities,
java.util.Vector<EntityConnector> conectors,
boolean force) |
|
void |
EntityConnectorsPlotter.setInfo(java.util.HashMap<java.lang.String,EntityPlotter> entities,
java.util.Vector<EntityConnector> conectors,
java.util.Vector<EntityPlotAction> undoActions) |
| Constructor | Description |
|---|---|
EntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize) |
|
EntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize,
java.awt.Color conColor) |
|
EntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize,
java.awt.Color conColor,
java.lang.String commentText) |
|
EntityPlotAction(int type,
EntityPlotter entity) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize,
java.awt.Color conColor) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize,
java.awt.Color conColor,
java.lang.String commentText) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor,
java.lang.String commentText) |
| Constructor | Description |
|---|---|
ActionAddEntity(EntityPlotter entity) |
|
ActionAlignEntity(EntityPlotter entity,
int distance,
int type) |
|
ActionDelEntity(EntityPlotter entity) |
|
ActionDoubleAlignEntity(EntityPlotter entity,
int distance,
int type) |
|
ActionDoubleAlignEntity(EntityPlotter entity,
int verticalDistance,
int horizontalDistance,
int type) |
|
ActionDragEntity(EntityPlotter entity,
java.awt.Point oldPosition) |
|
ActionResizeEntity(EntityPlotter entity,
int size,
int type) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
EntityBasicFlowChart |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.Comparator<EntityPlotter> |
FCEntityLayoutManager.createComparator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FlowChartPlotter.connectEntities(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor) |
|
protected EntityConnector |
FlowChartPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor) |
|
protected EntityConnector |
FlowChartPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor,
java.lang.String commentText) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FCEntityLayoutManager.doLayout(java.util.HashMap<java.lang.String,EntityPlotter> entities,
java.util.Vector<EntityConnector> conectors,
boolean force) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FlowChartDecision |
|
class |
FlowChartOnPageReference |
|
class |
FlowChartProcess |
|
class |
FlowChartStart1 |
|
class |
FlowChartStart2 |
|
class |
FlowChartTerminator |
| Modifier and Type | Method | Description |
|---|---|---|
protected <T extends EntityPlotter> |
EPFlowChartXmlReader.readShape(T item,
org.jdom2.Element curEl) |
| Modifier and Type | Method | Description |
|---|---|---|
<T extends EntityPlotter> |
ChartReader.loadConnections(java.util.Set<T> definedEntities) |
|
<T extends EntityPlotter> |
EPChartXmlReader.loadConnections(java.util.Set<T> definedEntities) |
|
<T extends EntityPlotter> |
ChartReader.loadEntities() |
|
protected <T extends EntityPlotter> |
EPChartXmlReader.postProcessItem(org.jdom2.Element curEl,
T item,
java.util.Map<java.lang.String,java.lang.String> styleList) |
This method to be extended by any child for further properties
|
protected <T extends EntityPlotter> |
EPChartXmlReader.readShape(T item,
org.jdom2.Element curEl) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<EntityPlotter> |
EPChartXmlReader.loadEntities() |
Copyright © 2019 SMYLD. All rights reserved.