Uses of Class
com.luciad.view.swing.ALcdBalloonDescriptor
Packages that use 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
Methods in com.luciad.format.kml22.view.javafx with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionbooleanTLcdKML22FXBalloonContentProvider.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
Methods in com.luciad.format.kml22.view.swing with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionbooleanTLcdKML22BalloonContentProvider.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
Methods in com.luciad.lucy.gui.balloon with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionbooleanTLcyCompositeBalloonContentProvider.canGetContent(ALcdBalloonDescriptor aBalloonDescriptor) TLcyCompositeBalloonContentProvider.getContent(ALcdBalloonDescriptor aBalloonDescriptor) -
Uses of ALcdBalloonDescriptor in com.luciad.view.gxy.swing
Methods in com.luciad.view.gxy.swing with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionprotected PointTLcdGXYBalloonManager.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
Methods in com.luciad.view.javafx with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionbooleanILcdFXBalloonContentProvider.canGetContent(ALcdBalloonDescriptor aBalloonDescriptor) Checks if it is possible to return aNodethat 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
Methods in com.luciad.view.lightspeed.javafx with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionprotected TLcdXYPointTLspFXBalloonManager.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
Methods in com.luciad.view.lightspeed.swing with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionprotected PointTLspBalloonManager.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
Subclasses of ALcdBalloonDescriptor in com.luciad.view.swingModifier and TypeClassDescriptionclassThis balloon descriptor describes a balloon that is anchored to a geo referenced point.classThis balloon descriptor describes a balloon that is anchored to a given model element.classThis balloon descriptor describes a balloon that isn't anchored to any point.classThis balloon descriptor describes a balloon that is anchored to a point in the view.Methods in com.luciad.view.swing that return ALcdBalloonDescriptorModifier and TypeMethodDescriptionALcdBalloonManager.getBalloonDescriptor()Returns the current object for which a balloon has been created.Methods in com.luciad.view.swing with parameters of type ALcdBalloonDescriptorModifier and TypeMethodDescriptionbooleanILcdBalloonContentProvider.canGetContent(ALcdBalloonDescriptor aBalloonDescriptor) Checks if it is possible to return aJComponentthat should be used as the content.protected RectangleALcdBalloonManager.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 JComponentALcdBalloonManager.getBalloon(ALcdBalloonDescriptor aBalloonDescriptor) Returns theJComponentthat 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 theJComponentthat is the balloon content for the given balloon descriptor.ILcdBalloonContentProvider.getContent(ALcdBalloonDescriptor aBalloonDescriptor) Returns the balloon contents of an object.protected abstract PointALcdBalloonManager.getFocusPoint(ALcdBalloonDescriptor aBalloonDescriptor) Method that can retrieve the focus point of an object.voidALcdBalloonManager.setBalloonDescriptor(ALcdBalloonDescriptor aBalloonDescriptor) Displays balloon with the given data.