com.google.gwt.visualization.client
Class ChartArea

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.ChartArea

public class ChartArea
extends Properties

Specification for chartArea property when setting options.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected ChartArea()
           
 
Method Summary
static ChartArea create()
           
 void setHeight(double height)
           
 void setHeight(java.lang.String height)
           
 void setLeft(double left)
           
 void setLeft(java.lang.String left)
           
 void setTop(double top)
           
 void setTop(java.lang.String top)
           
 void setWidth(double width)
           
 void setWidth(java.lang.String 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

ChartArea

protected ChartArea()
Method Detail

create

public static ChartArea create()

setHeight

public final void setHeight(java.lang.String height)

setHeight

public final void setHeight(double height)

setLeft

public final void setLeft(double left)

setLeft

public final void setLeft(java.lang.String left)

setTop

public final void setTop(double top)

setTop

public final void setTop(java.lang.String top)

setWidth

public final void setWidth(double width)

setWidth

public final void setWidth(java.lang.String width)