Uses of Enum Class
com.luciad.view.lightspeed.style.TLspIconStyle.ScalingMode
-
Uses of TLspIconStyle.ScalingMode in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionTLspIconStyle.getScalingMode()
Returns the scaling mode of this style.TLspParameterizedIconStyle.getScalingMode()
Returns the scaling mode of this style.static TLspIconStyle.ScalingMode
Returns the enum constant of this class with the specified name.static TLspIconStyle.ScalingMode[]
TLspIconStyle.ScalingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspIconStyle.Builder.scalingMode
(TLspIconStyle.ScalingMode aScalingMode) Sets the scaling mode of the icons.TLspParameterizedIconStyle.Builder.scalingMode
(TLspIconStyle.ScalingMode aScalingMode) Sets the scaling mode of the icons.