Uses of Enum Class
com.luciad.view.lightspeed.TLspPaintPhase.PaintDraping
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspPaintPhase.PaintDraping in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionTLspPaintPass.getPaintDraping()
TLspPaintPhase.getPaintDraping()
Defines which objects need to be drawn based on the fact whether terrain or not is required.static TLspPaintPhase.PaintDraping
Returns 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.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.