Uses of Interface
org.htmlunit.platform.canvas.rendering.RenderingBackend
-
Packages that use RenderingBackend Package Description org.htmlunit.javascript.host.canvas Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.platform Support for platform specific implementations (e.g.org.htmlunit.platform.canvas.rendering 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 RenderingBackend Modifier and Type Field Description private RenderingBackend
CanvasRenderingContext2D. renderingBackend_
Methods in org.htmlunit.javascript.host.canvas that return RenderingBackend Modifier and Type Method Description private RenderingBackend
CanvasRenderingContext2D. getRenderingBackend()
Constructors in org.htmlunit.javascript.host.canvas with parameters of type RenderingBackend Constructor Description 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 RenderingBackend Modifier and Type Method Description static 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 RenderingBackend Modifier and Type Class Description class
AwtRenderingBackend
The default implementation ofRenderingBackend
.class
NoOpRenderingBackend
The default implementation ofRenderingBackend
.
-