API / geotoolkit / widgets / tools / FloatingColorBarTool / FloatingColorBarTool
tools.FloatingColorBarTool.FloatingColorBarTool
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { onDropped: ProxyEventArgs ; onDropping: ProxyEventArgs ; onPositionChanged: ProxyEventArgs ; onVisibilityChanged: void }
Ƭ Options: Options & { alignment?: HorizontalAlignment ; colorbar?: ColorBar ; fillstyle?: Type ; group?: Group ; labelformat?: NumberFormat ; linestyle?: Type ; locale?: Locale ; orientation?: Orientation ; padding?: Type ; position?: Point | Options ; radius?: number ; range?: { max?: number ; min?: number } ; size?: Dimension | Options ; textfillstyle?: Type ; textstyle?: Type ; widget: BaseWidget }
Ƭ OptionsBase: Omit<Options, "widget"> & { colorprovider?: ColorProvider ; tickgenerator?: TickGenerator ; visible?: boolean }
floating color bar options
Ƭ OptionsBaseOut: Object
| Name | Type |
|---|---|
fillstyle | FillStyle | null |
layer | CompositeNode |
linestyle | LineStyle | null |
orientation | Orientation |
padding | SpaceStyle | null |
position | Point |
size | Dimension |
textfillstyle | FillStyle | null |
textstyle | TextStyle | null |
visible | boolean |