Last updated

API / geotoolkit / widgets / tools / FloatingColorBarTool / FloatingColorBarTool

Namespace: FloatingColorBarTool

tools.FloatingColorBarTool.FloatingColorBarTool

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { onDropped: ProxyEventArgs ; onDropping: ProxyEventArgs ; onPositionChanged: ProxyEventArgs ; onVisibilityChanged: void }


Options

Ƭ 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

Ƭ OptionsBase: Omit<Options, "widget"> & { colorprovider?: ColorProvider ; tickgenerator?: TickGenerator ; visible?: boolean }

floating color bar options


OptionsBaseOut

Ƭ OptionsBaseOut: Object

Type declaration

NameType
fillstyleFillStyle | null
layerCompositeNode
linestyleLineStyle | null
orientationOrientation
paddingSpaceStyle | null
positionPoint
sizeDimension
textfillstyleFillStyle | null
textstyleTextStyle | null
visibleboolean