Package | Description |
---|---|
charger |
The top level package for the editor.
|
charger.obj |
Classes for the graph objects themselves.
|
Modifier and Type | Method and Description |
---|---|
void |
EditManager.setChangedContent(EditingChangeState change)
Tells the edit frame that something has changed.
|
Modifier and Type | Method and Description |
---|---|
EditingChangeState |
Graph.moveGraph(Point2D.Double translation)
Adjust all objects to be offset by the translation vector.
|
EditingChangeState |
Graph.moveGraphObjects(ArrayList<GraphObject> objectsToMove,
Point2D.Double delta)
Moves a set of objects on the canvas through a common x,y displacement.
|