public class GUITester extends Object implements EntityPlotListener
| Constructor and Description |
|---|
GUITester() |
| Modifier and Type | Method and Description |
|---|---|
void |
entityConnected(EntityPlotter from,
EntityPlotter to) |
void |
entityDeleted(EntityPlotter entity) |
void |
entityDisconnected(EntityPlotter from,
EntityPlotter to) |
void |
entityDoubleClicked(EntityPlotter entity) |
void |
entityPopup(EntityPlotter entity,
Point location) |
static void |
main(String[] args) |
void |
testBillingPlotter() |
public static void main(String[] args)
args - public void testBillingPlotter()
public void entityDoubleClicked(EntityPlotter entity)
entityDoubleClicked in interface EntityPlotListenerpublic void entityPopup(EntityPlotter entity, Point location)
entityPopup in interface EntityPlotListenerpublic void entityDeleted(EntityPlotter entity)
entityDeleted in interface EntityPlotListenerpublic void entityConnected(EntityPlotter from, EntityPlotter to)
entityConnected in interface EntityPlotListenerpublic void entityDisconnected(EntityPlotter from, EntityPlotter to)
entityDisconnected in interface EntityPlotListenerCopyright © 2019 SMYLD. All rights reserved.