Uses of Class
com.b3dgs.lionengine.core.Alignment

Packages that use Alignment
com.b3dgs.lionengine.audio.impl   
com.b3dgs.lionengine.core   
com.b3dgs.lionengine.drawable   
 

Uses of Alignment in com.b3dgs.lionengine.audio.impl
 

Constructors in com.b3dgs.lionengine.audio.impl with parameters of type Alignment
SoundRoutine(Alignment alignment)
           
 

Uses of Alignment in com.b3dgs.lionengine.core
 

Methods in com.b3dgs.lionengine.core that return Alignment
static Alignment Alignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Alignment[] Alignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Alignment in com.b3dgs.lionengine.drawable
 

Methods in com.b3dgs.lionengine.drawable with parameters of type Alignment
 void FontSprite.draw(java.awt.Graphics2D g, int x, int y, Alignment align, java.lang.String... text)
          Draw a multiple text at specified location.
 void FontSprite.draw(java.awt.Graphics2D g, int x, int y, Alignment align, java.lang.String text)
          Draw a single text at specified location.
 void Text.draw(java.awt.Graphics2D g, java.lang.String text, int x, int y, Alignment alignment)
          Renders text on graphic output, to the specified location and alignment.