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

public static class PieChart.Options
extends CommonOptions

Options for drawing the pie chart.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected PieChart.Options()
           
 
Method Summary
static PieChart.Options create()
           
 void set3D(boolean enable3D)
           
 void setPieJoinAngle(double pieJoinAngle)
           
 void setPieMinimalAngle(double pieMinimalAngle)
           
 
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

PieChart.Options

protected PieChart.Options()
Method Detail

create

public static PieChart.Options create()

set3D

public final void set3D(boolean enable3D)

setPieJoinAngle

public final void setPieJoinAngle(double pieJoinAngle)

setPieMinimalAngle

public final void setPieMinimalAngle(double pieMinimalAngle)