Uses of Class
org.newdawn.slick.tiled.TileSet

Packages that use TileSet
org.newdawn.slick.tiled Contains utilities for working with the TilED (http://www.mapeditor.org) utility for creating tiled maps. 
 

Uses of TileSet in org.newdawn.slick.tiled
 

Methods in org.newdawn.slick.tiled that return TileSet
 TileSet TiledMap.findTileSet(int gid)
          Find a tile for a given global tile id
 TileSet TiledMap.getTileSet(int index)
          Get a tileset at a particular index in the list of sets for this map
 TileSet TiledMap.getTileSetByGID(int gid)
          Get a tileset by a given global ID
 



Copyright © 2006 New Dawn Software. All Rights Reserved.