Uses of Class
com.luciad.view.lightspeed.TLspFXView
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
This package provides JavaFX components which are related to a Lightspeed view or
allow interaction with a view.
This package contains the on map navigation controls for a
TLspFXView
.-
Uses of TLspFXView in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspViewBuilder.buildFXView()
Creates aTLspFXView
with the current settings of this builder. -
Uses of TLspFXView in com.luciad.view.lightspeed.javafx
Modifier and TypeMethodDescriptionTLspFXBalloonManager.getView()
Returns the view that this manager is configured for.ModifierConstructorDescriptionTLspFXBalloonManager
(TLspFXView aView) Creates a balloon manager for the given view.TLspFXBalloonManager
(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.