Package com.luciad.view.lightspeed.style
Interface ILspEffectsHintStyle
- All Known Implementing Classes:
TLsp3DIconStyle
,TLsp3DMeshStyle
,TLspFillStyle
,TLspIconStyle
,TLspLineStyle
,TLspLOSCoverageStyle
,TLspParameterizedIconStyle
,TLspParameterizedLineStyle
,TLspPinLineStyle
,TLspRasterStyle
public interface ILspEffectsHintStyle
Interface for styles that include hints regarding the use of
ALspGraphicsEffect.
Styles that implement this interface make it possible to selectively disable
the application of lighting and fog for certain objects.
Styles that implement this interface should may also provide a compliant
ILspEffectsHintStyle.Builder
.- Since:
- 2013.0
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Interface for builders ofILspEffectsHintStyle
.static enum
Defines hints regarding the application of graphics effects to certain objects. -
Method Summary
Modifier and TypeMethodDescriptionReturns the effects hints specified for this style.
-
Method Details
-
getEffectsHints
Collection<ILspEffectsHintStyle.EffectsHint> getEffectsHints()Returns the effects hints specified for this style.- Returns:
- the effects hints specified for this style
-