Uses of Class
com.luciad.view.gxy.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
Modifier and TypeMethodDescriptionvoid
ALcdGXYInteractiveLabelProvider.LabelInteractionListener.interactionCancelled
(ALcdGXYInteractiveLabelProvider aSource) This method is called when interaction with an interactive label was cancelled.void
ALcdGXYInteractiveLabelProvider.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.void
ALcdGXYInteractiveLabelProvider.LabelInteractionListener.interactionStopped
(ALcdGXYInteractiveLabelProvider aSource) This method is called when interaction with an interactive label has stopped.ModifierConstructorDescriptionTLcdGXYDataObjectLabelPainter
(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
ModifierConstructorDescriptionTLcdGXYInteractiveLabelsController
(ALcdGXYInteractiveLabelProvider aGXYInteractiveLabelProvider) Creates a newTLcdGXYInteractiveLabelsController
using the given interactive label provider.