Uses of Class
com.luciad.view.lightspeed.style.ALspStyle
Packages that use ALspStyle
Package
Description
Provides support for visualizing MBTiles vector data in a Lightspeed view.
Provides support for visualization of tiled 3D formats in Lightspeed views.
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
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.
Provides controllers for the manipulation of domain objects in a view.
This package provides support for measuring distances in a view.
Defines a mechanism for snapping between objects that are being edited.
Provides support for the discretization of vector shapes.
Provides layering support for density layers.
Provides support for rendering images which are projected onto the 3D
terrain of an
ILspView, as if by a slide
projector.Provides a custom layer optimized for displaying large static datasets containing points.
Provides layering support for vector layers.
Provides support for the painting of grids.
Provides Lightspeed visualization support for the Common Grid Reference System (CGRS).
Provides Lightspeed visualization support for the Global Area Reference System (GARS).
Provides Lightspeed visualization support
for the Military Grid Reference System (MGRS).
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.
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of ALspStyle in com.luciad.format.mbtiles.view.lightspeed
Methods in com.luciad.format.mbtiles.view.lightspeed with parameters of type ALspStyleModifier and TypeMethodDescriptionTLspMBTilesVectorLayerBuilder.bodyStyles(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Sets the body styles for the given paint state.TLspMBTilesVectorLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the label styles for the given paint state. -
Uses of ALspStyle in com.luciad.format.tiled3d.lightspeed
Methods in com.luciad.format.tiled3d.lightspeed with parameters of type ALspStyleModifier and TypeMethodDescriptionTLsp3DTileLayerBuilder.bodyStyles(TLspPaintState aPaintState, ALspStyle... aBodyStyles) -
Uses of ALspStyle in com.luciad.fusion.client.view.lightspeed
Methods in com.luciad.fusion.client.view.lightspeed with parameters of type ALspStyleModifier and TypeMethodDescriptionTLspFusionVectorLayerBuilder.bodyStyles(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Deprecated.Sets the given body styles for the given paint state.TLspFusionVectorLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated.Sets the given label styles for the given paint state. -
Uses of ALspStyle in com.luciad.realtime.lightspeed.plots
Subclasses of ALspStyle in com.luciad.realtime.lightspeed.plotsMethods in com.luciad.realtime.lightspeed.plots with parameters of type ALspStyleModifier and TypeMethodDescriptionDeprecated.TLspPlotLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated. -
Uses of ALspStyle in com.luciad.realtime.lightspeed.radarvideo
Subclasses of ALspStyle in com.luciad.realtime.lightspeed.radarvideoModifier and TypeClassDescriptionfinal classStyle that configures the visualization of aradar video layer.Methods in com.luciad.realtime.lightspeed.radarvideo with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.symbology.app6a.view.lightspeed
Subclasses of ALspStyle in com.luciad.symbology.app6a.view.lightspeedModifier and TypeClassDescriptionclassA style that defines a shape's visualization as specified by the APP6 standard.Methods in com.luciad.symbology.app6a.view.lightspeed with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.symbology.milstd2525b.view.lightspeed
Subclasses of ALspStyle in com.luciad.symbology.milstd2525b.view.lightspeedModifier and TypeClassDescriptionclassA style that defines a shape's visualization as specified by the MS2525 standard.Methods in com.luciad.symbology.milstd2525b.view.lightspeed with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.tea.lightspeed.hypsometry
Subclasses of ALspStyle in com.luciad.tea.lightspeed.hypsometryModifier and TypeClassDescriptionclassStyle for elevation data shaded based on a hypsometric computation.Methods in com.luciad.tea.lightspeed.hypsometry with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.tea.lightspeed.los.view
Subclasses of ALspStyle in com.luciad.tea.lightspeed.los.viewMethods in com.luciad.tea.lightspeed.los.view with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ALspStyleModifier and TypeMethodDescriptionvoidTLspEditHandleStyler.setStyles(TLspHandleGeometryType aType, ALspStyle... aStyles) Assigns a set of styles to the given component type.Method parameters in com.luciad.view.lightspeed.controller.manipulation with type arguments of type ALspStyleModifier and TypeMethodDescriptionvoidTLspEditHandleStyler.setStyles(TLspHandleGeometryType aType, List<ALspStyle> aStyles) Assigns a set of styles to the given component type. -
Uses of ALspStyle in com.luciad.view.lightspeed.controller.ruler
Subclasses of ALspStyle in com.luciad.view.lightspeed.controller.rulerModifier and TypeClassDescriptionclassA simple extension ofALspLabelTextProviderStyle.classAn extension ofTLspRulerDistanceFormatStylethat adds support for displaying the azimuth of a segment (if available).Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.view.lightspeed.editor.snapping
Method parameters in com.luciad.view.lightspeed.editor.snapping with type arguments of type ALspStyleModifier and TypeMethodDescriptionvoidTLspSnapperStyler.setStyles(TLspSnapperGeometryType aType, List<ALspStyle> aStyles) Assigns a set of styles to the given component type. -
Uses of ALspStyle in com.luciad.view.lightspeed.geometry.discretization
Methods in com.luciad.view.lightspeed.geometry.discretization that return types with arguments of type ALspStyleModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.getStyles()Returns the styles associated with the shape being discretized.Method parameters in com.luciad.view.lightspeed.geometry.discretization with type arguments of type ALspStyleModifier and TypeMethodDescriptionSets the styles of theTLspShapeDiscretizationParametersto build. -
Uses of ALspStyle in com.luciad.view.lightspeed.layer.density
Methods in com.luciad.view.lightspeed.layer.density with parameters of type ALspStyleModifier and TypeMethodDescriptionTLspDensityLayerBuilder.bodyStyles(ALspStyle... aBodyStyles) Deprecated.Sets the given body styles.TLspDensityLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated.Sets the given label styles for the given paint state. -
Uses of ALspStyle in com.luciad.view.lightspeed.layer.imageprojection
Subclasses of ALspStyle in com.luciad.view.lightspeed.layer.imageprojectionMethods in com.luciad.view.lightspeed.layer.imageprojection with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.view.lightspeed.layer.plots
Methods in com.luciad.view.lightspeed.layer.plots with parameters of type ALspStyleModifier and TypeMethodDescriptionTLspPlotLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the given label styles for the given paint state. -
Uses of ALspStyle in com.luciad.view.lightspeed.layer.shape
Methods in com.luciad.view.lightspeed.layer.shape with parameters of type ALspStyleModifier and TypeMethodDescriptionTLspShapeLayerBuilder.bodyStyles(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Sets the given body styles for the given paint state.TLspShapeLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the given label styles for the given paint state. -
Uses of ALspStyle in com.luciad.view.lightspeed.painter.grid
Methods in com.luciad.view.lightspeed.painter.grid with parameters of type ALspStyleModifier and TypeMethodDescriptionvoidTLspLonLatGridStyler.setDefaultStyles(ALspStyle... aStyles) Override styles for the default category.voidTLspLonLatGridStyler.setStyles(ILspLonLatGridLine.Category aCategory, double aDegrees, ALspStyle... aStyles) Override styles for the given grid line.voidTLspLonLatGridStyler.setStyles(ILspLonLatGridLine.Category aCategory, ALspStyle... aStyles) Override styles for a certain category.This method specifies the styles to use for the current georef level/interval combination.This method specifies the styles to use for the current spacing/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid with type arguments of type ALspStyleModifier and TypeMethodDescriptionTLspGeorefGridStyle.Builder.styles(Collection<ALspStyle> aStyles) This method specifies the styles to use for the current georef level/interval combination.TLspXYGridStyle.Builder.styles(Collection<ALspStyle> aStyles) This method specifies the styles to use for the current spacing/interval combination. -
Uses of ALspStyle in com.luciad.view.lightspeed.painter.grid.cgrs
Methods in com.luciad.view.lightspeed.painter.grid.cgrs with parameters of type ALspStyleModifier and TypeMethodDescriptionThis method specifies the styles to use for the current CGRS level/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid.cgrs with type arguments of type ALspStyleModifier and TypeMethodDescriptionTLspCGRSGridStyle.Builder.styles(Collection<ALspStyle> aStyles) This method specifies the styles to use for the current CGRS level/interval combination. -
Uses of ALspStyle in com.luciad.view.lightspeed.painter.grid.gars
Methods in com.luciad.view.lightspeed.painter.grid.gars with parameters of type ALspStyleModifier and TypeMethodDescriptionThis method specifies the styles to use for the current GARS level/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid.gars with type arguments of type ALspStyleModifier and TypeMethodDescriptionTLspGARSGridStyle.Builder.styles(Collection<ALspStyle> aStyles) This method specifies the styles to use for the current GARS level/interval combination. -
Uses of ALspStyle in com.luciad.view.lightspeed.painter.grid.mgrs
Methods in com.luciad.view.lightspeed.painter.grid.mgrs with parameters of type ALspStyleModifier and TypeMethodDescriptionThis method specifies the styles to use for the current MGRS type/level/interval combination.Method parameters in com.luciad.view.lightspeed.painter.grid.mgrs with type arguments of type ALspStyleModifier and TypeMethodDescriptionTLspMGRSGridStyle.Builder.styles(Collection<ALspStyle> aStyles) This method specifies the styles to use for the current MGRS type/level/interval combination. -
Uses of ALspStyle in com.luciad.view.lightspeed.painter.label.style
Subclasses of ALspStyle in com.luciad.view.lightspeed.painter.label.styleModifier and TypeClassDescriptionclassThis style provides a method to retrieve the text to use for a label.classImplementation ofALspLabelTextProviderStylethat retrieves the label content through theILcdDataObjectinterface.Methods in com.luciad.view.lightspeed.painter.label.style that return ALspStyleModifier and TypeMethodDescriptionprotected ALspStyleALspSwingLabelStyler.getComponentStyle(Object aObject, Object aSublabelId, TLspContext aContext) Returns the style that contains the representation of the component for the given domain object and sublabel id.Methods in com.luciad.view.lightspeed.painter.label.style with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.view.lightspeed.style
Subclasses of ALspStyle in com.luciad.view.lightspeed.styleModifier and TypeClassDescriptionclassA style which describes density plots.classAnALspDensityStylewhich allows variable width (in pixels or world reference size) and hardness.class3D Icon style for styling points with 3D icons in 2D and 3D views.final class3D Mesh style to styleILcd3DMeshinstances in 2D and 3D views.classStyle that can be used to apply complex strokes to a shape's outline.classA style which describes density plots painted as polygons.classA style which describes density plots painted as lines.classA style which describes density plots painted as points.classStyle that defines a shape's fill.classStyle used to style a point as a flat icon (also known as a point sprite).classIndex color model style.classStyle used to draw a box around labels: frame and background color.classStyle that can be used to modify the opacity and modulation color of a label.classStyle that defines a shape's outline as a line with a width in pixels (i.e., the line appears equally wide at a large or small scale).final classStyle used to styleILcdPolygon.final classStyle used to style points as a flat icon (also known as a point sprite).final classStyle used to styleILcdPolyline.classStyle used to visualize multi-dimensional (parameterized) raster data as a flat icon (also known as a point sprite).classStyle that defines a pin from an object's anchor point to its label.classThis style represents a set of properties for point objects that can be controlled throughexpressions.final classThis style presents a set of properties for the visualization of point cloud data.classStyle for rasters.classDeprecated.TLspComplexStrokedLineStyleoffers more flexibility when defining stroked line patterns, as well as improved performance.classText style used to style text, labels, etc.classStyle that defines a line perpendicular to the earth surface, to a point.classThis style describes by how much an element may be displaced from its natural position.classStyle that defines a shape's outline as a line with a width in meters.Methods in com.luciad.view.lightspeed.style that return ALspStyleModifier and TypeMethodDescriptionabstract ALspStyleALspStyle.Builder.build()Builds the style with the set parameters.Methods in com.luciad.view.lightspeed.style with parameters of type ALspStyleModifier and TypeMethodDescriptionabstract BSets all parameters on the builder based on the given style.Sets all builder parameters to the properties of the provided style.Sets all builder parameters to the properties of the provided style.Sets all builder parameters to the properties of the provided style.Sets this builder's properties to the given style's properties.Copies all properties from the given style.Sets all builder parameters to the properties of the provided style.Sets all builder parameters to the properties of the provided style.Copies all properties from the given style.Copies all properties from the given style.Deprecated.use the method with theTLcdMapScaleto avoid confusionTLspScaleBasedStylerBuilder.styles(TLcdMapScale aMinScale, TLcdMapScale aMaxScale, ALspStyle... aStyles) Adds styles for the specified scale range.Sets the styles to be wrapped by the selection styler. -
Uses of ALspStyle in com.luciad.view.lightspeed.style.imagefilter
Subclasses of ALspStyle in com.luciad.view.lightspeed.style.imagefilterModifier and TypeClassDescriptionclassA color lookup table filter style.classImage processing style to apply image operators to a raster layer.Methods in com.luciad.view.lightspeed.style.imagefilter with parameters of type ALspStyle -
Uses of ALspStyle in com.luciad.view.lightspeed.style.styler
Methods in com.luciad.view.lightspeed.style.styler that return ALspStyleModifier and TypeMethodDescriptionTLspCustomizableStyle.getStyle()Returns the style contained in this containerMethods in com.luciad.view.lightspeed.style.styler that return types with arguments of type ALspStyleModifier and TypeMethodDescriptionTLspStyleChangeEvent.getAffectedStyles()Returns a collection of styles which are no longer in use.TLspEditableStyler.getDefaultStyle()Returns the default style that is used for objects which have not been assigned a specific style usingsetStyle(...).ALspLabelStyleCollectorWrapper.getStyles()ALspStyleCollector.getStyles()Returns the styles that have been specified for the current set of objects.ALspStyleCollectorWrapper.getStyles()TLspStyler.getStyles()Returns all styles that are in use.Methods in com.luciad.view.lightspeed.style.styler with parameters of type ALspStyleModifier and TypeMethodDescriptionvoidTLspStyler.addStyles(ALspStyleTargetProvider aStyleTargetProvider, ALspStyle... aStyles) Adds the given style target provider and a corresponding list of styles to this composite style.voidSet the new style for this container.voidSpecifies a list of styles to be applied to all objects.voidReplace all currently set styles withaStyles.Applies the style to the specified labels.final ALspLabelStyleCollectorApplies the style to the specified labels.Applies the given style to the specified objects.final ALspStyleCollectorApplies the given style to the specified objects.Applies the given list of styles to the specified labels.final ALspLabelStyleCollectorApplies the given list of styles to the specified labels.Applies the given list of styles to the specified objects.final ALspStyleCollectorApplies the given list of styles to the specified objects.Specifies a list of styles to be applied to all objects.Method parameters in com.luciad.view.lightspeed.style.styler with type arguments of type ALspStyleModifier and TypeMethodDescriptionvoidTLspStyler.addStyles(ALspStyleTargetProvider aStyleTargetProvider, List<? extends ALspStyle> aStyles) Adds the given style target provider and a corresponding list of styles to this composite style.voidTLspEditableStyler.setDefaultStyle(List<? extends ALspStyle> aDefaultStyle) Sets the default style that is used for objects which have not been assigned a specific style usingTLspEditableStyler.setStyle(com.luciad.model.ILcdModel, Object, java.util.List).voidAssigns the given style to the given object.voidReplace all currently set styles withaStyles.Applies the given list of styles to the specified labels.Applies the given list of styles to the specified objects.Constructors in com.luciad.view.lightspeed.style.styler with parameters of type ALspStyleModifierConstructorDescriptionTLspCustomizableStyle(ALspStyle aStyle, boolean aEnabled) Create a new, namelessTLspCustomizableStyleforaStyleTLspCustomizableStyle(ALspStyle aStyle, boolean aEnabled, String aIdentifier, String aDisplayName) Create a new, namedTLspCustomizableStyleforaStyleTLspCustomizableStyler(ALspStyle... aStyles) Create anILspStylerwhich will set all instances inaStylesas style to every object passed in its ILspStyler#style method.TLspStyler(ALspStyle... aStyles) Creates a styler that will apply the given styles to all objects.TLspStyler(ALspStyleTargetProvider aStyleTargetProvider, ALspStyle... aStyles) Creates a styler that will apply the given style target provider and list of styles to all objects.Constructor parameters in com.luciad.view.lightspeed.style.styler with type arguments of type ALspStyleModifierConstructorDescriptionTLspEditableStyler(List<? extends ALspStyle> aDefaultStyle) Creates a new, empty styler with the given default style.TLspStyler(ALspStyleTargetProvider aStyleTargetProvider, List<? extends ALspStyle> aStyles) Creates a styler that will apply the given style target provider and list of styles to all objects.TLspStyler(List<? extends ALspStyle> aStyles) Creates a styler that will apply the given styles to all objects.TLspStyler(Map<? extends ALspStyleTargetProvider, List<? extends ALspStyle>> aStyles) Creates a composite styler that will apply the given styles and style target providers to all objects.
TLspPlotStyleinstead.