Uses of Class
com.luciad.symbology.app6a.view.lightspeed.TLspAPP6ASymbolStyle.Builder
Packages that use TLspAPP6ASymbolStyle.Builder
Package
Description
Provides a layer builder for APP6 a/b/c layers.
-
Uses of TLspAPP6ASymbolStyle.Builder in com.luciad.symbology.app6a.view.lightspeed
Classes in com.luciad.symbology.app6a.view.lightspeed with type parameters of type TLspAPP6ASymbolStyle.BuilderModifier and TypeClassDescriptionstatic classTLspAPP6ASymbolStyle.Builder<B extends TLspAPP6ASymbolStyle.Builder<B>>Methods in com.luciad.symbology.app6a.view.lightspeed that return TLspAPP6ASymbolStyle.BuilderModifier and TypeMethodDescriptionTLspAPP6ASymbolStyle.asBuilder()Creates a new builder initialized with all the properties of this style.static TLspAPP6ASymbolStyle.Builder<?> TLspAPP6ASymbolStyle.newBuilder()Creates a new builder with the default values.Constructors in com.luciad.symbology.app6a.view.lightspeed with parameters of type TLspAPP6ASymbolStyle.BuilderModifierConstructorDescriptionprotectedTLspAPP6ASymbolStyle(TLspAPP6ASymbolStyle.Builder<?> aBuilder) Creates a new style with the properties that are set on the builder.