com.google.gwt.visualization.client.visualizations
Class AreaChart.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.CommonOptions
                  extended by com.google.gwt.visualization.client.CommonChartOptions
                      extended by com.google.gwt.visualization.client.visualizations.AreaChart.Options
Enclosing class:
AreaChart

public static class AreaChart.Options
extends CommonChartOptions

Options for drawing the area chart.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected AreaChart.Options()
           
 
Method Summary
static AreaChart.Options create()
           
 void setLineSize(int size)
           
 void setPointSize(int size)
           
 void setStacked(boolean stacked)
           
 
Methods inherited from class com.google.gwt.visualization.client.CommonChartOptions
setAxisBackgroundColor, setAxisBackgroundColor, setAxisColor, setAxisColor, setAxisFontSize, setLogScale, setMax, setMin, setReverseAxis, setShowCategories, setTitleX, setTitleY
 
Methods inherited from class com.google.gwt.visualization.client.CommonOptions
setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setColors, setColors, setColors, setColors, setEnableTooltip, setFocusBorderColor, setFocusBorderColor, setHeight, setLegend, setLegendBackgroundColor, setLegendBackgroundColor, setLegendFontSize, setLegendTextColor, setLegendTextColor, setSize, setTitle, setTitleColor, setTitleColor, setTitleFontSize, setTooltipHeight, setTooltipWidth, setWidth
 
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

AreaChart.Options

protected AreaChart.Options()
Method Detail

create

public static AreaChart.Options create()

setLineSize

public final void setLineSize(int size)

setPointSize

public final void setPointSize(int size)

setStacked

public final void setStacked(boolean stacked)