Class GoogleLegendWrapper
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.googlecode.gwt.charts.client.options.Legend
-
- org.dashbuilder.renderer.google.client.GoogleLegendWrapper
-
public class GoogleLegendWrapper extends com.googlecode.gwt.charts.client.options.LegendExtension of the google Legend in order to allow for positioning the legend to the left of the chart, which is not possible with the original class, because the LegendPosition enum does not include the 'left' value.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGoogleLegendWrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoogleLegendWrappercreate()voidsetLegendPosition(String alignment)-
Methods inherited from class com.googlecode.gwt.charts.client.options.Legend
create, setAligment, setAlignment, setPosition, setPosition, setTextStyle
-
-
-
-
Method Detail
-
create
public static GoogleLegendWrapper create()
-
setLegendPosition
public final void setLegendPosition(String alignment)
-
-