![]() |
Gridarta Editor
|
A MapView implementation for regression tests. More...
Private Attributes | |
final MapControl< TestGameObject, TestMapArchObject, TestArchetype > | mapControl |
The controller of this view. More... | |
Additional Inherited Members | |
![]() | |
AbstractMapView ( @NotNull final MapModel< G, A, R > mapModel, @NotNull final MapGrid mapGrid, @NotNull final MapCursor< G, A, R > mapCursor) | |
Creates a new instance. More... | |
A MapView implementation for regression tests.
Definition at line 39 of file TestMapView.java.
net.sf.gridarta.gui.map.mapview.TestMapView.TestMapView | ( | @NotNull final MapControl< TestGameObject, TestMapArchObject, TestArchetype > | mapControl, |
@NotNull final MapGrid | mapGrid, | ||
@NotNull final MapCursor< TestGameObject, TestMapArchObject, TestArchetype > | mapCursor | ||
) |
Creates a new instance.
mapControl | the controller of this view |
mapGrid | the map grid for this map view |
mapCursor | the map cursor for this map view |
Definition at line 53 of file TestMapView.java.
References net.sf.gridarta.gui.map.mapview.TestMapView.mapControl, net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype >.mapCursor, and net.sf.gridarta.gui.map.mapview.AbstractMapView< TestGameObject, TestMapArchObject, TestArchetype >.mapGrid.
void net.sf.gridarta.gui.map.mapview.TestMapView.activate | ( | ) |
Definition at line 82 of file TestMapView.java.
Component net.sf.gridarta.gui.map.mapview.TestMapView.getComponent | ( | ) |
Definition at line 71 of file TestMapView.java.
JInternalFrame net.sf.gridarta.gui.map.mapview.TestMapView.getInternalFrame | ( | ) |
Definition at line 87 of file TestMapView.java.
MapControl<TestGameObject, TestMapArchObject, TestArchetype> net.sf.gridarta.gui.map.mapview.TestMapView.getMapControl | ( | ) |
Definition at line 77 of file TestMapView.java.
References net.sf.gridarta.gui.map.mapview.TestMapView.mapControl.
MapRenderer net.sf.gridarta.gui.map.mapview.TestMapView.getRenderer | ( | ) |
Definition at line 93 of file TestMapView.java.
JScrollPane net.sf.gridarta.gui.map.mapview.TestMapView.getScrollPane | ( | ) |
Definition at line 99 of file TestMapView.java.
String net.sf.gridarta.gui.map.mapview.TestMapView.getWindowTitle | ( | ) |
Definition at line 65 of file TestMapView.java.
void net.sf.gridarta.gui.map.mapview.TestMapView.setViewPosition | ( | @NotNull final Point | viewPosition | ) |
Definition at line 59 of file TestMapView.java.
|
private |
The controller of this view.
Definition at line 45 of file TestMapView.java.
Referenced by net.sf.gridarta.gui.map.mapview.TestMapView.getMapControl(), and net.sf.gridarta.gui.map.mapview.TestMapView.TestMapView().