 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.map.maptilepane;
22 import javax.swing.filechooser.FileFilter;
31 import org.jetbrains.annotations.NotNull;
88 private static final int @NotNull []
NEXT_FOCUS = { 4, 5, 6, 7, 1, 2, 3, 0 };
A MapModel reflects the data of a map.
final MapModel< G, A, R > mapModel
The map in context.
A MapManager manages all opened maps.
Base package of all Gridarta classes.
static final int[] NEXT_FOCUS
Indices of next focus.
Reflects a game object (object on a map).
IsoMapTilePane(final MapManager< G, A, R > mapManager, @NotNull final ProjectSettings projectSettings, final MapModel< G, A, R > mapModel, final FileFilter mapFileFilter)
Creates a new instance.
A Panel for managing the tiling of maps.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
static final MapLink[][] TILE_LINK
The tile links used for the attach map algorithm.
A Panel for managing the tiling of maps.
final FileFilter mapFileFilter
Swing FileFilter for map files.
Settings that apply to a project.
static final long serialVersionUID
Serial Version UID.
static final Direction[] DIRECTION_MAPPING
Maps map direction to net.sf.gridarta.gui.utils.DirectionLayout direction.
final ProjectSettings projectSettings
The project settings instance.