Uses of Class
com.luciad.view.lightspeed.style.TLspPlotStyle.Builder
Packages that use 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
Subclasses of TLspPlotStyle.Builder in com.luciad.realtime.lightspeed.plotsModifier and TypeClassDescriptionstatic class
TLspPlotStyle.Builder<B extends TLspPlotStyle.Builder<B>>
Deprecated. -
Uses of TLspPlotStyle.Builder in com.luciad.view.lightspeed.style
Classes in com.luciad.view.lightspeed.style with type parameters of type TLspPlotStyle.BuilderModifier and TypeClassDescriptionstatic class
TLspPlotStyle.Builder<B extends TLspPlotStyle.Builder<B>>
Builder used to create plot styles.Methods in com.luciad.view.lightspeed.style that return TLspPlotStyle.BuilderModifier 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.Constructors in com.luciad.view.lightspeed.style with parameters of type TLspPlotStyle.BuilderModifierConstructorDescriptionprotected
TLspPlotStyle
(TLspPlotStyle.Builder<?> aBuilder) Creates a new style with the properties that are set on the builder
TLspPlotStyle
instead.