Uses of Class
com.luciad.view.ALcdLabelLocations
Packages that use ALcdLabelLocations
Package
Description
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
-
Uses of ALcdLabelLocations in com.luciad.view
Subclasses of ALcdLabelLocations in com.luciad.viewModifier and TypeClassDescriptionclass
Implementation ofALcdLabelLocations
that stores the label locations external from the domain objects.Methods in com.luciad.view that return ALcdLabelLocationsModifier and TypeMethodDescriptionTLcdLabelLocationEvent.getLabelLocations()
Returns theALcdLabelLocations
where the information has changed.TLcdLabelPaintedEvent.getLabelLocations()
Returns theALcdLabelLocations
where the information has changed.Constructors in com.luciad.view with parameters of type ALcdLabelLocationsModifierConstructorDescriptionTLcdLabelLocationEvent
(ALcdLabelLocations aSource, Object[] aObjects, int[] aLabelIndices, int[] aSubLabelIndices, ILcdView aView) Creates a new instance of this support class, with the specifiedALcdLabelLocations
as source for the events it will fire.TLcdLabelPaintedEvent
(ALcdLabelLocations aSource, Object[] aObjects, int[] aLabelIndices, int[] aSubLabelIndices, boolean[] aPainted, ILcdView aView) -
Uses of ALcdLabelLocations in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ALcdLabelLocationsModifier and TypeMethodDescriptionILcdGXYEditableLabelsLayer.getLabelLocations()
Returns theALcdLabelLocations
instance which contains all the information about the labels of this layer.TLcdGXYLayer.getLabelLocations()
Returns theALcdLabelLocations
instance which contains all the information about the labels of this layer.Methods in com.luciad.view.gxy with parameters of type ALcdLabelLocationsModifier and TypeMethodDescriptionvoid
TLcdGXYLayer.setLabelLocations
(ALcdLabelLocations aLabelLocations) Sets theALcdLabelLocations
used by this layer to store the locations of all labels, and which labels are painted. -
Uses of ALcdLabelLocations in com.luciad.view.gxy.asynchronous
Methods in com.luciad.view.gxy.asynchronous that return ALcdLabelLocationsModifier and TypeMethodDescriptionTLcdGXYAsynchronousEditableLabelsLayerWrapper.getLabelLocations()