API / geotoolkit / widgets / tools / FloatingAnnotationTool / FloatingAnnotationTool
tools.FloatingAnnotationTool.FloatingAnnotationTool
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { onAdding: FloatingToolEventArgs ; onAnnotationChanged: FloatingToolEventArgs ; onDeselected: FloatingToolEventArgs ; onMoveEnd: FloatingToolEventArgs ; onMoveStart: FloatingToolEventArgs ; onResize: FloatingToolEventArgs ; onSelected: FloatingToolEventArgs }
Ƭ FloatingAnnotation: Node & ILayoutable
Define floating annotation
Ƭ Options: Options & { box?: { activefillstyle?: Type ; inactivefillstyle?: Type } ; centercontainer?: CompositeNode ; draggablestyle?: { cssclass?: string ; fillstyle?: Type ; linestyle?: Type } ; handlestyle?: { activefillstyle?: Type ; activelinestyle?: Type ; inactivefillstyle?: Type ; inactivelinestyle?: Type } ; highlightstyle?: { cssclass?: string ; fillstyle?: Type ; linestyle?: Type } ; nodefilter?: FloatingAnnotation | (nodes: Node[]) => FloatingAnnotation | null ; padding?: number ; widget?: AnnotatedWidget }
Options
Ƭ OptionsOut: OptionsOut & { box?: { activefillstyle?: Type ; inactivefillstyle?: Type } ; draggablestyle: { cssclass: string ; fillstyle: FillStyle | null ; linestyle: LineStyle | null } ; handlestyle?: { activefillstyle?: Type ; activelinestyle?: Type ; inactivefillstyle?: Type ; inactivelinestyle?: Type } ; highlightstyle: { cssclass: string ; fillstyle: FillStyle | null ; linestyle: LineStyle | null } ; nodefilter: FloatingAnnotation | (nodes: Node[]) => FloatingAnnotation | null ; padding: number }