Uses of Class
org.newdawn.slick.SpriteSheet

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

Uses of SpriteSheet in org.newdawn.slick
 

Methods in org.newdawn.slick that return SpriteSheet
 SpriteSheet PackedSpriteSheet.getSpriteSheet(java.lang.String name)
          Get a sprite sheet that has been packed into the greater image
 

Constructors in org.newdawn.slick with parameters of type SpriteSheet
Animation(SpriteSheet frames, int duration)
          Create a new animation based on the sprite from a sheet.
Animation(SpriteSheet ss, int[] frames, int[] duration)
          Creates a new Animation where each frame is a sub-image of SpriteSheet ss.
Animation(SpriteSheet frames, int x1, int y1, int x2, int y2, boolean horizontalScan, int duration, boolean autoUpdate)
          Create a new animation based on a selection of sprites from a sheet
SpriteSheetFont(SpriteSheet font, char startingCharacter)
          Create a new font based on a SpriteSheet.
 

Uses of SpriteSheet in org.newdawn.slick.tiled
 

Fields in org.newdawn.slick.tiled declared as SpriteSheet
 SpriteSheet TileSet.tiles
          The image containing the tiles
 



Copyright © 2006 New Dawn Software. All Rights Reserved.