Uses of Class
com.google.gwt.dom.client.ImageElement
Packages that use ImageElement
Package
Description
Classes for HTML Canvas 2D support.
Classes for low-level DOM programming.
-
Uses of ImageElement in com.google.gwt.canvas.dom.client
Methods in com.google.gwt.canvas.dom.client with parameters of type ImageElementModifier and TypeMethodDescriptionfinal 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.final void
Context2d.drawImage
(ImageElement image, double dx, double dy) Draws an image.final void
Context2d.drawImage
(ImageElement image, double dx, double dy, double dw, double dh) Draws a scaled image.final void
Context2d.drawImage
(ImageElement image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh) Draws a scaled subset of an image. -
Uses of ImageElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return ImageElementModifier and TypeMethodDescriptionstatic ImageElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final ImageElement
Document.createImageElement()
Creates an <img> element.