com.jme.widget.border
Class WidgetBorderType

java.lang.Object
  extended bycom.jme.util.JmeType
      extended bycom.jme.widget.border.WidgetBorderType

public final class WidgetBorderType
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 WidgetBorderType FLAT
           
static WidgetBorderType LOWERED
           
static WidgetBorderType NONE
           
static WidgetBorderType RAISED
           
 
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 WidgetBorderType NONE

RAISED

public static final WidgetBorderType RAISED

LOWERED

public static final WidgetBorderType LOWERED

FLAT

public static final WidgetBorderType FLAT
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