com.google.gwt.visualization.client
Class LegendPosition
java.lang.Object
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
.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
LegendPosition
protected LegendPosition(java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object