API / geotoolkit / schematics / utils / RenderingHints / RenderingHints
utils.RenderingHints.RenderingHints
Abstract class to formalize rendering hints
RenderingHints
Constructors
Methods
▸ Abstract apply(schematics): void
Applies rendering hints
| Name | Type | Description |
|---|---|---|
schematics | ComponentNode | component |
void
▸ getClassName(): string
string
▸ Abstract restoreDefaults(schematics, defaults): void
Restores default rendering state
| Name | Type | Description |
|---|---|---|
schematics | ComponentNode | component |
defaults | Record<string, any>[] | default rendering state |
void
▸ Abstract saveDefaults(schematics): Record<string, any>[]
Saves default rendering state
| Name | Type | Description |
|---|---|---|
schematics | ComponentNode | component |
Record<string, any>[]
▸ Static getClassName(): string
string