Interface CompressedTile

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

public interface CompressedTile extends Tile
An interface for Tiles that do not contain raster data.
Since:
11.3
Version:
11.3
Author:
Luke
  • Field Summary

    Fields inherited from interface org.deltava.util.tile.Tile

    HEIGHT, WIDTH
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the compressed image data.

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.deltava.util.tile.Tile

    getAddress, getName, setImage
  • Method Details

    • getData

      byte[] getData()
      Returns the compressed image data.
      Returns:
      the image data