Uses of Class
com.google.gwt.canvas.dom.client.CanvasPattern
Packages that use CanvasPattern
-
Uses of CanvasPattern in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client that return CanvasPatternModifier 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.