Package | Description |
---|---|
cusack.hcg.events.graph |
Modifier and Type | Class and Description |
---|---|
class |
CompressEvent |
class |
ExpandEvent |
class |
GraphMovedEvent
Strangly, we will NOT have this event be a MoveEvent because we do not want to count moving of the whole graph as an
undoable thing, and this will help with that I think.
|
class |
HorizontalFlipEvent |
class |
MultiVertexMoveEvent
When multiple vertices are moved at the same time.
|
class |
MultiVertexMultiMoveEvent |
class |
ResetVertexLocationsEvent |
class |
UndoResetVertexLocationsEvent |
class |
VertexMoveEvent
Fired when a vertex is moved.
|
class |
VerticalFlipEvent |
class |
XYFlipEvent |