com.jme.widget
Class WidgetOrientationType
java.lang.Object
com.jme.util.JmeType
com.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)