 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.action.exportmap;
23 import org.jetbrains.annotations.NotNull;
LayoutInfo(@NotNull final MapFile mapFile, final int x, final int y)
Creates a new instance.
int getY()
Returns the y coordinate of the top border of the map within the final image.
Base package of all Gridarta classes.
final MapFile mapFile
The MapFile that identifies the map.
final int x
The x coordinate of the left border of the map within the final image.
final int y
The y coordinate of the top border of the map within the final image.
The location of a map file with a map directory.
int getX()
Returns the x coordinate of the left border of the map within the final image.
MapFile getMapFile()
Returns the MapFile that identifies the map.
Stores layout information for maps.