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