|
Gridarta Editor
|
Insert bottommost. More...
Inheritance diagram for net.sf.gridarta.model.mapmodel.BottommostInsertionMode< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.model.mapmodel.BottommostInsertionMode< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| void | insert (@NotNull final G gameObject, @NotNull final MapSquare< G, A, R > mapSquare) |
| String | toString () |
Public Member Functions inherited from net.sf.gridarta.model.mapmodel.InsertionMode< G, A, R > | |
| void | insert ( @NotNull G gameObject, @NotNull MapSquare< G, A, R > mapSquare) |
| Inserts a GameObject into a MapSquare. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Insert bottommost.
Definition at line 31 of file BottommostInsertionMode.java.
| void net.sf.gridarta.model.mapmodel.BottommostInsertionMode< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.insert | ( | @NotNull final G | gameObject, |
| @NotNull final MapSquare< G, A, R > | mapSquare | ||
| ) |
Definition at line 39 of file BottommostInsertionMode.java.
| String net.sf.gridarta.model.mapmodel.BottommostInsertionMode< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.toString | ( | ) |
Definition at line 44 of file BottommostInsertionMode.java.
|
staticprivate |
The serial version UID.
Definition at line 36 of file BottommostInsertionMode.java.