com.jme.widget
Class WidgetAlignmentType

java.lang.Object
  extended bycom.jme.util.JmeType
      extended bycom.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

Field Summary
static WidgetAlignmentType ALIGN_CENTER
           
static WidgetAlignmentType ALIGN_EAST
           
static WidgetAlignmentType ALIGN_NONE
           
static WidgetAlignmentType ALIGN_NORTH
           
static WidgetAlignmentType ALIGN_NORTHEAST
           
static WidgetAlignmentType ALIGN_NORTHWEST
           
static WidgetAlignmentType ALIGN_SOUTH
           
static WidgetAlignmentType ALIGN_SOUTHEAST
           
static WidgetAlignmentType ALIGN_SOUTHWEST
           
static WidgetAlignmentType ALIGN_WEST
           
 
Fields inherited from class com.jme.util.JmeType
name
 
Method Summary
 JmeType getType(java.lang.String name)
          getType returns an instance of the JmeType
 
Methods inherited from class com.jme.util.JmeType
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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