Uses of Enum Class
com.luciad.view.lightspeed.TLspPaintPhase.PaintDraping
Packages that use TLspPaintPhase.PaintDraping
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspPaintPhase.PaintDraping in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return TLspPaintPhase.PaintDrapingModifier and TypeMethodDescriptionTLspPaintPass.getPaintDraping()TLspPaintPhase.getPaintDraping()Defines which objects need to be drawn based on the fact whether terrain or not is required.static TLspPaintPhase.PaintDrapingReturns the enum constant of this class with the specified name.static TLspPaintPhase.PaintDraping[]TLspPaintPhase.PaintDraping.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed with parameters of type TLspPaintPhase.PaintDrapingModifier 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.