Uses of Class
com.luciad.view.lightspeed.layer.style.TLspLayerStyle.Builder
Package
Description
This package contains classes to style a
ILspLayer
as a whole unlike
ILspStyler
that styles per object.-
Uses of TLspLayerStyle.Builder in com.luciad.view.lightspeed.layer.style
Modifier and TypeMethodDescriptionTLspLayerStyle.Builder.all
(TLspLayerStyle aLayerStyle) Sets all parameters on the builder based on the given layer style.TLspLayerStyle.asBuilder()
Creates a new builder initialized with all the properties of this layer style.TLspLayerStyle.Builder.brightness
(float aBrightness) Sets the brightness for a layer in its whole.TLspLayerStyle.Builder.colorLookupTable
(TLcdColorLookupTable aLookupTable) Set the color lookup table to perform color mapping.TLspLayerStyle.Builder.colorMatrix
(float[] aColorMatrix) Sets the 4x5 matrix of the color transformation.TLspLayerStyle.Builder.contrast
(float aContrast) Sets the contrast for a layer in its whole.TLspLayerStyle.Builder.modulationColor
(Color aColor) Sets the color that is modulated with the layer.static TLspLayerStyle.Builder
TLspLayerStyle.newBuilder()
Creates a new builder with the default values.TLspLayerStyle.Builder.opacity
(float aOpacity) Sets the opacity (alpha) for a layer in its whole.