Uses of Class
com.luciad.view.lightspeed.TLspPaintPass
Package
Description
Painters for OpenFlight models.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides support for OpenGL-based 2D and 3D visualization of data.
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.
Provides a painting support for 3D meshes.
Provides support for painting of vector shapes.
Provides a generic model for styles.
This package contains a painter that visualizes
ALcdWMSProxy
instances in a Lightspeed view using a tiled approach.-
Uses of TLspPaintPass in com.luciad.format.object3d.openflight.lightspeed
Modifier and TypeMethodDescriptionvoid
TLspOpenFlight3DIcon.paint
(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) TLspOpenFlightPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of TLspPaintPass in com.luciad.tea.lightspeed.los.view
Modifier and TypeMethodDescriptionboolean
TLspLOSCoverageStyle.isCompatible
(TLspPaintPass aPaintPass) TLspLOSCoveragePainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of TLspPaintPass in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionstatic TLspPaintPass
TLspPaintPass.getInstance
(TLspPaintPhase aPaintPhase, TLspPaintRepresentationState aPaintRepresentationState) Retrieves a paint pass that combines the given paint phase and paint representation state. -
Uses of TLspPaintPass in com.luciad.view.lightspeed.painter
Modifier and TypeMethodDescriptionILspPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Paints the specified groups of objects into a view. -
Uses of TLspPaintPass in com.luciad.view.lightspeed.painter.density
Modifier and TypeMethodDescriptionTLspDensityPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Deprecated. -
Uses of TLspPaintPass in com.luciad.view.lightspeed.painter.label
Modifier and TypeMethodDescriptionTLspLabelPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of TLspPaintPass in com.luciad.view.lightspeed.painter.mesh
Modifier and TypeMethodDescriptionvoid
TLsp3DMeshPainter.anchorPointSFCT
(Object aObject, TLspPaintPass aPaintPass, TLspContext aContext, ILcd3DEditablePoint aPointSFCT) Deprecated.void
ILsp3DIcon.paint
(ILspGLState aIconState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable.void
TLspBounds3DIcon.paint
(ILspGLState aGLState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) final void
TLspMesh3DIcon.paint
(ILspGLState aIconTransformationState, ILcdGLDrawable aGLDrawable, TLspPaintPass aPass, TLspContext aContext) Paints the icon to the specified ILcdGLDrawable.TLsp3DMeshPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) Deprecated. -
Uses of TLspPaintPass in com.luciad.view.lightspeed.painter.shape
Modifier and TypeMethodDescriptionTLspShapePainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext) -
Uses of TLspPaintPass in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionboolean
ALspStyle.isCompatible
(TLspPaintPass aPaintPass) Utility method to determine whether the style is compatible with the given paint pass.boolean
TLspParameterizedFillStyle.isCompatible
(TLspPaintPass aPaintPass) boolean
TLspParameterizedLineStyle.isCompatible
(TLspPaintPass aPaintPass) -
Uses of TLspPaintPass in com.luciad.wms.client.lightspeed.tiled
Modifier and TypeMethodDescriptionTLspTiledWMSProxyPainter.paintObjects
(ILcdGLDrawable aGLDrawable, List<TLspPaintGroup> aPaintGroups, TLspPaintPass aPass, TLspContext aContext)