Uses of Class
com.luciad.view.ALcdLabelLocations.LabelLocationFunction
-
Uses of ALcdLabelLocations.LabelLocationFunction in com.luciad.view
Modifier and TypeMethodDescriptionabstract void
ALcdLabelLocations.applyOnAllLabelLocations
(ILcdView aView, ALcdLabelLocations.LabelLocationFunction aLabelLocationFunction) Iterates over all stored label locations by callingapplyOnLabelLocation
for every label location.void
TLcdLabelLocations.applyOnAllLabelLocations
(ILcdView aView, ALcdLabelLocations.LabelLocationFunction aLabelLocationFunction) abstract void
ALcdLabelLocations.applyOnPaintedLabelLocations
(ILcdView aView, ALcdLabelLocations.LabelLocationFunction aLabelLocationFunction) Iterates over all label locations for the labels that were painted by callingapplyOnLabelLocation
for every painted label location.void
TLcdLabelLocations.applyOnPaintedLabelLocations
(ILcdView aView, ALcdLabelLocations.LabelLocationFunction aLabelLocationFunction)