com.threerings.media.tile
Interface BaseSizableTileSet

All Known Implementing Classes:
ObjectTileSet, TrimmedObjectTileSet

public interface BaseSizableTileSet


Method Summary
 int getBaseHeight(int tileIdx)
          Returns the base height for the specified object index.
 int getBaseWidth(int tileIdx)
          Returns the base width for the specified object index.
 

Method Detail

getBaseWidth

int getBaseWidth(int tileIdx)
Returns the base width for the specified object index.


getBaseHeight

int getBaseHeight(int tileIdx)
Returns the base height for the specified object index.