Package com.luciad.view.lightspeed.style.styler
package com.luciad.view.lightspeed.style.styler
This package defines all interfaces and abstract base classes related to
ILspStyler
.
Next to that, it also contains a few concrete implementations that support common styling patterns.- Since:
- 2012.0
-
ClassDescriptionAbstract base class for implementations of
ILspCustomizableStyler
.This class is used in combination with anILspStyler
to define the label location details of a group of objects, in addition to styling.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
.Abstract base class for label styler implementations.This class is used in combination with anILspStyler
to define the style of a group of objects.A wrapper for a style collector to allow easy creation of wrappers that will even remain compatible if additional abstract methods are added toALspStyleCollector
.Abstract base class for ILspStyler implementations.This abstract class is used byILspStyler
implementations that want to convert an object into a list of targets to which the styles should be applied.Deprecated.This enum has no functional meaning.Styler wrapper that delegates to one of two stylers.An extension ofILspStyler
which uses a limited set of customizable styles to define the styling of objects.A listener for change events in anILspStyler
.This interface can specify styling information for objects or labels that are being visualized.A customizable container forALspStyle
.Default implementation ofILspCustomizableStyler
.Uses one of two stylers, depending on the object's bounds (assuming the object implementsILcdBounded
).A styler which maintains a user-created mapping of domain objects to styles.A label styler that applies the same styling and label location information to all objects.Builder for static label styler.Styler that delegates to one of two wrapped stylers depending on whether the object is anILcdExtrudedShape
or not.Describes a style change that occurred in astyler
.A styler that applies the same set of styles to all objects.