Uses of Class
com.luciad.view.gxy.ALcdGXYInteractiveLabelProvider
Packages that use ALcdGXYInteractiveLabelProvider
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
-
Uses of ALcdGXYInteractiveLabelProvider in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ALcdGXYInteractiveLabelProviderModifier and TypeMethodDescriptionvoidALcdGXYInteractiveLabelProvider.LabelInteractionListener.interactionCancelled(ALcdGXYInteractiveLabelProvider aSource) This method is called when interaction with an interactive label was cancelled.voidALcdGXYInteractiveLabelProvider.LabelInteractionListener.interactionStarted(ALcdGXYInteractiveLabelProvider aSource, Object aObject, int aLabelIndex, int aSubLabelIndex, ILcdGXYContext aGXYContext, Component aInteractiveLabel) This method is called when interaction with an interactive label has started.voidALcdGXYInteractiveLabelProvider.LabelInteractionListener.interactionStopped(ALcdGXYInteractiveLabelProvider aSource) This method is called when interaction with an interactive label has stopped.Constructors in com.luciad.view.gxy with parameters of type ALcdGXYInteractiveLabelProviderModifierConstructorDescriptionTLcdGXYDataObjectLabelPainter(ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a newTLcdGXYDataObjectLabelPainter.TLcdGXYFeaturedLabelPainter(ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a newTLcdGXYFeaturedLabelPainter.TLcdGXYLabelPainter(ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a label painter with the default settings, and the specified interactive label provider.TLcdGXYPolygonStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp, ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a new label painter with the specified label stamp and interactive label provider.TLcdGXYPolylineStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp, ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a new label painter with the specified label stamp and interactive label provider.TLcdGXYStampLabelPainter(ALcdGXYLabelStamp aGXYLabelStamp, ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a new label painter with the specified label stamp and interactive label provider. -
Uses of ALcdGXYInteractiveLabelProvider in com.luciad.view.gxy.controller
Constructors in com.luciad.view.gxy.controller with parameters of type ALcdGXYInteractiveLabelProviderModifierConstructorDescriptionTLcdGXYInteractiveLabelsController(ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a newTLcdGXYInteractiveLabelsControllerusing the given interactive label provider.