Package nl.bebr.mapviewer.data
Interface MapViewer<T,U extends Tile<T>>
-
- Type Parameters:
T- image typeU- Tyle type
public interface MapViewer<T,U extends Tile<T>>Interface of the mapViewer component- Author:
- Frantisek Post
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TileFactory<T,U>getTileFactory()Rectangle2DgetViewportBounds()intgetZoom()
-
-
-
Method Detail
-
getTileFactory
TileFactory<T,U> getTileFactory()
-
getZoom
int getZoom()
-
getViewportBounds
Rectangle2D getViewportBounds()
-
-