Interface ILcdTileDecoder


public interface ILcdTileDecoder
Creates ILcd2DBoundsInteractable tiles from files or other data sources.

The supported data sources and the type of interactables (implemented interfaces, structure, contents, ...) that are created are defined by the actual implementations of this interface.

Since:
V2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    decodeTile(String aTileSourceName)
    Creates a new tile from the specified data source.
  • Method Details

    • decodeTile

      ILcd2DBoundsInteractable decodeTile(String aTileSourceName) throws IOException
      Creates a new tile from the specified data source.
      Parameters:
      aTileSourceName - a data source; typically a file name or a URL.
      Returns:
      a ILcd2DBoundsInteractable tile containing the decoded data.
      Throws:
      IOException - for any I/O errors.