Uses of Enum Class
com.luciad.realtime.lightspeed.radarvideo.TLspRadarVideoStyle.AntialiasingHint
Packages that use 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
Methods in com.luciad.realtime.lightspeed.radarvideo that return TLspRadarVideoStyle.AntialiasingHintModifier 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.Methods in com.luciad.realtime.lightspeed.radarvideo with parameters of type TLspRadarVideoStyle.AntialiasingHintModifier and TypeMethodDescriptionTLspRadarVideoStyle.Builder.antialiasingHint
(TLspRadarVideoStyle.AntialiasingHint aAntialiasingHint) Sets the amount of antialiasing applied to the radar video feed.