|
Gridarta Editor
|
Inheritance diagram for net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| void | cleanCompletelyBlockedSquares () |
| The action method for "cleanCompletelyBlockedSquares". More... | |
| CleanCompletelyBlockedSquaresAction (@NotNull final MapManager< G, A, R > mapManager) | |
| Creates a new instance. More... | |
| void | setAction (@NotNull final Action action, @NotNull final String name) |
| Sets the Action instance for this editor action. More... | |
Private Attributes | |
| final MapManager< G, A, R > | mapManager |
Definition at line 38 of file CleanCompletelyBlockedSquaresAction.java.
| net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.CleanCompletelyBlockedSquaresAction | ( | @NotNull final MapManager< G, A, R > | mapManager | ) |
Creates a new instance.
Definition at line 46 of file CleanCompletelyBlockedSquaresAction.java.
| void net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.cleanCompletelyBlockedSquares | ( | ) |
The action method for "cleanCompletelyBlockedSquares".
Cleans all completely blocked squares of a map. this implementation does not take care of multi square objects.
Definition at line 56 of file CleanCompletelyBlockedSquaresAction.java.
References net.sf.gridarta.model.mapmodel.MapModel< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.beginTransaction(), net.sf.gridarta.model.mapmodel.MapModel< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.endTransaction(), net.sf.gridarta.model.mapmanager.MapManager< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getCurrentMap(), and net.sf.gridarta.model.mapcontrol.MapControl< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getMapModel().
Here is the call graph for this function:| void net.sf.gridarta.action.CleanCompletelyBlockedSquaresAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.setAction | ( | @NotNull final Action | action, |
| @NotNull final String | name | ||
| ) |
Sets the Action instance for this editor action.
| action | the action instance |
| name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 74 of file CleanCompletelyBlockedSquaresAction.java.
|
private |