API / geotoolkit / controls / tooltip / NodeTooltip / NodeTooltip
tooltip.NodeTooltip.NodeTooltip
The base abstract class for tooltips to use in ToolTipRegistry. See example of simple tooltip usage in @int/geotoolkit/controls/tools/SimpleToolTip
NodeTooltip
Constructors
Methods
Css Properties
| Name | Type | Description |
|---|---|---|
enabled | boolean | Enabled state |
format | ToolTipFormat | Tooltip formaters |
format-visualformat | string | Format of tooltip over visual visual.symbol - visual symbol visual.name - visual name visual.value - visual value visual.unit - visual unit (for curve) visual.columnnumber - column number (for log2d visual) |
Constructors
• Protected new NodeTooltip<T>(format?)
| Name | Type |
|---|---|
Optional format | string | ToolTipFormatter |
Methods
▸ clone(): NodeTooltip<Node>
Create clone
clone
▸ Protected formatSymbol(fillStyle, lineStyle?, symbolClass?): string
format symbol string
| Name | Type | Description |
|---|---|---|
fillStyle | string | ColoredStyle | symbol fill style |
Optional lineStyle | string | ColoredStyle | symbol line style |
Optional symbolClass | string | symbol css class |
string
▸ getClassName(): string
string
▸ getFormat(): string | ToolTipFormatter
return tooltip format options
string | ToolTipFormatter
▸ getProperties(): PropertiesOut
Returns all the properties pertaining to this object
An object containing the properties
▸ Protected getRadius(): number
Returns radius of selection
number
radius of selection
▸ Abstract getTooltip(visual, pt, registry?, options?): string
Return formatted string from information which can be collected at specific screen coordinates
| Name | Type | Description |
|---|---|---|
visual | T | or visual header |
pt | Point | point in canvas model limits |
Optional registry | ToolTipRegistry | tool tip registry |
Optional options | Record<string, any> | additional options |
string
▸ isEnabled(): boolean
returns enable state
boolean
state
▸ setEnabled(enabled): NodeTooltip<T>
set enable state
| Name | Type | Description |
|---|---|---|
enabled | boolean | sets the enabled state |
NodeTooltip<T>
this
▸ setFormat(format?): NodeTooltip<T>
Set tool tip format options
| Name | Type | Description |
|---|---|---|
Optional format | string | ToolTipFormatter | tooltip format options |
NodeTooltip<T>
▸ setProperties(properties?): NodeTooltip<T>
Sets all the properties pertaining to this object
| Name | Type | Description |
|---|---|---|
Optional properties | Properties | An object containing the properties to set |
NodeTooltip<T>
this
▸ Static getClassName(): string
string