Uses of Class
com.luciad.view.lightspeed.style.TLspIndexColorModelStyle
Packages that use TLspIndexColorModelStyle
Package
Description
Provides layering support for density layers.
Provides support for the visualization of density plots.
Provides a generic model for styles.
-
Uses of TLspIndexColorModelStyle in com.luciad.view.lightspeed.layer.density
Methods in com.luciad.view.lightspeed.layer.density with parameters of type TLspIndexColorModelStyleModifier and TypeMethodDescriptionTLspDensityLayerBuilder.indexColorModel
(TLspIndexColorModelStyle aIndexColorModelStyle) Deprecated. -
Uses of TLspIndexColorModelStyle in com.luciad.view.lightspeed.painter.density
Methods in com.luciad.view.lightspeed.painter.density that return TLspIndexColorModelStyleModifier and TypeMethodDescriptionTLspDensityPainter.getIndexColorModelStyle()
Deprecated.Retrieves the current index color model style.Methods in com.luciad.view.lightspeed.painter.density with parameters of type TLspIndexColorModelStyleModifier and TypeMethodDescriptionvoid
TLspDensityPainter.setIndexColorModelStyle
(TLspIndexColorModelStyle aIndexColorModelStyle) Deprecated.When replacing the deprecatedTLspDensityPainter
with aTLspShapePainter
, you can let the styler submit aTLspIndexColorModelStyle
in combination withALspDensityStyle
.Constructors in com.luciad.view.lightspeed.painter.density with parameters of type TLspIndexColorModelStyleModifierConstructorDescriptionTLspDensityPainter
(TLspIndexColorModelStyle aIndexColorModelStyle, ILspWorldElevationStyle.ElevationMode aElevationMode) Deprecated.Constructs a density painter that uses the provided index color model to convert density values to colors. -
Uses of TLspIndexColorModelStyle in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return TLspIndexColorModelStyleModifier and TypeMethodDescriptionTLspIndexColorModelStyle.Builder.build()
Constructs an index color model style with the set properties.
TLspDensityPainter
with aTLspShapePainter
, you can let the styler submit aTLspIndexColorModelStyle
in combination withALspDensityStyle
.