Uses of Class
com.luciad.view.lightspeed.style.styler.ALspLabelStyleCollector
Packages that use ALspLabelStyleCollector
Package
Description
This package provides a
styler that can be used
for AIS data.
This package contains the class
TLspAIXMStyler, which can be used to style AIXM 5.0 and 5.1 objects.This package provides the necessary classes to apply a SE or SLD Feature Type Style to a Luciad Lightspeed layer.
This package provides support for measuring distances in a view.
Provides support for the painting of grids.
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of ALspLabelStyleCollector in com.luciad.ais.view.lightspeed
Methods in com.luciad.ais.view.lightspeed with parameters of type ALspLabelStyleCollectorModifier and TypeMethodDescriptionvoidTLspAISStyler.style(Collection<?> aObjects, ALspLabelStyleCollector aLabelStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.format.aixmcommon.view.lightspeed
Methods in com.luciad.format.aixmcommon.view.lightspeed with parameters of type ALspLabelStyleCollectorModifier and TypeMethodDescriptionvoidTLspAIXMStyler.style(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.ogc.sld.view.lightspeed
Methods in com.luciad.ogc.sld.view.lightspeed with parameters of type ALspLabelStyleCollectorModifier and TypeMethodDescriptionvoidTLspSLDStyler.style(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type ALspLabelStyleCollectorModifier and TypeMethodDescriptionvoidTLspRulerLabelStyler.style(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid with parameters of type ALspLabelStyleCollectorModifier and TypeMethodDescriptionvoidTLspLonLatGridStyler.style(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.view.lightspeed.style.styler
Subclasses of ALspLabelStyleCollector in com.luciad.view.lightspeed.style.stylerModifier and TypeClassDescriptionclassA wrapper for a label style collector to allow easy creation of wrappers that will even remain compatible if additional abstract methods are added toALspLabelStyleCollector.Methods in com.luciad.view.lightspeed.style.styler that return ALspLabelStyleCollectorModifier and TypeMethodDescriptionALspLabelStyleCollector.algorithm(ILspLabelingAlgorithm aAlgorithm) Specifies the labeling algorithm to be used for the label(s) part of thissubmit()call.ALspLabelStyleCollector.algorithm(ILspLabelingAlgorithmProvider aAlgorithmProvider) Specifies the labeling algorithm provider to be used for the label(s) part of thissubmit()call.final ALspLabelStyleCollectorALspLabelStyleCollectorWrapper.algorithm(ILspLabelingAlgorithm aAlgorithm) Specifies the labeling algorithm to be used for the label(s) part of thissubmit()call.ALspLabelStyleCollectorWrapper.algorithm(ILspLabelingAlgorithmProvider aAlgorithmProvider) ALspLabelStyleCollector.anchorLabel(TLspPaintRepresentation aPaintRepresentation, Object aSublabelID) Specify the label to anchor a label to.ALspLabelStyleCollector.anchorLabel(Object aSublabelID) Specify the label to anchor a label to.ALspLabelStyleCollectorWrapper.anchorLabel(TLspPaintRepresentation aPaintRepresentation, Object aSublabelID) final ALspLabelStyleCollectorALspLabelStyleCollectorWrapper.anchorLabel(Object aSublabelID) Specify the label to anchor a label to.Specifies the geometry on which the style should be applied.ALspLabelStyleCollector.geometry(ALspStyleTargetProvider aStyleTargetProvider) Specifies anALspStyleTargetProviderthat should be used to convert objects into a collection of objects on which the style can be applied.final ALspLabelStyleCollectorSpecifies the geometry on which the style should be applied.ALspLabelStyleCollectorWrapper.geometry(ALspStyleTargetProvider aStyleTargetProvider) Specifies the declutter group the label(s) should be in.ALspLabelStyleCollector.hide()final ALspLabelStyleCollectorALspLabelStyleCollectorWrapper.hide()Hides the specified objects.Specifies an object that identifies a label for an object.ALspLabelStyleCollector.locations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).final ALspLabelStyleCollectorALspLabelStyleCollectorWrapper.locations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).Specifies a singleObjectto be styled.final ALspLabelStyleCollectorSpecifies a singleObjectto be styled.ALspLabelStyleCollector.objects(Collection<?> aObjects) Specifies a collection of objects to be styled.ALspLabelStyleCollectorWrapper.objects(Collection<? extends Object> aObjects) ALspLabelStyleCollector.priority(int aPriority) Specifies a fixed priority for the label(s) part of thissubmit()call.ALspLabelStyleCollector.priority(ILspLabelPriorityProvider aPriorityProvider) Specifies a priority provider for the label(s) part of thissubmit()call.final ALspLabelStyleCollectorALspLabelStyleCollectorWrapper.priority(int aPriority) Specifies a fixed priority for the label(s) part of thissubmit()call.ALspLabelStyleCollectorWrapper.priority(ILspLabelPriorityProvider aPriorityProvider) Applies the style to the specified labels.final ALspLabelStyleCollectorApplies the style to the specified labels.Applies the given list of styles to the specified labels.Applies the given list of styles to the specified labels.final ALspLabelStyleCollectorApplies the given list of styles to the specified labels.Methods in com.luciad.view.lightspeed.style.styler with parameters of type ALspLabelStyleCollectorModifier and TypeMethodDescriptionabstract voidALspLabelStyler.style(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) Convenience method that takes anALspLabelStyleCollectoras argument instead of anALspStyleCollector.voidTLspLabelStyler.style(Collection<?> aDomainObjects, ALspLabelStyleCollector aCollector, TLspContext aContext) Constructors in com.luciad.view.lightspeed.style.styler with parameters of type ALspLabelStyleCollectorModifierConstructorDescriptionWrapper constructor.