com.badlogic.gdx.scenes.scene2d.utils
Class Align
java.lang.Object
com.badlogic.gdx.scenes.scene2d.utils.Align
public class Align
- extends java.lang.Object
Provides bit flag constants for alignment.
- Author:
- Nathan Sweet
Constructor Summary |
Align()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Align
public Align()
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)