Uses of Class
com.luciad.view.lightspeed.TLspPaintPhase
Packages that use 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
Methods in com.luciad.view.lightspeed that return TLspPaintPhaseModifier and TypeMethodDescriptionstatic TLspPaintPhaseTLspPaintPhase.getInstance(TLspPaintPhase.PaintOpacity aPaintOpacity, TLspPaintPhase.PaintDraping aPaintDraping) Returns a TLspPaintPhase combining the passed Paint Opacity and Paint Draping.static TLspPaintPhaseTLspPaintPhase.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.Methods in com.luciad.view.lightspeed with parameters of type TLspPaintPhaseModifier and TypeMethodDescriptionstatic TLspPaintPassTLspPaintPass.getInstance(TLspPaintPhase aPaintPhase, TLspPaintRepresentationState aPaintRepresentationState) Retrieves a paint pass that combines the given paint phase and paint representation state.voidALspViewAdapter.postPaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) voidILspViewListener.postPaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) Called after the view's layers are painted for the given paint phase.voidALspViewAdapter.prePaintPhase(ILspView aView, ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase) voidILspViewListener.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
Methods in com.luciad.view.lightspeed.controller with parameters of type TLspPaintPhaseModifier 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 TLspPaintProgressALspController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) The specific implementation ofpaintfor this controller. -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type TLspPaintPhaseModifier and TypeMethodDescriptionTLspCreateController.paint(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressTLspInteractiveLabelsController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type TLspPaintPhaseModifier and TypeMethodDescriptionTLspRulerController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.selection
Methods in com.luciad.view.lightspeed.controller.selection with parameters of type TLspPaintPhaseModifier and TypeMethodDescriptionprotected TLspPaintProgressTLspSelectController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch with parameters of type TLspPaintPhaseModifier and TypeMethodDescriptionTLspTouchSelectEditController.paint(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressALspTouchController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) protected TLspPaintProgressTLspTouchAndHoldActionController.paintImpl(ILcdGLDrawable aGLDrawable, ILspView aView, TLspPaintPhase aPaintPhase) -
Uses of TLspPaintPhase in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer with parameters of type TLspPaintPhaseModifier 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
Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type TLspPaintPhaseModifier and TypeMethodDescriptionTLspGXYLayerAdapter.paint(ILcdGLDrawable aGLDrawable, TLspPaintPhase aPhase, TLspPaintRepresentationState aPaintRepresentationState, ILspView aView) Deprecated.