Interface RasterTile

All Superinterfaces:
Comparable<Tile>, Tile
All Known Implementing Classes:
SingleTile

public interface RasterTile extends Tile
An interface for Tiles that contain Raster data.
Since:
5.0
Version:
7.0
Author:
Luke
  • Method Details

    • getImage

      BufferedImage getImage()
      Returns the rendered image.
      Returns:
      the image