com.google.gwt.visualization.client.visualizations.corechart
Class TextStyle

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.visualizations.corechart.TextStyle

public class TextStyle
extends Properties

Text style specification for CoreChart Options. Color-related draw options often accept either the name of the color as a string, or the detailed color specification as implemented by the following class.

See Also:
Configuration Options Reference

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected TextStyle()
           
 
Method Summary
static TextStyle create()
           
 void setColor(java.lang.String color)
           
 void setFontName(java.lang.String fontName)
           
 void setFontSize(int fontSize)
           
 
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

TextStyle

protected TextStyle()
Method Detail

create

public static TextStyle create()

setColor

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

setFontName

public final void setFontName(java.lang.String fontName)

setFontSize

public final void setFontSize(int fontSize)