com.jme.widget.layout
Class WidgetBorderLayoutConstraint

java.lang.Object
  extended bycom.jme.util.JmeType
      extended bycom.jme.widget.layout.WidgetBorderLayoutConstraint

public class WidgetBorderLayoutConstraint
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 WidgetBorderLayoutConstraint CENTER
           
static WidgetBorderLayoutConstraint EAST
           
static WidgetBorderLayoutConstraint NORTH
           
static WidgetBorderLayoutConstraint SOUTH
           
static WidgetBorderLayoutConstraint WEST
           
 
Fields inherited from class com.jme.util.JmeType
name
 
Constructor Summary
WidgetBorderLayoutConstraint(java.lang.String 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

CENTER

public static final WidgetBorderLayoutConstraint CENTER

EAST

public static final WidgetBorderLayoutConstraint EAST

NORTH

public static final WidgetBorderLayoutConstraint NORTH

SOUTH

public static final WidgetBorderLayoutConstraint SOUTH

WEST

public static final WidgetBorderLayoutConstraint WEST
Constructor Detail

WidgetBorderLayoutConstraint

public WidgetBorderLayoutConstraint(java.lang.String name)
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