com.jme.widget
Class WidgetAlignmentType
java.lang.Object
com.jme.util.JmeType
com.jme.widget.WidgetAlignmentType
- public final class WidgetAlignmentType
- extends JmeType
- Author:
- Gregg Patton
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
Method Summary |
JmeType |
getType(java.lang.String name)
getType returns an instance of the JmeType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ALIGN_NONE
public static final WidgetAlignmentType ALIGN_NONE
ALIGN_CENTER
public static final WidgetAlignmentType ALIGN_CENTER
ALIGN_NORTH
public static final WidgetAlignmentType ALIGN_NORTH
ALIGN_SOUTH
public static final WidgetAlignmentType ALIGN_SOUTH
ALIGN_EAST
public static final WidgetAlignmentType ALIGN_EAST
ALIGN_WEST
public static final WidgetAlignmentType ALIGN_WEST
ALIGN_NORTHWEST
public static final WidgetAlignmentType ALIGN_NORTHWEST
ALIGN_SOUTHWEST
public static final WidgetAlignmentType ALIGN_SOUTHWEST
ALIGN_NORTHEAST
public static final WidgetAlignmentType ALIGN_NORTHEAST
ALIGN_SOUTHEAST
public static final WidgetAlignmentType ALIGN_SOUTHEAST
getType
public JmeType getType(java.lang.String name)
- Description copied from class:
JmeType
getType returns an instance of the JmeType
- Specified by:
getType in class JmeType
- Parameters:
name - the String representation of the type
- Returns:
- an instance of the JmeType