API / geotoolkit / scene / shapes / Border / Border
Type Aliases
Ƭ CssOptions: Options & { bottom?: boolean | Type ; left?: boolean | Type ; right?: boolean | Type ; top?: boolean | Type }
Ƭ Options: Options & { borders?: Visible ; borderstyle?: BorderStyle ; linestyles?: Styles }
options object
Ƭ OptionsOut: OptionsOut & { borders?: Visible ; borderstyle?: BorderStyle ; linestyles?: StylesOut }
properties
Ƭ Styles: Object
object with line styles
| Name | Type | Description |
|---|---|---|
bottom? | Type | bottom border style |
left? | Type | left border style |
right? | Type | right border style |
top? | Type | top border style |
Ƭ StylesOut: Object
object with line styles
| Name | Type | Description |
|---|---|---|
bottom? | LineStyle | bottom border style |
left? | LineStyle | left border style |
right? | LineStyle | right border style |
top? | LineStyle | top border style |
Ƭ Type: CssOptions | LineStyle | string | RgbaColor | HsvColor | HlsColor
Ƭ Visible: Object
| Name | Type | Description |
|---|---|---|
bottom? | boolean | visibility of bottom part |
left? | boolean | visibility of left part |
right? | boolean | visibility of right part |
top? | boolean | visibility of top part |