jfreerails.client.renderer
Interface TileRendererList

All Known Subinterfaces:
RenderersRoot
All Known Implementing Classes:
QuickRGBTileRendererList, RenderersRootImpl, TileRendererListImpl

public interface TileRendererList

A list of TileRenderers.

Author:
Luke Lindsay 09 October 2001

Method Summary
 TileRenderer getTileViewWithNumber(int i)
           
 boolean validate(ReadOnlyWorld world)
          Checks whether this tile view list has tile views for all the terrain types in the specifed list.
 

Method Detail

getTileViewWithNumber

TileRenderer getTileViewWithNumber(int i)

validate

boolean validate(ReadOnlyWorld world)
Checks whether this tile view list has tile views for all the terrain types in the specifed list.