20 package net.sf.gridarta.gui.map.mapview;
22 import java.awt.Point;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
Base package of all Gridarta classes.
Reflects a game object (object on a map).
MapView< G, A, R > newMapView(@NotNull MapControl< G, A, R > mapControl, @Nullable Point viewPosition, int viewCounter)
Creates a new map view instance for a map control.
GameObjects are the objects based on Archetypes found on maps.
Currently nothing more than a marker interface for unification.
A factory for creating MapView instances.
Interface for MapArchObjects.