Modifier and Type | Class and Description |
---|---|
class |
DoubleVertexEvent<S extends PuzzleInstance>
If you look at the super class, you will notice the possibility of an error: If decodeData is given an ArrayList with
< 2 elements, getTo and/or getFrom will crash.
|
class |
MultiVertexGraphEditEvent |
class |
MultiVertexWithCoordinatesGraphEditEvent |
class |
SingleVertexGraphEditEvent |
class |
SingleVertexWithCoordinatesGraphEditEvent |
Constructor and Description |
---|
MultiVertexEvent(MultiVertexEvent<S> other) |
MultiVertexGraphEditEvent(MultiVertexEvent<PuzzleInstance> other) |
MultiVertexWithCoordinatesGraphEditEvent(MultiVertexEvent<PuzzleInstance> other) |
SingleVertexWithCoordinatesGraphEditEvent(MultiVertexEvent<PuzzleInstance> other) |
Modifier and Type | Class and Description |
---|---|
class |
CompressEvent |
class |
ExpandEvent |
class |
HorizontalFlipEvent |
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 |
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 |
Constructor and Description |
---|
MultiVertexAddedEvent(MultiVertexEvent<PuzzleInstance> other) |
MultiVertexRemovedEvent(MultiVertexEvent<PuzzleInstance> other) |
VertexAddedEvent(MultiVertexEvent<PuzzleInstance> other) |
VertexRemovedEvent(MultiVertexEvent<PuzzleInstance> other) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeTargetVertexEvent
Fired when the target in Reach It is changed.
|
class |
MovePebbleEvent
Fired when a pebble is moved
|
class |
MovePebbleFirstToVertexEvent |
class |
UndoMovePebbleEvent
Fired when a game is undone.
|
class |
UndoMovePebbleFirstToVertexEvent
Fired when a game is undone.
|
Modifier and Type | Class and Description |
---|---|
class |
PortalLordClearValuesEvent |
class |
PortalLordUnClearEvent |
Modifier and Type | Class and Description |
---|---|
class |
MultiVertexChosenEvent |
class |
MultiVertexUnchosenEvent |
Modifier and Type | Class and Description |
---|---|
class |
ChangeSourceVertexEvent
Fired when the target in Reach It is changed.
|