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