com.google.gwt.visualization.client
Class CommonChartOptions

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
Direct Known Subclasses:
AreaChart.Options, BarChart.Options, ColumnChart.Options, ImageAreaChart.Options, ImageBarChart.Options, ImageLineChart.Options, ImagePieChart.Options, ImageSparklineChart.Options, LineChart.Options, ScatterChart.Options

public class CommonChartOptions
extends CommonOptions

Common options used by most charts from Google that feature an axis.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected CommonChartOptions()
           
 
Method Summary
static CommonChartOptions create()
           
 void setAxisBackgroundColor(Color color)
           
 void setAxisBackgroundColor(java.lang.String color)
           
 void setAxisColor(Color color)
           
 void setAxisColor(java.lang.String color)
           
 void setAxisFontSize(double size)
           
 void setLogScale(boolean logScale)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setReverseAxis(boolean reverseAxis)
           
 void setShowCategories(boolean showCategories)
           
 void setTitleX(java.lang.String title)
           
 void setTitleY(java.lang.String title)
           
 
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

CommonChartOptions

protected CommonChartOptions()
Method Detail

create

public static CommonChartOptions create()

setAxisBackgroundColor

public final void setAxisBackgroundColor(Color color)

setAxisBackgroundColor

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

setAxisColor

public final void setAxisColor(Color color)

setAxisColor

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

setAxisFontSize

public final void setAxisFontSize(double size)

setLogScale

public final void setLogScale(boolean logScale)

setMax

public final void setMax(double max)

setMin

public final void setMin(double min)

setReverseAxis

public final void setReverseAxis(boolean reverseAxis)

setShowCategories

public final void setShowCategories(boolean showCategories)

setTitleX

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

setTitleY

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