Uses of Interface
org.loboevolution.html.dom.canvas.CanvasPattern
-
Uses of CanvasPattern in org.loboevolution.html.dom.canvas
Modifier and TypeMethodDescriptionCanvasRenderingContext2D.createPattern
(CanvasImageSource image, String repetition) The CanvasRenderingContext2D.createPattern() method of the Canvas 2D API creates a pattern using the specified image and repetition.CanvasRenderingImpl.createPattern
(CanvasImageSource image, String repetition) The CanvasRenderingContext2D.createPattern() method of the Canvas 2D API creates a pattern using the specified image and repetition.