20 package net.sf.gridarta.gui.map.mapview;
22 import java.awt.Component;
23 import javax.swing.JInternalFrame;
24 import javax.swing.JScrollPane;
32 import org.jetbrains.annotations.NotNull;
70 throw new AssertionError();
86 throw new AssertionError();
92 throw new AssertionError();
98 throw new AssertionError();
JInternalFrame getInternalFrame()
Graphical User Interface of Gridarta.
JScrollPane getScrollPane()
MapCursor provides methods to move and drag on map.
A MapArchObject implementation for testing purposes.
final MapCursor< G, A, R > mapCursor
The MapCursor of this map view.
TestMapView(@NotNull final MapControl< TestGameObject, TestMapArchObject, TestArchetype > mapControl, @NotNull final MapGrid mapGrid, @NotNull final MapCursor< TestGameObject, TestMapArchObject, TestArchetype > mapCursor)
Creates a new instance.
Base package of all Gridarta classes.
MapRenderer getRenderer()
GameObjects are the objects based on Archetypes found on maps.
2D-Grid containing flags for selection, pre-selection, cursor, warnings and errors.
final MapControl< TestGameObject, TestMapArchObject, TestArchetype > mapControl
The controller of this view.
Base classes for rendering maps.
final MapGrid mapGrid
The MapGrid of this map view.
Abstract base class for MapView implementations.
Currently nothing more than a marker interface for unification.
An Archetype implementation for testing purposes.
A GameObject implementation for testing purposes.
Common interface for renderers of map control instances.
MapControl< TestGameObject, TestMapArchObject, TestArchetype > getMapControl()
A MapView implementation for regression tests.