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 RenderingBackendCanvasRenderingContext2D.renderingBackend_Methods in org.htmlunit.javascript.host.canvas that return RenderingBackendModifier and TypeMethodDescriptionprivate RenderingBackendCanvasRenderingContext2D.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 RenderingBackendPlatform.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 TypeClassDescriptionclassThe default implementation ofRenderingBackend.classThe default implementation ofRenderingBackend.