Uses of Class
com.luciad.view.lightspeed.style.TLspScaleBasedStylerBuilder
-
Uses of TLspScaleBasedStylerBuilder in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionstatic TLspScaleBasedStylerBuilder
TLspScaleBasedStyler.newBuilder()
Creates a new builder without configured stylers.static TLspScaleBasedStylerBuilder
TLspScaleBasedStylerBuilder.newBuilder()
Create a new builder instanceTLspScaleBasedStylerBuilder.styler
(double aMinScale, double aMaxScale, ALspStyler aStyler) Deprecated.TLspScaleBasedStylerBuilder.styler
(TLcdDimensionInterval<TLcdMapScale> aScaleRange, ILspStyler aStyler) Adds a styler for the specified scale range.Deprecated.use the method with theTLcdMapScale
to avoid confusionTLspScaleBasedStylerBuilder.styles
(TLcdMapScale aMinScale, TLcdMapScale aMaxScale, ALspStyle... aStyles) Adds styles for the specified scale range.
TLcdMapScale
to avoid confusion