Uses of Class
com.luciad.view.lightspeed.style.styler.ALspStyleCollector
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.Provides painting support for the CGM format.
Provides painting support for the MapInfo format.
Provides API for visualizing NVG data in a Lightspeed view.
Provides painting support for the POL format.
This package provides the necessary classes to apply a SE or SLD Feature Type Style to a Luciad Lightspeed layer.
Provides a layer builder for APP6 a/b/c layers.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides controllers for the manipulation of domain objects in a view.
This package provides support for measuring distances in a view.
Defines a mechanism for snapping between objects that are being edited.
Provides support for the painting of grids.
Provides a generic model for styles.
This package defines all interfaces and abstract base classes related to
ILspStyler
.-
Uses of ALspStyleCollector in com.luciad.ais.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspAISStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.format.aixmcommon.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspAIXMStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.format.cgm.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspCGMStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.format.mif.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspMIFStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.format.nvg.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspNVGStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.format.pol.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspPOLStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.ogc.sld.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspSLDStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspAPP6ASymbolStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) Submits an appropriate TLspAPP6ASymbolStyle for every incoming object which implements ILcdAPP6ACoded and (optionally)ILcdStyledMilitarySymbol
. -
Uses of ALspStyleCollector in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspMS2525bSymbolStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) Submits an appropriate TLspMS2525bSymbolStyle for every incoming object which implements ILcdMS2525bCoded and (optionally)ILcdStyledMilitarySymbol
. -
Uses of ALspStyleCollector in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionvoid
TLspEditHandleStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) Styles the supplied edit handles. -
Uses of ALspStyleCollector in com.luciad.view.lightspeed.controller.ruler
Modifier and TypeMethodDescriptionvoid
TLspRulerLabelStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.view.lightspeed.editor.snapping
Modifier and TypeMethodDescriptionvoid
TLspSnapperStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.view.lightspeed.painter.grid
Modifier and TypeMethodDescriptionvoid
TLspLonLatGridStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) -
Uses of ALspStyleCollector in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionvoid
ALspStyle.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) void
TLspScaleBasedStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) Implementation ofILspStyler.style
that applies the configured stylers, based on the map scale of the current view. -
Uses of ALspStyleCollector in com.luciad.view.lightspeed.style.styler
Modifier and TypeClassDescriptionclass
This class is used in combination with anILspStyler
to define the label location details of a group of objects, in addition to styling.class
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
.class
A wrapper for a style collector to allow easy creation of wrappers that will even remain compatible if additional abstract methods are added toALspStyleCollector
.Modifier and TypeMethodDescriptionSpecifies the geometry on which the style should be applied.ALspStyleCollector.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 ALspStyleCollector
Specifies the geometry on which the style should be applied.ALspStyleCollectorWrapper.geometry
(ALspStyleTargetProvider aStyleTargetProvider) ALspStyleCollector.hide()
Hides the specified objects.final ALspStyleCollector
ALspStyleCollectorWrapper.hide()
Hides the specified objects.Specifies a singleObject
to be styled.final ALspStyleCollector
Specifies a singleObject
to be styled.ALspStyleCollector.objects
(Collection<? extends Object> aObjects) Specifies a collection of objects to be styled.ALspStyleCollectorWrapper.objects
(Collection<? extends Object> aObjects) Applies the given style to the specified objects.final ALspStyleCollector
Applies the given style to the specified objects.Applies the given list of styles to the specified objects.Applies the given list of styles to the specified objects.final ALspStyleCollector
Applies the given list of styles to the specified objects.Modifier and TypeMethodDescriptionvoid
ALspLabelStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) Implementation ofILspStyler.style
that either casts theALspStyleCollector
toALspLabelStyleCollector
if possible, or adapts it otherwise.void
ALspToggleStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) void
ILspStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) Styles the objects or labels contained inaObjects
using the methods provided byALspStyleCollector
.void
TLspCustomizableStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) void
TLspEditableStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) void
TLspStyler.style
(Collection<?> aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext) ModifierConstructorDescriptionALspStyleCollectorWrapper
(ALspStyleCollector aDelegate) Wrapper constructor.