API / geotoolkit / schematics / utils / StylesRenderingHints / StylesRenderingHints
utils.StylesRenderingHints.StylesRenderingHints
Class to modify component's shape through their line and fill styles
↳
StylesRenderingHints
Constructors
Constructors
• new StylesRenderingHints(options?)
| Name | Type |
|---|---|
Optional options | Options |
RenderingHints.constructor
Methods
▸ apply(node): void
Applies rendering hints
| Name | Type | Description |
|---|---|---|
node | ComponentNode | schematics component node |
void
▸ getClassName(): string
string
▸ restoreDefaults(node, defaults): void
Restores default rendering state
| Name | Type | Description |
|---|---|---|
node | ComponentNode | schematics component node |
defaults | Defaults[] | default rendering state |
void
RenderingHints.restoreDefaults
▸ saveDefaults(node): Defaults[]
Saves default rendering state
| Name | Type | Description |
|---|---|---|
node | ComponentNode | schematics component node |
Defaults[]
▸ Static getClassName(): string
string