GWT 2.7.0

Uses of Class
com.google.gwt.canvas.dom.client.CanvasPattern

Packages that use CanvasPattern
com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support. 
 

Uses of CanvasPattern in com.google.gwt.canvas.dom.client
 

Methods in com.google.gwt.canvas.dom.client that return CanvasPattern
 CanvasPattern Context2d.createPattern(CanvasElement image, Context2d.Repetition repetition)
          Creates a pattern from another canvas.
 CanvasPattern Context2d.createPattern(CanvasElement image, java.lang.String repetition)
          Creates a pattern from another canvas.
 CanvasPattern Context2d.createPattern(ImageElement image, Context2d.Repetition repetition)
          Creates a pattern from an image.
 CanvasPattern Context2d.createPattern(ImageElement image, java.lang.String repetition)
          Creates a pattern from an image.
 


GWT 2.7.0