Uses of Class
com.google.gwt.canvas.dom.client.CanvasPattern
-
Uses of CanvasPattern in com.google.gwt.canvas.dom.client
Modifier and TypeMethodDescriptionfinal CanvasPattern
Context2d.createPattern
(CanvasElement image, Context2d.Repetition repetition) Creates a pattern from another canvas.final CanvasPattern
Context2d.createPattern
(CanvasElement image, String repetition) Creates a pattern from another canvas.final CanvasPattern
Context2d.createPattern
(ImageElement image, Context2d.Repetition repetition) Creates a pattern from an image.final CanvasPattern
Context2d.createPattern
(ImageElement image, String repetition) Creates a pattern from an image.