Uses of Interface
org.htmlunit.platform.canvas.rendering.RenderingBackend
Packages that use RenderingBackend
Package
Description
Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
Support for platform specific implementations (e.g.
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of RenderingBackend in org.htmlunit.javascript.host.canvas
Fields in org.htmlunit.javascript.host.canvas declared as RenderingBackendModifier and TypeFieldDescriptionprivate RenderingBackend
CanvasRenderingContext2D.renderingBackend_
Methods in org.htmlunit.javascript.host.canvas that return RenderingBackendModifier and TypeMethodDescriptionprivate RenderingBackend
CanvasRenderingContext2D.getRenderingBackend()
Constructors in org.htmlunit.javascript.host.canvas with parameters of type RenderingBackendModifierConstructorDescription(package private)
ImageData
(RenderingBackend context, int x, int y, int width, int height) -
Uses of RenderingBackend in org.htmlunit.platform
Methods in org.htmlunit.platform that return RenderingBackendModifier and TypeMethodDescriptionstatic RenderingBackend
Platform.getRenderingBackend
(int imageWidth, int imageHeight) -
Uses of RenderingBackend in org.htmlunit.platform.canvas.rendering
Classes in org.htmlunit.platform.canvas.rendering that implement RenderingBackendModifier and TypeClassDescriptionclass
The default implementation ofRenderingBackend
.class
The default implementation ofRenderingBackend
.