Uses of Enum Class
com.luciad.realtime.lightspeed.radarvideo.TLspRadarVideoStyle.AntialiasingHint
Package
Description
Provides support for the visualization of radar feeds, for instance from
ASTERIX category 240 data.
-
Uses of TLspRadarVideoStyle.AntialiasingHint in com.luciad.realtime.lightspeed.radarvideo
Modifier and TypeMethodDescriptionTLspRadarVideoStyle.getAntialiasingHint()
Returns the amount of antialiasing to be applied to the radar video feed.Returns the enum constant of this class with the specified name.static TLspRadarVideoStyle.AntialiasingHint[]
TLspRadarVideoStyle.AntialiasingHint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspRadarVideoStyle.Builder.antialiasingHint
(TLspRadarVideoStyle.AntialiasingHint aAntialiasingHint) Sets the amount of antialiasing applied to the radar video feed.