Gridarta Editor
Package net.sf.gridarta.gui.map.mapview

Classes

class  AbstractMapView
 Abstract base class for MapView implementations. More...
 
class  DefaultMapView
 Default MapView implementation. More...
 
class  DefaultMapViewFactory
 Default MapViewFactory implementation. More...
 
class  ErroneousMapSquares
 Tracks a MapModel for changed erroneous map squares and updates a MapGrid and an AbstractMapRenderer accordingly. More...
 
class  MapCursorTracker
 Tracks the MapCursor of map and scrolls the AbstractMapRenderer so that the map cursor remains visible. More...
 
interface  MapView
 A map view consists of a map grid and a map cursor, and is attached to a map control. More...
 
interface  MapViewFactory
 A factory for creating MapView instances. More...
 
class  MapViewManager
 Maintains all map views. More...
 
interface  MapViewManagerListener
 Interface for listeners interested in events related to MapViewManager instances. More...
 
class  MapViews
 A list of MapViews for one MapControl instance. More...
 
interface  MapViewsListener
 Interface for listeners interested in MapViewsManager related events. More...
 
class  MapViewsManager
 Stores all existing MapViews. More...
 
class  TestMapView
 A MapView implementation for regression tests. More...
 
class  TestMapViewFactory
 A MapViewFactory implementation for testing purposes. More...