Uses of Class
com.luciad.view.lightspeed.style.styler.TLspCustomizableStyle
Package
Description
Contains Lightspeed style related classes, such as a class containing customizable style context.
This package provides support for measuring distances in a view.
Provides support for the painting of grids.
Provides Lightspeed visualization support for the Common Grid Reference System (CGRS).
Provides Lightspeed visualization support for the Global Area Reference System (GARS).
Provides Lightspeed visualization support
for the Military Grid Reference System (MGRS).
This package defines all interfaces and abstract base classes related to
ILspStyler
.-
Uses of TLspCustomizableStyle in com.luciad.lucy.map.style.lightspeed
Modifier and TypeMethodDescriptionTLcyLspCustomizableStyleContext.getStyle()
Returns the customizable style instance.ModifierConstructorDescriptionTLcyLspCustomizableStyleContext
(TLspCustomizableStyle aStyle, TLspPaintRepresentation aPaintRepresentation, TLspPaintState aPaintState, ILspLayer aLayer) Create a newTLcyLspCustomizableStyleContext
instance -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.controller.ruler
-
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.painter.grid
Modifier and TypeMethodDescriptionTLspGeorefGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current georef level/interval combination.TLspXYGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current spacing/interval combination.void
TLspLonLatGridStyler.setDefaultStyles
(TLspCustomizableStyle... aStyles) Override styles for the default category using customizable styles.void
TLspLonLatGridStyler.setStyles
(ILspLonLatGridLine.Category aCategory, double aDegrees, TLspCustomizableStyle... aStyles) Override styles for the given grid line using customizable styles.void
TLspLonLatGridStyler.setStyles
(ILspLonLatGridLine.Category aCategory, TLspCustomizableStyle... aStyles) Override styles for a certain category using customizable styles.Modifier and TypeMethodDescriptionTLspGeorefGridStyle.Builder.customizableStyles
(Collection<TLspCustomizableStyle> aStyles) This method specifies the customizable styles to use for the current georef level/interval combination.TLspXYGridStyle.Builder.customizableStyles
(Collection<TLspCustomizableStyle> aStyles) This method specifies the customizable styles to use for the current spacing/interval combination. -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.painter.grid.cgrs
Modifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current CGRS level/interval combination.Modifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.customizableStyles
(Collection<TLspCustomizableStyle> aStyles) This method specifies the customizable styles to use for the current CGRS level/interval combination. -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.painter.grid.gars
Modifier and TypeMethodDescriptionTLspGARSGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current GARS level/interval combination.Modifier and TypeMethodDescriptionTLspGARSGridStyle.Builder.customizableStyles
(Collection<TLspCustomizableStyle> aStyles) This method specifies the customizable styles to use for the current GARS level/interval combination. -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.painter.grid.mgrs
Modifier and TypeMethodDescriptionTLspMGRSGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current MGRS type/level/interval combination.Modifier and TypeMethodDescriptionTLspMGRSGridStyle.Builder.customizableStyles
(Collection<TLspCustomizableStyle> aStyles) This method specifies the customizable styles to use for the current MGRS type/level/interval combination. -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.style.styler
Modifier and TypeMethodDescriptionILspCustomizableStyler.getStyles()
Returns the styler's customizable styles.TLspCustomizableStyler.getStyles()
TLspLabelStyler.getStyles()
Modifier and TypeMethodDescriptionTLspLabelStyler.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) Specifies a list of styles to be applied to all objects.void
TLspLabelStyler.setCustomizableStyles
(TLspCustomizableStyle... aStyles) Specifies a list of styles to be applied to all objects.ModifierConstructorDescriptionTLspCustomizableStyler
(TLspCustomizableStyle... aCustomizableStyles) Create anILspStyler
which will set all style instances inaCustomizableStyles
as style to every object passed in itsILspStyler#style
method.ModifierConstructorDescriptionTLspCustomizableStyler
(Map<? extends ALspStyleTargetProvider, ? extends Collection<TLspCustomizableStyle>> aCustomizableStyles) Create anILspStyler
which will set all style instances and the correspondingALspStyleTargetProvider
inaCustomizableStyles
as style to every object passed in itsILspStyler#style
method.