Gridarta Editor
net.sf.gridarta.gui.map.mapview.MapViewFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R > Interface Template Reference

A factory for creating MapView instances. More...

+ Inheritance diagram for net.sf.gridarta.gui.map.mapview.MapViewFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
+ Collaboration diagram for net.sf.gridarta.gui.map.mapview.MapViewFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:

Public Member Functions

MapView< G, A, R > newMapView (@NotNull MapControl< G, A, R > mapControl, int viewCounter)
 Creates a new map view instance for a map control. More...
 

Detailed Description

A factory for creating MapView instances.

Author
Andreas Kirschbaum

Definition at line 32 of file MapViewFactory.java.

Member Function Documentation

◆ newMapView()

MapView<G, A, R> net.sf.gridarta.gui.map.mapview.MapViewFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.newMapView ( @NotNull MapControl< G, A, R >  mapControl,
int  viewCounter 
)

Creates a new map view instance for a map control.

Parameters
mapControlthe map control
viewCounterthe view counter
Returns
the new map view

The documentation for this interface was generated from the following file: