API / geotoolkit / controls / util / Helpers / Helpers
Defines an utility class with DOM helper methods
Constructors
Methods
▸ getClassName(): string
string
▸ Static getClassName(): string
string
▸ Static setCss(plot, css, owner?): HTMLElement | HTMLElement[] | Plot
Set css on canvas element
| Name | Type | Description |
|---|---|---|
plot | HTMLElement | HTMLElement[] | Plot | plot |
css | Partial<KeysToKebabCase<CSSStyleDeclaration>> | css |
Optional owner | EventDispatcher | owner object initiated css changes |
HTMLElement | HTMLElement[] | Plot
plot