Uses of Class
org.htmlunit.javascript.host.canvas.Path2D
-
Packages that use Path2D Package Description org.htmlunit.platform.canvas.rendering 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 Path2D Modifier and Type Method Description void
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.
-