 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.mapmanager;
22 import java.util.List;
33 import org.jetbrains.annotations.NotNull;
34 import org.jetbrains.annotations.Nullable;
Factory for creating MapControl instances.
Base package of all Gridarta classes.
Abstract base class for MapManager implementations.
Manages all opened pickmaps.
A factory for creating MapReader instances.
This class contains methods for converting relative map paths to absolute map paths and vice versa.
DefaultPickmapManager(@NotNull final MapReaderFactory< G, A > mapReaderFactory, @NotNull final MapControlFactory< G, A, R > mapControlFactory, @NotNull final ProjectSettings projectSettings, @NotNull final FaceObjectProviders faceObjectProviders, @NotNull final PathManager pathManager)
Creates a new instance.
Provider for faces of GameObjects and Archetypes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
final MapControlFactory< G, A, R > mapControlFactory
The MapControlFactory instance.
The location of a map file with a map directory.
Reading and writing of maps, handling of paths.
Settings that apply to a project.
final MapReaderFactory< G, A > mapReaderFactory
The gridarta objects factory instance.
MapControl< G, A, R > createMapControl(@Nullable final List< G > objects, @NotNull final A mapArchObject, @Nullable final MapFile mapFile)
The face is the appearance of an object.
Currently nothing more than a marker interface for unification.
final PathManager pathManager
The PathManager for converting File instances.
final ProjectSettings projectSettings
The project settings instance.
MapControl< G, A, R > newPickmapControl(@Nullable List< G > objects, @NotNull A mapArchObject, @Nullable MapFile mapFile)
Creates a new pickmap map control instance.