Uses of Class
com.luciad.view.lightspeed.style.styler.TLspCustomizableStyle
Packages that use 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
Methods in com.luciad.lucy.map.style.lightspeed that return TLspCustomizableStyleModifier and TypeMethodDescriptionTLcyLspCustomizableStyleContext.getStyle()
Returns the customizable style instance.Constructors in com.luciad.lucy.map.style.lightspeed with parameters of type TLspCustomizableStyleModifierConstructorDescriptionTLcyLspCustomizableStyleContext
(TLspCustomizableStyle aStyle, TLspPaintRepresentation aPaintRepresentation, TLspPaintState aPaintState, ILspLayer aLayer) Create a newTLcyLspCustomizableStyleContext
instance -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler that return types with arguments of type TLspCustomizableStyle -
Uses of TLspCustomizableStyle in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid that return types with arguments of type TLspCustomizableStyleMethods in com.luciad.view.lightspeed.painter.grid with parameters of type TLspCustomizableStyleModifier 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.Method parameters in com.luciad.view.lightspeed.painter.grid with type arguments of type TLspCustomizableStyleModifier 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
Methods in com.luciad.view.lightspeed.painter.grid.cgrs with parameters of type TLspCustomizableStyleModifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current CGRS level/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid.cgrs with type arguments of type TLspCustomizableStyleModifier 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
Methods in com.luciad.view.lightspeed.painter.grid.gars with parameters of type TLspCustomizableStyleModifier and TypeMethodDescriptionTLspGARSGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current GARS level/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid.gars with type arguments of type TLspCustomizableStyleModifier 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
Methods in com.luciad.view.lightspeed.painter.grid.mgrs with parameters of type TLspCustomizableStyleModifier and TypeMethodDescriptionTLspMGRSGridStyle.Builder.customizableStyles
(TLspCustomizableStyle... aStyles) This method specifies the customizable styles to use for the current MGRS type/level/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid.mgrs with type arguments of type TLspCustomizableStyleModifier 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
Methods in com.luciad.view.lightspeed.style.styler that return types with arguments of type TLspCustomizableStyleModifier and TypeMethodDescriptionILspCustomizableStyler.getStyles()
Returns the styler's customizable styles.TLspCustomizableStyler.getStyles()
TLspLabelStyler.getStyles()
Methods in com.luciad.view.lightspeed.style.styler with parameters of type TLspCustomizableStyleModifier 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.Constructors in com.luciad.view.lightspeed.style.styler with parameters of type TLspCustomizableStyleModifierConstructorDescriptionTLspCustomizableStyler
(TLspCustomizableStyle... aCustomizableStyles) Create anILspStyler
which will set all style instances inaCustomizableStyles
as style to every object passed in itsILspStyler#style
method.Constructor parameters in com.luciad.view.lightspeed.style.styler with type arguments of type TLspCustomizableStyleModifierConstructorDescriptionTLspCustomizableStyler
(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.