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
Methods in org.htmlunit.platform.canvas.rendering that return RenderingBackend.WindingRuleModifier and TypeMethodDescriptionstatic RenderingBackend.WindingRule
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.WindingRuleModifier 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.