Uses of Class
com.luciad.view.lightspeed.style.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
Modifier and TypeMethodDescriptionTLspDensityLayerBuilder.indexColorModel
(TLspIndexColorModelStyle aIndexColorModelStyle) Deprecated. -
Uses of TLspIndexColorModelStyle in com.luciad.view.lightspeed.painter.density
Modifier and TypeMethodDescriptionTLspDensityPainter.getIndexColorModelStyle()
Deprecated.Retrieves the current index color model style.Modifier and TypeMethodDescriptionvoid
TLspDensityPainter.setIndexColorModelStyle
(TLspIndexColorModelStyle aIndexColorModelStyle) Deprecated.When replacing the deprecatedTLspDensityPainter
with aTLspShapePainter
, you can let the styler submit aTLspIndexColorModelStyle
in combination withALspDensityStyle
.ModifierConstructorDescriptionTLspDensityPainter
(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
Modifier 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
.