Uses of Enum Class
com.luciad.view.lightspeed.style.ILspEffectsHintStyle.EffectsHint
Packages that use ILspEffectsHintStyle.EffectsHint
Package
Description
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Provides a generic model for styles.
-
Uses of ILspEffectsHintStyle.EffectsHint in com.luciad.tea.lightspeed.los.view
Methods in com.luciad.tea.lightspeed.los.view that return types with arguments of type ILspEffectsHintStyle.EffectsHintMethods in com.luciad.tea.lightspeed.los.view with parameters of type ILspEffectsHintStyle.EffectsHintModifier and TypeMethodDescriptionTLspLOSCoverageStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) -
Uses of ILspEffectsHintStyle.EffectsHint in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return ILspEffectsHintStyle.EffectsHintModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ILspEffectsHintStyle.EffectsHint[]ILspEffectsHintStyle.EffectsHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.lightspeed.style that return types with arguments of type ILspEffectsHintStyle.EffectsHintModifier and TypeMethodDescriptionILspEffectsHintStyle.getEffectsHints()Returns the effects hints specified for this style.TLsp3DIconStyle.getEffectsHints()TLsp3DMeshStyle.getEffectsHints()TLspFillStyle.getEffectsHints()TLspIconStyle.getEffectsHints()TLspLineStyle.getEffectsHints()TLspParameterizedIconStyle.getEffectsHints()TLspParameterizedLineStyle.getEffectsHints()TLspRasterStyle.getEffectsHints()Methods in com.luciad.view.lightspeed.style with parameters of type ILspEffectsHintStyle.EffectsHintModifier and TypeMethodDescriptionILspEffectsHintStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) Specifies the effects hints to be added to the style.TLsp3DIconStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLsp3DMeshStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLspFillStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLspIconStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLspLineStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLspParameterizedIconStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLspParameterizedLineStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints) TLspRasterStyle.Builder.effectsHints(ILspEffectsHintStyle.EffectsHint... aEffectsHints)