com.google.gwt.visualization.client.visualizations.corechart
Class TextStyle
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.ajaxloader.client.Properties
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
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 |
TextStyle
protected TextStyle()
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)