com.google.gwt.visualization.client.visualizations
Class IntensityMap.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.IntensityMap.Options
Enclosing class:
IntensityMap

public static class IntensityMap.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 IntensityMap.Options()
           
 
Method Summary
static IntensityMap.Options create()
           
 void setColors(com.google.gwt.core.client.JsArrayString colors)
           
 void setColors(java.lang.String... colors)
           
 void setHeight(int height)
           
 void setRegion(IntensityMap.Region region)
           
 void setShowOneTab(boolean show)
           
 void setSize(int width, int height)
           
 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

IntensityMap.Options

protected IntensityMap.Options()
Method Detail

create

public static IntensityMap.Options create()

setColors

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

setColors

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

setHeight

public final void setHeight(int height)

setRegion

public final void setRegion(IntensityMap.Region region)

setShowOneTab

public final void setShowOneTab(boolean show)

setSize

public final void setSize(int width,
                          int height)

setWidth

public final void setWidth(int width)