com.badlogic.gdx.scenes.scene2d.utils
Class Align

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.utils.Align

public class Align
extends Object

Provides bit flag constants for alignment.

Author:
Nathan Sweet

Field Summary
static int bottom
           
static int center
           
static int left
           
static int right
           
static int top
           
 
Constructor Summary
Align()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

public static final int center
See Also:
Constant Field Values

top

public static final int top
See Also:
Constant Field Values

bottom

public static final int bottom
See Also:
Constant Field Values

left

public static final int left
See Also:
Constant Field Values

right

public static final int right
See Also:
Constant Field Values
Constructor Detail

Align

public Align()


Copyright © 2013. All Rights Reserved.