Package | Description |
---|---|
com.luciad.view.lightspeed.style |
Provides a generic model for styles.
|
Modifier and Type | Method and Description |
---|---|
static TLspScaleBasedStylerBuilder |
TLspScaleBasedStylerBuilder.newBuilder()
Create a new builder instance
|
static TLspScaleBasedStylerBuilder |
TLspScaleBasedStyler.newBuilder()
Creates a new builder without configured stylers.
|
TLspScaleBasedStylerBuilder |
TLspScaleBasedStylerBuilder.styler(double aMinScale,
double aMaxScale,
ALspStyler aStyler)
Deprecated.
use the method with the
TLcdMapScale to avoid confusion |
TLspScaleBasedStylerBuilder |
TLspScaleBasedStylerBuilder.styler(TLcdDimensionInterval<TLcdMapScale> aScaleRange,
ALspStyler aStyler)
Adds a styler for the specified scale range.
|
TLspScaleBasedStylerBuilder |
TLspScaleBasedStylerBuilder.styles(double aMinScale,
double aMaxScale,
ALspStyle... aStyles)
Deprecated.
use the method with the
TLcdMapScale to avoid confusion |
TLspScaleBasedStylerBuilder |
TLspScaleBasedStylerBuilder.styles(TLcdMapScale aMinScale,
TLcdMapScale aMaxScale,
ALspStyle... aStyles)
Adds styles for the specified scale range.
|