Uses of Class
org.deken.game.sprites.SpriteSize

Packages that use SpriteSize
org.deken.game.component Components package holds game components, which are striped down version of java components. 
org.deken.game.movement The Movement package contains classes that allow a game piece to move. 
org.deken.game.sprites The pieces package contains the game pieces that will be used by the old style engine. 
 

Uses of SpriteSize in org.deken.game.component
 

Methods in org.deken.game.component that return SpriteSize
 SpriteSize GMenuPopout.getSize()
           
 SpriteSize GText.getSize()
           
 

Methods in org.deken.game.component with parameters of type SpriteSize
 void GMenuPopout.setSize(SpriteSize size)
           
 void GTableContainer.setSize(SpriteSize spriteSize)
          Set the size of this container.
 

Uses of SpriteSize in org.deken.game.movement
 

Constructors in org.deken.game.movement with parameters of type SpriteSize
MouseDragMovement(GameLocation gameLocation, SpriteSize size, InputMouseAction mouseClick, InputMouseAction mouseMove)
          MouseDragMovement
 

Uses of SpriteSize in org.deken.game.sprites
 

Fields in org.deken.game.sprites declared as SpriteSize
protected  SpriteSize Sprite.size
           
 

Methods in org.deken.game.sprites that return SpriteSize
 SpriteSize SpriteSize.copy()
          Copies this sprite size
 SpriteSize Sprite.getSize()
           
 

Methods in org.deken.game.sprites with parameters of type SpriteSize
 void Sprite.setSize(SpriteSize spriteSize)
           
 

Constructors in org.deken.game.sprites with parameters of type SpriteSize
Actor(Motion motion, Movement movement, SpriteSize size)
           
Actor(Motion motion, Movement movement, SpriteSize size, Animation stillAnimation)
           
Actor(SpriteSize size)
          Actor This constructor is used by the DocumentManager.
BaseActor(Motion motion, Movement movement, SpriteSize size)
          BaseActor
BaseActor(Motion motion, Movement movement, SpriteSize size, Animation stillAnimation)
          BaseActor
BaseActor(SpriteSize size)
           
Decor(Animation animation, SpriteSize size)
          Decor
Decor(SpriteSize size)
          Decor This constructor is used by the DocumentManager.
DecorTriggerListener(Animation animation, SpriteSize size)
           
DecorTriggerListener(SpriteSize size)
           
MirrorTile(SpriteSize size)
           
NullDecor(SpriteSize size)
           
Sprite(SpriteSize size)
          Sprite