com.google.gwt.visualization.client
Class LegendPosition

java.lang.Object
  extended by com.google.gwt.visualization.client.LegendPosition
Direct Known Subclasses:
PieChart.PieLegendPosition

public class LegendPosition
extends java.lang.Object

Specifies where to put the legend in the visualization. Not using enum because I need to be able to create subclasses, for instance, PieChart.PieLegendPosition .


Field Summary
static LegendPosition BOTTOM
           
static LegendPosition LEFT
           
static LegendPosition NONE
           
static LegendPosition RIGHT
           
static LegendPosition TOP
           
 
Constructor Summary
protected LegendPosition(java.lang.String name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BOTTOM

public static final LegendPosition BOTTOM

LEFT

public static final LegendPosition LEFT

NONE

public static final LegendPosition NONE

RIGHT

public static final LegendPosition RIGHT

TOP

public static final LegendPosition TOP
Constructor Detail

LegendPosition

protected LegendPosition(java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object