Uses of Class
com.luciad.view.lightspeed.style.TLspPlotStyle.Builder
Package
Description
Provides a custom layer optimized for displaying large static datasets containing points.
Provides a generic model for styles.
-
Uses of TLspPlotStyle.Builder in com.luciad.realtime.lightspeed.plots
Modifier and TypeClassDescriptionstatic class
TLspPlotStyle.Builder<B extends TLspPlotStyle.Builder<B>>
Deprecated. -
Uses of TLspPlotStyle.Builder in com.luciad.view.lightspeed.style
Modifier and TypeClassDescriptionstatic class
TLspPlotStyle.Builder<B extends TLspPlotStyle.Builder<B>>
Builder used to create plot styles.Modifier and TypeMethodDescriptionTLspPlotStyle.asBuilder()
Creates a new builder initialized with all the properties of this style.static TLspPlotStyle.Builder
<?> TLspPlotStyle.newBuilder()
Creates a new builder with the default values.ModifierConstructorDescriptionprotected
TLspPlotStyle
(TLspPlotStyle.Builder<?> aBuilder) Creates a new style with the properties that are set on the builder
TLspPlotStyle
instead.