Uses of Interface
org.loboevolution.html.dom.canvas.CanvasImageSource
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of CanvasImageSource 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.void
CanvasRenderingContext2D.drawImage
(CanvasImageSource image, Integer dx, Integer dy) The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.void
CanvasRenderingContext2D.drawImage
(CanvasImageSource image, Integer dx, Integer dy, Integer dw, Integer dh) The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.void
CanvasRenderingContext2D.drawImage
(CanvasImageSource image, Integer getSx, Integer getSy, Integer getSw, Integer getSh, Integer dx, Integer dy, Integer dw, Integer dh) The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.void
CanvasRenderingImpl.drawImage
(CanvasImageSource image, Integer dx, Integer dy) The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.void
CanvasRenderingImpl.drawImage
(CanvasImageSource image, Integer dx, Integer dy, Integer dw, Integer dh) The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.void
CanvasRenderingImpl.drawImage
(CanvasImageSource image, Integer sx, Integer sy, Integer sw, Integer sh, Integer dx, Integer dy, Integer dw, Integer dh) The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to draw an image onto the canvas.ModifierConstructorDescriptionCanvasPatternImpl
(CanvasImageSource image, String repetitionType) Constructor for CanvasPatternImpl. -
Uses of CanvasImageSource in org.loboevolution.html.dom.domimpl