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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for CssColor style.static final int
Constant for Gradient style.static final int
Constant for Pattern style. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
getType()
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 Details
-
TYPE_CSSCOLOR
public static final int TYPE_CSSCOLORConstant for CssColor style.- See Also:
-
TYPE_GRADIENT
public static final int TYPE_GRADIENTConstant for Gradient style.- See Also:
-
TYPE_PATTERN
public static final int TYPE_PATTERNConstant for Pattern style.- See Also:
-
-
Constructor Details
-
FillStrokeStyle
protected FillStrokeStyle()
-
-
Method Details
-
getType
public final int getType()Returns the type of this FillStrokeStyle as an integer.- Returns:
- The type of the object.
-