API / geotoolkit / controls / shapes / ColorBar / ColorBar
Type Aliases
Type Aliases
Ƭ AxisBaselineType: Object
| Name | Type | Description |
|---|---|---|
linestyle? | Type | baseline linestyle |
visible? | boolean | baseline visibility |
Ƭ AxisType: Object
| Name | Type | Description |
|---|---|---|
baseline? | AxisBaselineType | axis baseline |
item? | Axis | axis object instance |
labelrotation? | number | axis label rotation in radians |
size? | number | axis area desired size |
title? | Title | string | axis title |
Ƭ ColorBoxType: Object
| Name | Type | Description |
|---|---|---|
independentrange? | boolean | colorbox independent range |
linestyle? | Type | colorbox outline rectangle linestyle |
marker? | Options & MarkerType | Color box marker options |
size? | number | string | colorbox area desired size |
visible? | boolean | colorbox visibility |
Ƭ ComponentSizesType: Object
| Name | Type | Description |
|---|---|---|
axis? | number | axis area desired size |
colorbox? | number | string | colorbox area desired size |
namedcolors? | number | string | named colors desired size |
title? | number | title area desired size |
Ƭ EventMap: EventMap & { LocationChanged: ColorBarLocation }
Ƭ MarkerType: Object
| Name | Type | Description |
|---|---|---|
position? | MarkerPosition | marker positions |
Ƭ NamedColorsType: Object
| Name | Type | Description |
|---|---|---|
size? | number | string | named colors desired size |
visible? | boolean | named colors visibility |
Ƭ Options: Options & OptionsBase & { axis?: Options & AxisType ; colorbox?: ColorBoxType ; componentsizes?: ComponentSizesType ; namedcolors?: NamedColorsType ; range?: RangeType ; title?: TitleType }
Ƭ OptionsBase: Object
| Name | Type | Description |
|---|---|---|
axisautolabelrotation? | boolean | axis auto label rotation |
axisautolabelrotationangle? | number | axis auto label rotation angle |
axisbaselinestyle? | Type | axis baseline style |
axisbaselinevisible? | boolean | axis baseline visibility |
axisitem? | Axis | axis item |
axissize? | number | axis size |
axistitle? | Title | string | axis title |
axisvisible? | boolean | axis visible |
colorboxindependentrange? | boolean | colorbox independent range |
colorboxlinestyle? | Type | colorbox line style |
colorboxsize? | number | string | colorbox size |
colorprovider? | ColorProvider | default color provider |
flip? | boolean | flip or not |
location? | ColorBarLocation | AnnotationLocation | color bar location |
max? | number | data range max value. If not specified then color provider's getMaxValue() is used. |
min? | number | data range min value. If not specified then color provider's getMinValue() is used. |
preciselimits? | boolean | enable keeping the precise limits and calculate only step |
tickgenerator? | TickGenerator | tickgenerator |
titleitem? | Text | title item |
titlesize? | number | title size |
titletext? | string | title text |
titletextstyle? | Type | title text style |
titlevisible? | boolean | title visible |
Ƭ OptionsOut: OptionsOut & Required<OptionsBase> & { axis: Omit<Partial<OptionsOut>, "title"> & Omit<Required<AxisType>, "baseline"> & { baseline: Required<AxisBaselineType> } ; colorbox: Omit<Required<ColorBoxType>, "marker"> & { marker: Partial<OptionsOut> & Required<MarkerType> } ; componentsizes: Required<ComponentSizesType> ; namedcolors: Required<NamedColorsType> ; range: Required<RangeType> ; title: Required<TitleType> }
properties
Ƭ RangeType: Object
| Name | Type | Description |
|---|---|---|
max? | number | data range max value. If not specified then color provider's getMaxValue() is used. |
min? | number | data range min value. If not specified then color provider's getMinValue() is used. |
Ƭ TitleType: Object
| Name | Type | Description |
|---|---|---|
item? | Text | title text object instance |
preservereadingorientation? | boolean | is preserve reading orientation activated |
showellipsis? | boolean | ellipsis flag |
size? | number | title area desired size |
sizeisindevicespace? | boolean | size is in device space |
text? | string | title text |
textstyle? | Type | title textstyle |
visible? | boolean | title visibility |