Uses of Enum Class
com.luciad.realtime.lightspeed.radarvideo.TLspRadarVideoStyle.AfterglowMode
Package
Description
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
-
Uses of TLspRadarVideoStyle.AfterglowMode in com.luciad.realtime.lightspeed.radarvideo
Modifier and TypeMethodDescriptionTLspRadarVideoStyle.getBlipAfterglowMode()
Determines the interpretation of the blip afterglow time.Returns the enum constant of this class with the specified name.static TLspRadarVideoStyle.AfterglowMode[]
TLspRadarVideoStyle.AfterglowMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspRadarVideoStyle.Builder.blipAfterglowMode
(TLspRadarVideoStyle.AfterglowMode aMode) Determines how theafterglow duration
is interpreted.