public class OrthogonalMapRenderer extends MapRenderer
| Constructor and Description |
|---|
OrthogonalMapRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.image.BufferedImage |
getLayerImage(ITileLayer layer,
IMap map,
boolean includeAnimationTiles)
Gets the layer image.
|
MapOrientation |
getSupportedOrientation()
Gets the supported orientation.
|
protected void |
renderTileLayerImage(java.awt.Graphics2D g,
ITileLayer layer,
IMap map,
java.awt.geom.Rectangle2D viewport)
Renders the tiles from the specified layer that lie within the bounds of
the viewport.
|
getCacheKey, getImage, getImage, getTileImage, isVisible, render, render, render, renderImageLayer, shouldBeRenderedpublic MapOrientation getSupportedOrientation()
IMapRendererprotected java.awt.image.BufferedImage getLayerImage(ITileLayer layer, IMap map, boolean includeAnimationTiles)
getLayerImage in class MapRendererlayer - the layermap - the mapprotected void renderTileLayerImage(java.awt.Graphics2D g,
ITileLayer layer,
IMap map,
java.awt.geom.Rectangle2D viewport)
renderTileLayerImage in class MapRendererg - layer - map - viewport -