Package com.google.gwt.canvas.dom.client
Class FillStrokeStyle
- java.lang.Object
 - 
- com.google.gwt.core.client.JavaScriptObject
 - 
- com.google.gwt.canvas.dom.client.FillStrokeStyle
 
 
 
- 
- Direct Known Subclasses:
 CanvasGradient,CanvasPattern,CssColor
public class FillStrokeStyle extends JavaScriptObject
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intTYPE_CSSCOLORConstant for CssColor style.static intTYPE_GRADIENTConstant for Gradient style.static intTYPE_PATTERNConstant for Pattern style. 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedFillStrokeStyle() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()Returns the type of this FillStrokeStyle as an integer.- 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TYPE_CSSCOLOR
public static final int TYPE_CSSCOLOR
Constant for CssColor style.- See Also:
 - Constant Field Values
 
 
- 
TYPE_GRADIENT
public static final int TYPE_GRADIENT
Constant for Gradient style.- See Also:
 - Constant Field Values
 
 
- 
TYPE_PATTERN
public static final int TYPE_PATTERN
Constant for Pattern style.- See Also:
 - Constant Field Values
 
 
 - 
 
 -