Uses of Interface
com.luciad.view.lightspeed.painter.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
Modifier and TypeClassDescriptionclass
A painter for georeferenced OpenFlight scenes. -
Uses of ILspPainter in com.luciad.fusion.client.view.lightspeed
Modifier 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
Modifier and TypeClassDescriptionclass
A painter that paintsILcdLOSCoverageMatrix
instances, which is the result ofLOS calculations
. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionILspInteractivePaintableLayer.getPainter
(TLspPaintRepresentation aPaintRepresentation) Returns the painter currently associated with the specified paint representation, ornull
if no painter is associated.TLspLayer.getPainter
(TLspPaintRepresentation aPaintRepresentation) Modifier and TypeMethodDescriptionTLspLayer.getPainters()
Returns all painters currently registered on this layer.Modifier and TypeMethodDescriptionvoid
TLspLayer.setPainter
(TLspPaintRepresentation aPaintRepresentation, ILspPainter aPainter) Sets the painter for a paint representation. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer.density
Modifier 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
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.getPainter
(TLspPaintRepresentation aPaintRepresentation) Deprecated. -
Uses of ILspPainter in com.luciad.view.lightspeed.layer.shape
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Interface for painters that support the use and editing of anILspStyler
. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.density
Modifier and TypeClassDescriptionclass
Deprecated.TheTLspShapePainter
can handle density styles. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.label
Modifier and TypeInterfaceDescriptioninterface
ThisILspPainter
paints and locates a label for an object in a view.Modifier and TypeClassDescriptionclass
A label painter that draws a screen-aligned images for domain objects. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.label.location
Modifier and TypeInterfaceDescriptioninterface
This label painter adds support forTLspPathLabelLocation
s.interface
ILspLabelPainter
extension that adds support forALspStampLabelLocation
s. -
Uses of ILspPainter in com.luciad.view.lightspeed.painter.mesh
-
Uses of ILspPainter in com.luciad.view.lightspeed.painter.shape
Modifier and TypeClassDescriptionclass
Painter that supports vector based objects and geo-referenced meshes. -
Uses of ILspPainter in com.luciad.wms.client.lightspeed.tiled
Modifier and TypeClassDescriptionclass
Painter for visualizingALcdWMSProxy
objects 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.