Package | Description |
---|---|
org.htmlunit.platform.canvas.rendering |
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
static RenderingBackend.WindingRule |
RenderingBackend.WindingRule.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderingBackend.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 |
AwtRenderingBackend.clip(RenderingBackend.WindingRule windingRule,
Path2D path)
Turns the current or given path into the current clipping region.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.