Uses of Enum
org.htmlunit.platform.canvas.rendering.RenderingBackend.WindingRule
Packages that use RenderingBackend.WindingRule
Package
Description
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
Subclasses with type arguments of type RenderingBackend.WindingRule in org.htmlunit.platform.canvas.renderingMethods in org.htmlunit.platform.canvas.rendering that return RenderingBackend.WindingRuleModifier and TypeMethodDescriptionstatic RenderingBackend.WindingRuleReturns 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.WindingRuleModifier 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.