Uses of Class
org.htmlunit.javascript.host.canvas.Path2D
Packages that use Path2D
Package
Description
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of Path2D in org.htmlunit.platform.canvas.rendering
Methods in org.htmlunit.platform.canvas.rendering with parameters of type Path2DModifier and TypeMethodDescriptionvoid
AwtRenderingBackend.clip
(RenderingBackend.WindingRule windingRule, Path2D path) Turns the current or given path into the current clipping region.void
NoOpRenderingBackend.clip
(RenderingBackend.WindingRule windingRule, Path2D path) Turns the current or given path into the current clipping region.void
RenderingBackend.clip
(RenderingBackend.WindingRule windingRule, Path2D path) Turns the current or given path into the current clipping region.