Uses of Enum Class
com.luciad.view.lightspeed.style.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
Modifier and TypeMethodDescriptionTLspLOSCoverageStyle.Builder.effectsHints
(ILspEffectsHintStyle.EffectsHint... aEffectsHints) -
Uses of ILspEffectsHintStyle.EffectsHint in com.luciad.view.lightspeed.style
Modifier 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.Modifier 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()
Modifier 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)