Package com.google.gwt.canvas.dom.client
Class CanvasPattern
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.google.gwt.canvas.dom.client.FillStrokeStyle
-
- com.google.gwt.canvas.dom.client.CanvasPattern
-
public class CanvasPattern extends FillStrokeStyle
Pattern object used withContext2d
. Note that this class has no methods. It simply serves as a reference to a pattern created usingContext2d.createPattern(com.google.gwt.dom.client.CanvasElement, com.google.gwt.canvas.dom.client.Context2d.Repetition)
.- See Also:
- HTML Canvas 2D CanvasPattern
-
-
Field Summary
-
Fields inherited from class com.google.gwt.canvas.dom.client.FillStrokeStyle
TYPE_CSSCOLOR, TYPE_GRADIENT, TYPE_PATTERN
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CanvasPattern()
-
Method Summary
-
Methods inherited from class com.google.gwt.canvas.dom.client.FillStrokeStyle
getType
-
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
-