Uses of Class
com.luciad.view.lightspeed.TLspPaintPhase
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
Provides support for handling user interaction on an
ILspView
.Provides controllers for the manipulation of domain objects in a view.
Provides controls for navigation in a Lightspeed view.
This package provides support for measuring distances in a view.
Provides functionality for selection of domain objects in a view.
Provides controller implementations that work with touch input instead of
mouse input.
Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.-
Uses of TLspPaintPhase in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionstatic TLspPaintPhase
TLspPaintPhase.getInstance
(TLspPaintPhase.PaintOpacity aPaintOpacity, TLspPaintPhase.PaintDraping aPaintDraping) Returns a TLspPaintPhase combining the passed Paint Opacity and Paint Draping.static TLspPaintPhase
TLspPaintPhase.getInstance
(TLspPaintPhase.PaintOpacity aPaintOpacity, TLspPaintPhase.PaintDraping aPaintDraping, TLspPaintPhase.PaintStereo aPaintStereo) Returns a TLspPaintPhase combining the passed Paint Opacity and Paint Draping.TLspPaintPass.getPaintPhase()
Gets the paint phase.Modifier and TypeMethodDescriptionstatic TLspPaintPass
TLspPaintPass.getInstance
(TLspPaintPhase aPaintPhase, TLspPaintRepresentationState aPaintRepresentationState) Retrieves a paint pass that combines the given paint phase and paint representation state.void
ALspViewAdapter.postPaintPhase
(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) void
ILspViewListener.postPaintPhase
(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) Called after the view's layers are painted for the given paint phase.void
ALspViewAdapter.prePaintPhase
(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) void
ILspViewListener.prePaintPhase
(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) Called before the view's layers are painted for the given paint phase. -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller
Modifier and TypeMethodDescriptionALspController.paint
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) Paints the visual feedback of this controller.ILspController.paint
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) Paints the visual feedback of this controller.protected TLspPaintProgress
ALspController.paintImpl
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) The specific implementation ofpaint
for this controller. -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionTLspCreateController.paint
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgress
TLspInteractiveLabelsController.paintImpl
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.ruler
Modifier and TypeMethodDescriptionTLspRulerController.paintImpl
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.selection
Modifier and TypeMethodDescriptionprotected TLspPaintProgress
TLspSelectController.paintImpl
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.touch
Modifier and TypeMethodDescriptionTLspTouchSelectEditController.paint
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgress
ALspTouchController.paintImpl
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgress
TLspTouchAndHoldActionController.paintImpl
(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionILspPaintableLayer.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Renders the specified paint representation of this layer into a view.TLspLayer.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionTLspGXYLayerAdapter.paint
(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Deprecated.