Uses of Interface
com.luciad.view.gxy.ILcdGXYLabelPriorityProvider
Packages that use ILcdGXYLabelPriorityProvider
Package
Description
Handles simulation of dynamic data.
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of ILcdGXYLabelPriorityProvider in com.luciad.realtime
Methods in com.luciad.realtime that return ILcdGXYLabelPriorityProviderModifier and TypeMethodDescriptionTLcdContinuousDeclutteringLabelPainter.getLabelPriorityProvider()
Deprecated.Returns the label priority provider.Methods in com.luciad.realtime with parameters of type ILcdGXYLabelPriorityProviderModifier and TypeMethodDescriptionvoid
TLcdContinuousDeclutteringLabelPainter.setLabelPriorityProvider
(ILcdGXYLabelPriorityProvider aLabelPriorityProvider) Deprecated.Sets the label priority provider, specifying the priority for individual labels. -
Uses of ILcdGXYLabelPriorityProvider in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdGXYLabelPriorityProviderModifier and TypeMethodDescriptionTLcdGXYLayerLabelPainter.getLabelPriorityProvider()
Returns theILcdGXYLabelPriorityProvider
that is used by this label painter.TLcdGXYViewLabelPainter.getLabelPriorityProvider()
Deprecated.Returns theILcdGXYLabelPriorityProvider
that is used by this label painter.Methods in com.luciad.view.gxy with parameters of type ILcdGXYLabelPriorityProviderModifier and TypeMethodDescriptionvoid
TLcdGXYLayerLabelPainter.setLabelPriorityProvider
(ILcdGXYLabelPriorityProvider aLabelPriorityProvider) Sets theILcdGXYLabelPriorityProvider
to be used by this label painter.void
TLcdGXYViewLabelPainter.setLabelPriorityProvider
(ILcdGXYLabelPriorityProvider aLabelPriorityProvider) Deprecated.Sets theILcdGXYLabelPriorityProvider
to be used by this label painter.