Uses of Class
com.luciad.view.swing.ALcdBalloonManager
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Contains a broad range of classes related to the visual representation of a map.
This package provides specializations of
TLcdLayerTree
and related classes for GXY views and GXY layers.This package provides Swing components which are related to a view or allow interaction with a view.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of ALcdBalloonManager in com.luciad.lucy.map
Modifier and TypeMethodDescriptionprotected ALcdBalloonManager
TLcyMapComponentFactory.createBalloonManager
(TLcyMapComponent aMapComponent) Creates the balloon manager foraMapComponent
.ILcyGenericMapComponent.getBalloonManager()
Returns the balloon manager of this map component.TLcyMapComponent.getBalloonManager()
Modifier and TypeMethodDescriptionvoid
ILcyGenericMapComponent.setBalloonManager
(ALcdBalloonManager aBalloonManager) Set the balloon manager of this map component.void
TLcyMapComponent.setBalloonManager
(ALcdBalloonManager aBalloonManager) -
Uses of ALcdBalloonManager in com.luciad.lucy.map.lightspeed
Modifier and TypeMethodDescriptionprotected ALcdBalloonManager
TLcyLspMapComponentFactory.createBalloonManager
(ALcyProperties aProperties) Creates the balloon manager for the map component under construction.TLcyLspMapComponent.getBalloonManager()
TLcyLspMapComponentFactory.getBalloonManager()
Returns the created balloon manager.Modifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setBalloonManager
(ALcdBalloonManager aBalloonManager) -
Uses of ALcdBalloonManager in com.luciad.view.gxy.swing
Modifier and TypeClassDescriptionclass
An implementation of ALcdBalloonManager for GXY views. -
Uses of ALcdBalloonManager in com.luciad.view.lightspeed.swing
-
Uses of ALcdBalloonManager in com.luciad.view.swing
Modifier and TypeMethodDescriptionprotected Border
TLcdBalloonGUIFactory.createBorder
(ALcdBalloonManager aBalloonManager, JComponent aBalloonContent) Creates a border for the balloon, given the balloon content.protected JComponent
TLcdBalloonGUIFactory.createCloseComponent
(ALcdBalloonManager aBalloonManager, JComponent aBalloonContent) Creates a component that represents the close component of a balloon.protected JComponent
TLcdBalloonGUIFactory.createResizeComponent
(ALcdBalloonManager aBalloonManager, JComponent aBalloonContent) Creates a resize component that can be dragged to change the balloon size.