Uses of Interface
com.luciad.view.lightspeed.painter.ILspPainter
Packages that use ILspPainter
Package
Description
Painters for OpenFlight models.
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides layering support for
ILspView.Provides layering support for density layers.
Provides support for visualizing
ILcdGXYLayer instances in an
ILspView.Provides layering support for vector layers.
Painter interfaces and implementations for visualizing objects in an
ILspView.Provides support for the visualization of density plots.
Provides support for painting labels for objects.
Defines label locations used by label painters.
Provides a painting support for 3D meshes.
Provides support for painting of vector shapes.
This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of ILspPainter in com.luciad.format.object3d.openflight.lightspeed
Classes in com.luciad.format.object3d.openflight.lightspeed that implement ILspPainterModifier and TypeClassDescriptionclassA painter for georeferenced OpenFlight scenes. -
Uses of ILspPainter in com.luciad.fusion.client.view.lightspeed
Methods in com.luciad.fusion.client.view.lightspeed with parameters of type ILspPainterModifier and TypeMethodDescriptionTLspFusionVectorLayerBuilder.bodyPainter(ILspPainter aPainter) Deprecated.TLspFusionVectorLayerBuilder.labelPainter(ILspPainter aPainter) Deprecated.Customizing the label painter should be done by using theTLspFusionVectorLayerBuilder.labelStyler(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.styler.ILspStyler)orTLspFusionVectorLayerBuilder.labelStyles(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.ALspStyle...)method. -
Uses of ILspPainter in com.luciad.tea.lightspeed.los.view
Classes in com.luciad.tea.lightspeed.los.view that implement ILspPainterModifier and TypeClassDescriptionclassA painter that paintsILcdLOSCoverageMatrixinstances, which is the result ofLOS calculations. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return ILspPainterModifier and TypeMethodDescriptionILspInteractivePaintableLayer.getPainter(TLspPaintRepresentation aPaintRepresentation) Returns the painter currently associated with the specified paint representation, ornullif no painter is associated.TLspLayer.getPainter(TLspPaintRepresentation aPaintRepresentation) Methods in com.luciad.view.lightspeed.layer that return types with arguments of type ILspPainterModifier and TypeMethodDescriptionTLspLayer.getPainters()Returns all painters currently registered on this layer.Methods in com.luciad.view.lightspeed.layer with parameters of type ILspPainterModifier and TypeMethodDescriptionvoidTLspLayer.setPainter(TLspPaintRepresentation aPaintRepresentation, ILspPainter aPainter) Sets the painter for a paint representation. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer.density
Methods in com.luciad.view.lightspeed.layer.density with parameters of type ILspPainterModifier and TypeMethodDescriptionTLspDensityLayerBuilder.labelPainter(ILspPainter aPainter) Deprecated.Allows setting a custom label painter on the layer. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy that return ILspPainterModifier and TypeMethodDescriptionTLspGXYLayerAdapter.getPainter(TLspPaintRepresentation aPaintRepresentation) Deprecated. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer.shape
Methods in com.luciad.view.lightspeed.layer.shape with parameters of type ILspPainterModifier and TypeMethodDescriptionTLspShapeLayerBuilder.bodyPainter(ILspPainter aPainter) Allows setting a custom body painter on the layer.TLspShapeLayerBuilder.labelPainter(ILspPainter aPainter) Allows setting a custom label painter on the layer. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter
Subinterfaces of ILspPainter in com.luciad.view.lightspeed.painterModifier and TypeInterfaceDescriptioninterfaceInterface for painters that support the use and editing of anILspStyler. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.density
Classes in com.luciad.view.lightspeed.painter.density that implement ILspPainterModifier and TypeClassDescriptionclassDeprecated.TheTLspShapePaintercan handle density styles. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.label
Subinterfaces of ILspPainter in com.luciad.view.lightspeed.painter.labelModifier and TypeInterfaceDescriptioninterfaceThisILspPainterpaints and locates a label for an object in a view.Classes in com.luciad.view.lightspeed.painter.label that implement ILspPainterModifier and TypeClassDescriptionclassA label painter that draws a screen-aligned images for domain objects. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.label.location
Subinterfaces of ILspPainter in com.luciad.view.lightspeed.painter.label.locationModifier and TypeInterfaceDescriptioninterfaceThis label painter adds support forTLspPathLabelLocations.interfaceILspLabelPainterextension that adds support forALspStampLabelLocations. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.mesh
Classes in com.luciad.view.lightspeed.painter.mesh that implement ILspPainter -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.shape
Classes in com.luciad.view.lightspeed.painter.shape that implement ILspPainterModifier and TypeClassDescriptionclassPainter that supports vector based objects and geo-referenced meshes. -
Uses of ILspPainter in com.luciad.wms.client.lightspeed.tiled
Classes in com.luciad.wms.client.lightspeed.tiled that implement ILspPainterModifier and TypeClassDescriptionclassPainter for visualizingALcdWMSProxyobjects in a Lightspeed view.
TLspFusionVectorLayerBuilder.bodyStyler(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.styler.ILspStyler)orTLspFusionVectorLayerBuilder.bodyStyles(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.ALspStyle...)method.