Uses of Interface
com.luciad.view.javafx.ILcdFXBalloonContentProvider
Package
Description
This package provides a JavaFX-based balloon content panel for KML features.
This package provides JavaFX components which are related to a Lightspeed view or
allow interaction with a view.
-
Uses of ILcdFXBalloonContentProvider in com.luciad.format.kml22.view.javafx
Modifier and TypeClassDescriptionclass
A JavaFX compatible balloon content provider for KML objects. -
Uses of ILcdFXBalloonContentProvider in com.luciad.view.lightspeed.javafx
ModifierConstructorDescriptionTLspFXBalloonManager
(TLspFXView aView, ILcdFXBalloonContentProvider aBalloonContentProvider) Creates a balloon manager for the given view and the given content provider.TLspFXBalloonManager
(TLspFXView aView, Pane aBalloonPane, ILcdFXBalloonContentProvider aBalloonContentProvider) Creates a balloon manager for the given view, using the given container and layout constraints, and the given content provider.