API / geotoolkit / gauges / layout / VerticalSplitLayout / VerticalSplitLayout
layout.VerticalSplitLayout.VerticalSplitLayout
Defines layout for circular gauges
↳
VerticalSplitLayout
Constructors
Methods
Constructors
• new VerticalSplitLayout(options?)
| Name | Type |
|---|---|
Optional options | Options |
GaugeLayout.constructor
Methods
▸ getClassName(): string
string
▸ getCustomComponent(name): Node
Returns a custom component which was registered by provided name
| Name | Type | Description |
|---|---|---|
name | string | Name of component to return |
GaugeLayout.getCustomComponent
▸ isCustomRegion(name): boolean
Checks if the region with this name is a custom region
| Name | Type | Description |
|---|---|---|
name | string | Name of the region to test |
boolean
▸ removeRegion(name): VerticalSplitLayout
Deletes a region from the layout. Only custom added regions can be removed.
| Name | Type | Description |
|---|---|---|
name | string | Name of the region |
▸ setCustomRegionParams(name, params): VerticalSplitLayout
Changes parameters of custom regions
| Name | Type | Description |
|---|---|---|
name | string | Name of the custom region |
params | Region | JSON with CSS properties |
GaugeLayout.setCustomRegionParams
▸ updateCssRegions(): void
Parser region CSS parameters and updates regions accordingly
void
▸ Static getClassName(): string
string