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 TypeMethodDescriptionvoidAwtRenderingBackend.clip(RenderingBackend.WindingRule windingRule, Path2D path) Turns the current or given path into the current clipping region.voidNoOpRenderingBackend.clip(RenderingBackend.WindingRule windingRule, Path2D path) Turns the current or given path into the current clipping region.voidRenderingBackend.clip(RenderingBackend.WindingRule windingRule, Path2D path) Turns the current or given path into the current clipping region.