public class

CanvasPattern

extends FillStrokeStyle
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.canvas.dom.client.FillStrokeStyle
       ↳ com.google.gwt.canvas.dom.client.CanvasPattern

Class Overview

Pattern object used with Context2d.

Experimental API: This API is still under development and is subject to change.

Note that this class has no methods. It simply serves as a reference to a pattern created using createPattern(CanvasElement, Context2d.Repetition).

Summary

[Expand]
Inherited Constants
From class com.google.gwt.canvas.dom.client.FillStrokeStyle
Protected Constructors
CanvasPattern()
[Expand]
Inherited Methods
From class com.google.gwt.canvas.dom.client.FillStrokeStyle
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected CanvasPattern ()