Uses of Enum Class
com.luciad.view.lightspeed.TLspPaintPhase.PaintOpacity
Packages that use TLspPaintPhase.PaintOpacity
Package
Description
Provides support for OpenGL-based 2D and 3D visualization of data.
-
Uses of TLspPaintPhase.PaintOpacity in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return TLspPaintPhase.PaintOpacityModifier and TypeMethodDescriptionTLspPaintPass.getPaintOpacity()TLspPaintPhase.getPaintOpacity()Defines which objects need to be drawn based on the object's painting style.static TLspPaintPhase.PaintOpacityReturns the enum constant of this class with the specified name.static TLspPaintPhase.PaintOpacity[]TLspPaintPhase.PaintOpacity.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.PaintOpacityModifier 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.