Uses of Class
com.luciad.view.lightspeed.style.styler.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
Modifier and TypeMethodDescriptionvoid
TLspAISStyler.style
(Collection<?> aObjects, ALspLabelStyleCollector aLabelStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.format.aixmcommon.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspAIXMStyler.style
(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.ogc.sld.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspSLDStyler.style
(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.view.lightspeed.controller.ruler
Modifier and TypeMethodDescriptionvoid
TLspRulerLabelStyler.style
(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.view.lightspeed.painter.grid
Modifier and TypeMethodDescriptionvoid
TLspLonLatGridStyler.style
(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspLabelStyleCollector in com.luciad.view.lightspeed.style.styler
Modifier and TypeClassDescriptionclass
A wrapper for a label style collector to allow easy creation of wrappers that will even remain compatible if additional abstract methods are added toALspLabelStyleCollector
.Modifier 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 ALspLabelStyleCollector
ALspLabelStyleCollectorWrapper.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 ALspLabelStyleCollector
ALspLabelStyleCollectorWrapper.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 anALspStyleTargetProvider
that should be used to convert objects into a collection of objects on which the style can be applied.final ALspLabelStyleCollector
Specifies 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 ALspLabelStyleCollector
ALspLabelStyleCollectorWrapper.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 ALspLabelStyleCollector
ALspLabelStyleCollectorWrapper.locations
(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).Specifies a singleObject
to be styled.final ALspLabelStyleCollector
Specifies a singleObject
to 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 ALspLabelStyleCollector
ALspLabelStyleCollectorWrapper.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 ALspLabelStyleCollector
Applies 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 ALspLabelStyleCollector
Applies the given list of styles to the specified labels.Modifier and TypeMethodDescriptionabstract void
ALspLabelStyler.style
(Collection<?> aObjects, ALspLabelStyleCollector aStyleCollector, TLspContext aContext) Convenience method that takes anALspLabelStyleCollector
as argument instead of anALspStyleCollector
.void
TLspLabelStyler.style
(Collection<?> aDomainObjects, ALspLabelStyleCollector aCollector, TLspContext aContext) ModifierConstructorDescriptionWrapper constructor.