Package | Description |
---|---|
cusack.hcg.events | |
cusack.hcg.events.graph |
Modifier and Type | Method and Description |
---|---|
MultiEdgeGraphEditEvent |
SubgraphGraphEditEvent.getMultiEdgeGraphEditEvent() |
Constructor and Description |
---|
SubgraphGraphEditEvent(PuzzleInstance game,
MultiVertexGraphEditEvent mV,
MultiEdgeGraphEditEvent mE) |
Modifier and Type | Class and Description |
---|---|
class |
EdgeAddedEvent
Fired when an edge is added.
|
class |
EdgeRemovedEvent
Fired when a edge is removed
|
class |
MultiEdgesAddedEvent
When multiple vertices are moved at the same time.
|
class |
MultiEdgesRemovedEvent
When multiple vertices are moved at the same time.
|
Constructor and Description |
---|
SubgraphAddedEvent(PuzzleInstance game,
MultiVertexGraphEditEvent mV,
MultiEdgeGraphEditEvent mE) |
SubgraphRemovedEvent(PuzzleInstance game,
MultiVertexGraphEditEvent mV,
MultiEdgeGraphEditEvent mE) |