API / geotoolkit / gauges / layout / GaugeLayout / GaugeLayout
layout.GaugeLayout.GaugeLayout
Type Aliases
Type Aliases
Ƭ Options: Object
properties
| Name | Type | Description |
|---|---|---|
bounds? | Rect | layout bounds |
componentpositions? | { gauge?: Regions ; name?: Regions ; value?: Regions } | component positions |
componentpositions.gauge? | Regions | gauge position |
componentpositions.name? | Regions | name position |
componentpositions.value? | Regions | value position |
regions? | { center?: Region ; east?: Region ; north?: Region ; northeast?: Region ; northwest?: Region ; south?: Region ; southeast?: Region ; southwest?: Region ; west?: Region } | layout regions |
regions.center? | Region | central region |
regions.east? | Region | east region |
regions.north? | Region | north region |
regions.northeast? | Region | northeast region |
regions.northwest? | Region | northwest region |
regions.south? | Region | south region |
regions.southeast? | Region | southeast region |
regions.southwest? | Region | southwest region |
regions.west? | Region | west region |
sides? | { east?: number ; north?: number ; south?: number ; west?: number } | layout sides |
sides.east? | number | right position |
sides.north? | number | top position |
sides.south? | number | bottom position |
sides.west? | number | left position |
Ƭ OptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
bounds | Rect | layout bounds |
componentpositions | { gauge: Regions | string ; name: Regions | string ; value: Regions | string } | component positions |
componentpositions.gauge | Regions | string | gauge position |
componentpositions.name | Regions | string | name position |
componentpositions.value | Regions | string | value position |
regions | { center: OptionsOut ; east: OptionsOut ; north: OptionsOut ; northeast: OptionsOut ; northwest: OptionsOut ; south: OptionsOut ; southeast: OptionsOut ; southwest: OptionsOut ; west: OptionsOut } | layout regions |
regions.center | OptionsOut | central region options |
regions.east | OptionsOut | east region options |
regions.north | OptionsOut | north region options |
regions.northeast | OptionsOut | northeast region options |
regions.northwest | OptionsOut | northwest region options |
regions.south | OptionsOut | south region options |
regions.southeast | OptionsOut | southeast region options |
regions.southwest | OptionsOut | southwest region options |
regions.west | OptionsOut | west region options |
sides | { east: number ; north: number ; south: number ; west: number } | layout sides |
sides.east | number | right position |
sides.north | number | top position |
sides.south | number | bottom position |
sides.west | number | left position |
Ƭ Region: Object
JSON with CSS properties
| Name | Type | Description |
|---|---|---|
height? | number | string | Height of the region relative to its parent |
width? | number | string | Width of the region relative to its parent |
x? | number | string | X of the region relative to its parent |
y? | number | string | Y of the region relative to its parent |