API / geotoolkit / scene / shapes / Text / Text
Type Aliases
Type Aliases
Ƭ Area: Rect | Point | { x?: number[] ; y?: number[] }
model area or position
Ƭ EllipsisOptions: Object
ellipsis options
| Name | Type | Description |
|---|---|---|
ellipsis? | string | ellipsis text |
minlength? | number | minimum line symbols |
visible? | boolean | ellipsis visibility flag |
Ƭ Hits: Object
properties
| Name | Type | Description |
|---|---|---|
id? | string | id of the selected tag |
xml? | string | xml content of the selected tag |
Ƭ Options: Options & { autosize?: boolean ; ellipsisstring?: string ; padding?: number ; paddingstyle?: Type ; radius?: number ; showellipsis?: boolean ; sizemode?: SizeMode ; text?: string ; textstyle?: Type ; texttransform?: Transform | string ; userheight?: number ; userwidth?: number }
text to display or object, which contains shape properties
Ƭ OptionsOut: OptionsOut & { autosize: boolean ; bounds: Rect ; ellipsisstring: string ; layout: Rect | null ; padding: number ; paddingstyle: SpaceStyle | null ; radius: number ; showellipsis: boolean ; sizemode: SizeMode ; text: string ; textstyle: TextStyle | null ; texttransform: Transform ; userheight: number ; userwidth: number }
properties