Uses of Class
org.htmlunit.platform.canvas.rendering.RenderingBackend.WindingRule
-
Packages that use RenderingBackend.WindingRule 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 RenderingBackend.WindingRule in org.htmlunit.platform.canvas.rendering
Methods in org.htmlunit.platform.canvas.rendering that return RenderingBackend.WindingRule Modifier and Type Method Description static RenderingBackend.WindingRuleRenderingBackend.WindingRule. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RenderingBackend.WindingRule[]RenderingBackend.WindingRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.platform.canvas.rendering with parameters of type RenderingBackend.WindingRule Modifier and Type Method Description voidAwtRenderingBackend. 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.
-