com.google.gwt.visualization.client.visualizations
Class ImageChart.Options

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.ajaxloader.client.Properties
          extended by com.google.gwt.visualization.client.AbstractDrawOptions
              extended by com.google.gwt.visualization.client.visualizations.ImageChart.Options
Enclosing class:
ImageChart

public static class ImageChart.Options
extends AbstractDrawOptions

Options for drawing the chart.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected ImageChart.Options()
           
 
Method Summary
static ImageChart.Options create()
           
 void setAnnotationColumns(com.google.gwt.core.client.JsArray<ImageChart.AnnotationColumn> columns)
           
 void setColor(java.lang.String color)
           
 void setColors(com.google.gwt.core.client.JsArrayString colors)
           
 void setColors(java.lang.String... colors)
           
 void setFill(boolean fill)
           
 void setHeight(int height)
           
 void setLegend(LegendPosition position)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setShowCategoryLabels(boolean show)
           
 void setShowValueLabels(boolean show)
           
 void setSize(int width, int height)
           
 void setTitle(java.lang.String title)
           
 void setWidth(int width)
           
 
Methods inherited from class com.google.gwt.ajaxloader.client.Properties
getBoolean, getDate, getNumber, getObject, getString, remove, set, set, set, set, set, typeof
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageChart.Options

protected ImageChart.Options()
Method Detail

create

public static ImageChart.Options create()

setAnnotationColumns

public final void setAnnotationColumns(com.google.gwt.core.client.JsArray<ImageChart.AnnotationColumn> columns)

setColor

public final void setColor(java.lang.String color)

setColors

public final void setColors(com.google.gwt.core.client.JsArrayString colors)

setColors

public final void setColors(java.lang.String... colors)

setFill

public final void setFill(boolean fill)

setHeight

public final void setHeight(int height)

setLegend

public final void setLegend(LegendPosition position)

setMax

public final void setMax(double max)

setMin

public final void setMin(double min)

setShowCategoryLabels

public final void setShowCategoryLabels(boolean show)

setShowValueLabels

public final void setShowValueLabels(boolean show)

setSize

public final void setSize(int width,
                          int height)

setTitle

public final void setTitle(java.lang.String title)

setWidth

public final void setWidth(int width)