Uses of Class
com.luciad.view.swing.ALcdBalloonDescriptor
Package
Description
This package provides a JavaFX-based balloon content panel for KML features.
This package provides a Swing-based balloon content panel for KML features.
This package provides a balloon content provider that uses balloon content providers registered to the
Lucy backend.
This package provides specializations of
TLcdLayerTree
and related classes for GXY views and GXY layers.This package contains view related classes that can be used with JavaFX applications.
This package provides JavaFX components which are related to a Lightspeed view or
allow interaction with a view.
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 ALcdBalloonDescriptor in com.luciad.format.kml22.view.javafx
Modifier and TypeMethodDescriptionboolean
TLcdKML22FXBalloonContentProvider.canGetContent
(ALcdBalloonDescriptor aBalloonDescriptor) TLcdKML22FXBalloonContentProvider.getContent
(ALcdBalloonDescriptor aBalloonDescriptor) A method that creates balloon content panels for KML features. -
Uses of ALcdBalloonDescriptor in com.luciad.format.kml22.view.swing
Modifier and TypeMethodDescriptionboolean
TLcdKML22BalloonContentProvider.canGetContent
(ALcdBalloonDescriptor aBalloonDescriptor) TLcdKML22BalloonContentProvider.getContent
(ALcdBalloonDescriptor aBalloonDescriptor) A method that creates balloon content panels for KML features. -
Uses of ALcdBalloonDescriptor in com.luciad.lucy.gui.balloon
Modifier and TypeMethodDescriptionboolean
TLcyCompositeBalloonContentProvider.canGetContent
(ALcdBalloonDescriptor aBalloonDescriptor) TLcyCompositeBalloonContentProvider.getContent
(ALcdBalloonDescriptor aBalloonDescriptor) -
Uses of ALcdBalloonDescriptor in com.luciad.view.gxy.swing
Modifier and TypeMethodDescriptionprotected Point
TLcdGXYBalloonManager.getFocusPoint
(ALcdBalloonDescriptor aBalloonDescriptor) Returns the focus point of a given object in view coordinates, or null if there is no focus point. -
Uses of ALcdBalloonDescriptor in com.luciad.view.javafx
Modifier and TypeMethodDescriptionboolean
ILcdFXBalloonContentProvider.canGetContent
(ALcdBalloonDescriptor aBalloonDescriptor) Checks if it is possible to return aNode
that should be used as the content.ILcdFXBalloonContentProvider.getContent
(ALcdBalloonDescriptor aBalloonDescriptor) Returns the balloon contents of an object. -
Uses of ALcdBalloonDescriptor in com.luciad.view.lightspeed.javafx
Modifier and TypeMethodDescriptionprotected TLcdXYPoint
TLspFXBalloonManager.getFocusPoint
(ALcdBalloonDescriptor aBalloonDescriptor) Returns the focus point of a given object in view coordinates, or null if there is no focus point. -
Uses of ALcdBalloonDescriptor in com.luciad.view.lightspeed.swing
Modifier and TypeMethodDescriptionprotected Point
TLspBalloonManager.getFocusPoint
(ALcdBalloonDescriptor aBalloonDescriptor) Returns the focus point of a given object in view coordinates, or null if there is no focus point. -
Uses of ALcdBalloonDescriptor in com.luciad.view.swing
Modifier and TypeClassDescriptionclass
This balloon descriptor describes a balloon that is anchored to a geo referenced point.class
This balloon descriptor describes a balloon that is anchored to a given model element.class
This balloon descriptor describes a balloon that isn't anchored to any point.class
This balloon descriptor describes a balloon that is anchored to a point in the view.Modifier and TypeMethodDescriptionALcdBalloonManager.getBalloonDescriptor()
Returns the current object for which a balloon has been created.Modifier and TypeMethodDescriptionboolean
ILcdBalloonContentProvider.canGetContent
(ALcdBalloonDescriptor aBalloonDescriptor) Checks if it is possible to return aJComponent
that should be used as the content.protected Rectangle
ALcdBalloonManager.computeBalloonBounds
(ALcdBalloonDescriptor aBalloonDescriptor, Rectangle aViewBounds, boolean aIsManualRepositioned, Point aEnforcedPosition, boolean aIsManualResized, Dimension aEnforcedSize) Computes the rectangle (in view coordinates) in which the balloon should be visible.final JComponent
ALcdBalloonManager.getBalloon
(ALcdBalloonDescriptor aBalloonDescriptor) Returns theJComponent
that represents the balloon for the given balloon descriptor.ALcdBalloonManager.getBalloonContainer
(ALcdBalloonDescriptor aBalloonDescriptor) Returns the container that contains the balloon for the given balloon descriptor.ALcdBalloonManager.getBalloonContent
(ALcdBalloonDescriptor aBalloonDescriptor) Returns theJComponent
that is the balloon content for the given balloon descriptor.ILcdBalloonContentProvider.getContent
(ALcdBalloonDescriptor aBalloonDescriptor) Returns the balloon contents of an object.protected abstract Point
ALcdBalloonManager.getFocusPoint
(ALcdBalloonDescriptor aBalloonDescriptor) Method that can retrieve the focus point of an object.void
ALcdBalloonManager.setBalloonDescriptor
(ALcdBalloonDescriptor aBalloonDescriptor) Displays balloon with the given data.