 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.actions;
24 import org.jetbrains.annotations.NotNull;
Base package of all Gridarta classes.
final File mapFile
The map File of the first map.
final Size2D mapSize
The size of the first map.
MapSizeMismatchException(@NotNull final File mapFile, @NotNull final Size2D mapSize, @NotNull final Size2D otherMapSize)
Creates a new instance.
Size2D getOtherMapSize()
Returns the size of the second map.
Size2D getMapSize()
Returns the size of the first map.
Exception thrown if the size of a map file is unexpected.
File getMapFile()
Returns the map File of the first map.
static final long serialVersionUID
The serial version UID.
The class Size2D represents a 2d rectangular area.
final Size2D otherMapSize
The size of the second map.