Package | Description |
---|---|
cusack.hcg.events | |
cusack.hcg.events.graph |
Modifier and Type | Class and Description |
---|---|
class |
GraphEditEvent
Deprecated.
|
class |
MultiVertexGraphEditEvent |
class |
MultiVertexWithCoordinatesGraphEditEvent |
class |
SingleVertexGraphEditEvent |
class |
SingleVertexWithCoordinatesGraphEditEvent |
class |
SubgraphGraphEditEvent |
Modifier and Type | Interface and Description |
---|---|
interface |
MoveEvent |
Modifier and Type | Class and Description |
---|---|
class |
CompressEvent |
class |
EdgeAddedEvent
Fired when an edge is added.
|
class |
EdgeRemovedEvent
Fired when a edge is removed
|
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 |
MultiEdgesAddedEvent
When multiple vertices are moved at the same time.
|
class |
MultiEdgesRemovedEvent
When multiple vertices are moved at the same time.
|
class |
MultiVertexAddedEvent
When multiple vertices are moved at the same time.
|
class |
MultiVertexMoveEvent
When multiple vertices are moved at the same time.
|
class |
MultiVertexMultiMoveEvent |
class |
MultiVertexRemovedEvent
When multiple vertices are removed.
|
class |
ResetVertexLocationsEvent |
class |
SubgraphAddedEvent |
class |
SubgraphRemovedEvent |
class |
UndoResetVertexLocationsEvent |
class |
VertexAddedEvent
Fired when a vertex is added to a graph
|
class |
VertexMoveEvent
Fired when a vertex is moved.
|
class |
VertexRemovedEvent
Fired when a vertex is removed from a graph
|
class |
VerticalFlipEvent |
class |
XYFlipEvent |