com.jme.widget
Class WidgetOrientationType

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

public class WidgetOrientationType
extends JmeType

WidgetOrientationType

Version:
$Id: WidgetOrientationType.java,v 1.3 2004/04/22 22:27:12 renanse Exp $
Author:
Gregg Patton

Field Summary
static WidgetOrientationType DOWN
           
static WidgetOrientationType HORIZONTAL
           
static WidgetOrientationType LEFT
           
static WidgetOrientationType NONE
           
static WidgetOrientationType RIGHT
           
static WidgetOrientationType UP
           
static WidgetOrientationType VERTICAL
           
 
Fields inherited from class com.jme.util.JmeType
name
 
Method Summary
 JmeType getType(java.lang.String name)
          getType
 
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 WidgetOrientationType NONE

HORIZONTAL

public static final WidgetOrientationType HORIZONTAL

VERTICAL

public static final WidgetOrientationType VERTICAL

UP

public static final WidgetOrientationType UP

DOWN

public static final WidgetOrientationType DOWN

LEFT

public static final WidgetOrientationType LEFT

RIGHT

public static final WidgetOrientationType RIGHT
Method Detail

getType

public JmeType getType(java.lang.String name)
getType

Specified by:
getType in class JmeType
Parameters:
name - String representation of JmeType
Returns:
the widget type associated with name.
See Also:
com.jme.widget.util.JmeType#getType(java.lang.String)