Uses of Class
com.luciad.view.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
Modifier and TypeClassDescriptionclass
Implementation ofALcdLabelLocations
that stores the label locations external from the domain objects.Modifier and TypeMethodDescriptionTLcdLabelLocationEvent.getLabelLocations()
Returns theALcdLabelLocations
where the information has changed.TLcdLabelPaintedEvent.getLabelLocations()
Returns theALcdLabelLocations
where the information has changed.ModifierConstructorDescriptionTLcdLabelLocationEvent
(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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionTLcdGXYAsynchronousEditableLabelsLayerWrapper.getLabelLocations()