Package | Description |
---|---|
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
TooltipOptions.Builder |
TooltipOptions.Builder.attribution(String attribution) |
TooltipOptions.Builder |
TooltipOptions.Builder.className(String className) |
TooltipOptions.Builder |
TooltipOptions.Builder.direction(String direction)
Direction where to open the tooltip.
|
TooltipOptions.Builder |
TooltipOptions.Builder.interactive(Boolean interactive)
If true, the tooltip will listen to the feature events.
|
TooltipOptions.Builder |
TooltipOptions.Builder.offset(Point offset)
Optional offset of the tooltip position.
|
TooltipOptions.Builder |
TooltipOptions.Builder.opacity(Double opacity)
Tooltip container opacity.
|
TooltipOptions.Builder |
TooltipOptions.Builder.pane(String pane)
Returns the popup bound to this layer.
|
TooltipOptions.Builder |
TooltipOptions.Builder.permanent(Boolean permanent)
Whether to open the tooltip permanently or only on mouseover.
|
TooltipOptions.Builder |
TooltipOptions.Builder.sticky(Boolean sticky)
If true, the tooltip will follow the mouse instead of being fixed at the feature center.
|
Copyright © 2018 G-Widgets. All rights reserved.