Uses of Class
com.luciad.view.lightspeed.style.ALspStyle.Builder
Packages that use ALspStyle.Builder
Package
Description
Provides a custom layer optimized for displaying large static datasets containing points.
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
Provides a layer builder for APP6 a/b/c layers.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
Provides support for real-time hypsometric shading for either the terrain layer of
an
ILspView or an elevation model.Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
This package provides support for measuring distances in a view.
Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView, as if by a slide
projector.Contains style related classes that are used by the label painter.
Provides a generic model for styles.
Defines raster filter styles, which can be used to apply image processing
operations to raster layers.
-
Uses of ALspStyle.Builder in com.luciad.realtime.lightspeed.plots
Subclasses of ALspStyle.Builder in com.luciad.realtime.lightspeed.plotsModifier and TypeClassDescriptionstatic classTLspPlotStyle.Builder<B extends TLspPlotStyle.Builder<B>>Deprecated. -
Uses of ALspStyle.Builder in com.luciad.realtime.lightspeed.radarvideo
Subclasses of ALspStyle.Builder in com.luciad.realtime.lightspeed.radarvideoModifier and TypeClassDescriptionstatic final classTLspRadarVideoStyle.Builder<B extends TLspRadarVideoStyle.Builder<B>>Builder used to createTLspRadarVideoStyleobjects. -
Uses of ALspStyle.Builder in com.luciad.symbology.app6a.view.lightspeed
Subclasses of ALspStyle.Builder in com.luciad.symbology.app6a.view.lightspeedModifier and TypeClassDescriptionstatic classTLspAPP6ASymbolStyle.Builder<B extends TLspAPP6ASymbolStyle.Builder<B>> -
Uses of ALspStyle.Builder in com.luciad.symbology.milstd2525b.view.lightspeed
Subclasses of ALspStyle.Builder in com.luciad.symbology.milstd2525b.view.lightspeedModifier and TypeClassDescriptionstatic classTLspMS2525bSymbolStyle.Builder<B extends TLspMS2525bSymbolStyle.Builder<B>> -
Uses of ALspStyle.Builder in com.luciad.tea.lightspeed.hypsometry
Subclasses of ALspStyle.Builder in com.luciad.tea.lightspeed.hypsometryModifier and TypeClassDescriptionstatic classBuilder for hypsometric shading styles. -
Uses of ALspStyle.Builder in com.luciad.tea.lightspeed.los.view
Subclasses of ALspStyle.Builder in com.luciad.tea.lightspeed.los.viewModifier and TypeClassDescriptionstatic classTLspLOSCoverageStyle.Builder<B extends TLspLOSCoverageStyle.Builder<B>>Builder for LOS coverage styles. -
Uses of ALspStyle.Builder in com.luciad.view.lightspeed.controller.ruler
Subclasses of ALspStyle.Builder in com.luciad.view.lightspeed.controller.rulerModifier and TypeClassDescriptionstatic classBuilder for the ruler distance format style styles.static classBuilder for the ruler segment label content style. -
Uses of ALspStyle.Builder in com.luciad.view.lightspeed.layer.imageprojection
Subclasses of ALspStyle.Builder in com.luciad.view.lightspeed.layer.imageprojectionModifier and TypeClassDescriptionstatic classBuilder used to create image projection styles. -
Uses of ALspStyle.Builder in com.luciad.view.lightspeed.painter.label.style
Subclasses of ALspStyle.Builder in com.luciad.view.lightspeed.painter.label.styleModifier and TypeClassDescriptionstatic classBuilder for text provider styles.static classTLspDataObjectLabelTextProviderStyle.Builder<B extends TLspDataObjectLabelTextProviderStyle.Builder<B>>Builder for data object text provider using expressions. -
Uses of ALspStyle.Builder in com.luciad.view.lightspeed.style
Classes in com.luciad.view.lightspeed.style with type parameters of type ALspStyle.BuilderModifier and TypeClassDescriptionstatic classALspStyle.Builder<B extends ALspStyle.Builder<B>>Builder for styles.Subclasses of ALspStyle.Builder in com.luciad.view.lightspeed.styleModifier and TypeClassDescriptionstatic classALspDensityStyle.Builder<B extends ALspDensityStyle.Builder<B>>Builder used to create density styles.static classALspSoftDensityStyle.Builder<B extends ALspSoftDensityStyle.Builder<B>>Builder used to create soft density styles.static classTLsp3DIconStyle.Builder<B extends TLsp3DIconStyle.Builder<B>>Builder for 3D icon styles.static final classTLsp3DMeshStyle.Builder<B extends TLsp3DMeshStyle.Builder<B>>Builder for 3D mesh styles.static classBuilder that can createTLspComplexStrokedLineStyleinstances.static classTLspDensityFillStyle.Builder<B extends TLspDensityFillStyle.Builder<B>>static classTLspDensityLineStyle.Builder<B extends TLspDensityLineStyle.Builder<B>>static classTLspDensityPointStyle.Builder<B extends TLspDensityPointStyle.Builder<B>>static classTLspFillStyle.Builder<B extends TLspFillStyle.Builder<B>>Builder used to create fill styles.static classTLspIconStyle.Builder<B extends TLspIconStyle.Builder<B>>Builder for icon styles.static classBuilder for index color model styles.static classTLspLabelBoxStyle.Builder<B extends TLspLabelBoxStyle.Builder<B>>Builder for label box styles.static classTLspLabelOpacityStyle.Builder<B extends TLspLabelOpacityStyle.Builder<B>>Builder for label opacity styles.static classTLspLineStyle.Builder<B extends TLspLineStyle.Builder<B>>Builder for line styles.static classBuilder for parameterized fill styles.static classBuilder used to create parameterized icon styles.static final classBuilder for parametrized line styles.static classBuilder for parameterized icon styles.static classTLspPinLineStyle.Builder<B extends TLspPinLineStyle.Builder<B>>Builder for pin line styles.static classTLspPlotStyle.Builder<B extends TLspPlotStyle.Builder<B>>Builder used to create plot styles.static final classTLspPointCloudStyle.Builder<B extends TLspPointCloudStyle.Builder<B>>Builder used to create point cloud styles.static classTLspRasterStyle.Builder<B extends TLspRasterStyle.Builder<B>>Builder for raster styles.static classTLspStrokedLineStyle.Builder<B extends TLspStrokedLineStyle.Builder<B>>Deprecated.Builder for stroked line styles.static classTLspTextStyle.Builder<B extends TLspTextStyle.Builder<B>>Builder for text styles.static classTLspVerticalLineStyle.Builder<B extends TLspVerticalLineStyle.Builder<B>>Builder for vertical line styles.static classBuilder forTLspViewDisplacementStylestatic classBuilder for world sized line styles.Methods in com.luciad.view.lightspeed.style that return ALspStyle.BuilderModifier and TypeMethodDescriptionabstract ALspStyle.Builder<?> ALspStyle.asBuilder()Creates a new builder initialized with all the properties of this style. -
Uses of ALspStyle.Builder in com.luciad.view.lightspeed.style.imagefilter
Subclasses of ALspStyle.Builder in com.luciad.view.lightspeed.style.imagefilterModifier and TypeClassDescriptionstatic classBuilder for color lookup table filter styles.static classBuilder for image processing styles.
TLspPlotStyleinstead.