com.jme.widget
Class WidgetFillType

java.lang.Object
  extended bycom.jme.util.JmeType
      extended bycom.jme.widget.WidgetFillType

public final class WidgetFillType
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 WidgetFillType HORIZONTAL
           
static WidgetFillType NONE
           
static WidgetFillType VERTICAL
           
static WidgetFillType VERTICAL_HORIZONTAL
           
 
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

NONE

public static final WidgetFillType NONE

VERTICAL

public static final WidgetFillType VERTICAL

HORIZONTAL

public static final WidgetFillType HORIZONTAL

VERTICAL_HORIZONTAL

public static final WidgetFillType VERTICAL_HORIZONTAL
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