Uses of Interface
org.htmlunit.platform.image.ImageData
Packages that use ImageData
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Support for platform specific implementations (e.g.
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
Support for platform specific image implementations (e.g.
-
Uses of ImageData in org.htmlunit.html
Fields in org.htmlunit.html declared as ImageDataMethods in org.htmlunit.html that return ImageData -
Uses of ImageData in org.htmlunit.platform
Methods in org.htmlunit.platform that return ImageDataModifier and TypeMethodDescriptionstatic ImageData
Platform.buildImageData
(InputStream inputStream) -
Uses of ImageData in org.htmlunit.platform.canvas.rendering
Methods in org.htmlunit.platform.canvas.rendering with parameters of type ImageDataModifier and TypeMethodDescriptionvoid
AwtRenderingBackend.drawImage
(ImageData imageData, int sx, int sy, Integer sWidth, Integer sHeight, int dx, int dy, Integer dWidth, Integer dHeight) Draws images onto the context.void
NoOpRenderingBackend.drawImage
(ImageData imageData, int sx, int sy, Integer sWidth, Integer sHeight, int dx, int dy, Integer dWidth, Integer dHeight) Draws images onto the context.void
RenderingBackend.drawImage
(ImageData imageData, int sx, int sy, Integer sWidth, Integer sHeight, int dx, int dy, Integer dWidth, Integer dHeight) Draws images onto the context. -
Uses of ImageData in org.htmlunit.platform.image
Classes in org.htmlunit.platform.image that implement ImageDataModifier and TypeClassDescriptionclass
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Wraps the ImageReader for an HtmlImage.class
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Simple no opImageData
implementation.