com.gwtext.client.widgets.chart.yui
Class Orientation

java.lang.Object
  extended by com.gwtext.client.widgets.chart.yui.Orientation

public class Orientation
extends java.lang.Object


Field Summary
static Orientation HORIZONTAL
           
static Orientation VERTICAL
           
 
Method Summary
static Orientation getInstance(java.lang.String orientation)
           
 java.lang.String getOrientation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERTICAL

public static Orientation VERTICAL

HORIZONTAL

public static Orientation HORIZONTAL
Method Detail

getOrientation

public java.lang.String getOrientation()

getInstance

public static Orientation getInstance(java.lang.String orientation)