| Package | Description |
|---|---|
| org.fujion.canvas.d2 |
| Modifier and Type | Method and Description |
|---|---|
static FillRule |
FillRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillRule[] |
FillRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContext2D.clip(FillRule fillRule)
Turns the path currently being built into the current clipping path.
|
void |
RenderingContext2D.fill(FillRule fillRule)
Fills the current or given path with the current fill style using the specified winding rule.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.