Uses of Enum Class
com.luciad.view.lightspeed.style.TLspPointCloudStyle.ScalingMode
Packages that use TLspPointCloudStyle.ScalingMode
-
Uses of TLspPointCloudStyle.ScalingMode in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return TLspPointCloudStyle.ScalingModeModifier and TypeMethodDescriptionTLspPointCloudStyle.getScalingMode()
Returns the scaling mode of this style.Returns the enum constant of this class with the specified name.static TLspPointCloudStyle.ScalingMode[]
TLspPointCloudStyle.ScalingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.style with parameters of type TLspPointCloudStyle.ScalingModeModifier and TypeMethodDescriptionTLspPointCloudStyle.Builder.scalingMode
(TLspPointCloudStyle.ScalingMode aScalingMode) Sets the scaling mode of the icons.