void |
GUIPlotter.addEntity(String id,
EntityPlotter newEntity) |
protected boolean |
GUIPlotter.alreadyExistingConnector(EntityPlotter from,
EntityPlotter to,
Color conColor,
String commentText) |
void |
GUIPlotter.connectEntities(EntityPlotter from,
EntityPlotter to) |
void |
GUIPlotter.connectEntities(EntityPlotter from,
EntityPlotter to,
Color conColor) |
void |
GUIPlotter.connectEntities(EntityPlotter from,
EntityPlotter to,
Color conColor,
String commentText) |
boolean |
EntityConnector.connects(EntityPlotter from,
EntityPlotter to) |
protected boolean |
GUIPlotter.containsCommentedConnection(EntityPlotter ent,
String comment,
boolean from) |
protected EntityConnector |
GUIPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
Color conColor) |
protected EntityConnector |
GUIPlotter.createConnector(EntityPlotter from,
EntityPlotter to,
Color conColor,
String commentText) |
void |
GUIPlotter.delete(EntityPlotter entity) |
void |
GUIPlotter.deleteConnector(EntityPlotter from,
EntityPlotter to) |
void |
GUITester.entityConnected(EntityPlotter from,
EntityPlotter to) |
void |
EntityPlotListener.entityConnected(EntityPlotter from,
EntityPlotter to) |
void |
GUITester.entityDeleted(EntityPlotter entity) |
void |
EntityPlotListener.entityDeleted(EntityPlotter entity) |
void |
GUITester.entityDisconnected(EntityPlotter from,
EntityPlotter to) |
void |
EntityPlotListener.entityDisconnected(EntityPlotter from,
EntityPlotter to) |
void |
GUITester.entityDoubleClicked(EntityPlotter entity) |
void |
EntityPlotListener.entityDoubleClicked(EntityPlotter entity) |
void |
GUITester.entityPopup(EntityPlotter entity,
Point location) |
void |
EntityPlotListener.entityPopup(EntityPlotter entity,
Point mouseLocation) |
boolean |
EntityPlotter.equals(EntityPlotter compare) |
boolean |
EntityPlotterImpl.equals(EntityPlotter compare) |
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) |
Color |
EntityPlotController.getEntitiesConnectionColor(EntityPlotter from,
EntityPlotter to) |
void |
EntityPlotAction.setEntity(EntityPlotter entity) |
void |
EntityConnector.setFrom(EntityPlotter from) |
void |
EntityConnector.setTo(EntityPlotter to) |