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 TypeClassDescriptionclassImplementation ofALcdLabelLocationsthat stores the label locations external from the domain objects.Methods in com.luciad.view that return ALcdLabelLocationsModifier and TypeMethodDescriptionTLcdLabelLocationEvent.getLabelLocations()Returns theALcdLabelLocationswhere the information has changed.TLcdLabelPaintedEvent.getLabelLocations()Returns theALcdLabelLocationswhere 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 specifiedALcdLabelLocationsas 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 theALcdLabelLocationsinstance which contains all the information about the labels of this layer.TLcdGXYLayer.getLabelLocations()Returns theALcdLabelLocationsinstance which contains all the information about the labels of this layer.Methods in com.luciad.view.gxy with parameters of type ALcdLabelLocationsModifier and TypeMethodDescriptionvoidTLcdGXYLayer.setLabelLocations(ALcdLabelLocations aLabelLocations) Sets theALcdLabelLocationsused 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()