Uses of Class
com.luciad.view.lightspeed.services.effects.ALspGraphicsEffect
Package
Description
Contains a broad range of classes related to the visual representation of a map.
Support for various global graphics effects in an
ILspView
.-
Uses of ALspGraphicsEffect in com.luciad.lucy.map.lightspeed
Modifier and TypeMethodDescriptionTLcyLspMapComponentFactory.createGraphicsEffect
(int aID, ALcyProperties aProperties) Creates the graphics effects for the given id.Modifier and TypeMethodDescriptionTLcyLspMapComponentFactory.getGraphicsEffects()
Returns the list of created graphics effects -
Uses of ALspGraphicsEffect in com.luciad.view.lightspeed.services.effects
Modifier and TypeClassDescriptionclass
Base class for directional light sources.class
Base class for light sources.class
Defines ambient light, a light of fixed intensity which affects all objects equally.class
Graphics effect which adds a sky/atmosphere background to a 3D view.class
A directional light with a user-specified direction vector.class
Graphics effect which enables fog in a 3D view.class
A directional light source which automatically follows the orientation of the viewer.Modifier and TypeMethodDescription<T extends ALspGraphicsEffect>
Collection<T> TLspGraphicsEffects.getEffectsByType
(Class<T> aClass) Returns the subset of effects which extend from the given class.Modifier and TypeMethodDescriptionboolean
TLspGraphicsEffects.addAll
(Collection<? extends ALspGraphicsEffect> aCollection) void
TLspGraphicsEffects.addCollectionListener
(ILcdCollectionListener<ALspGraphicsEffect> aCollectionListener) void
TLspGraphicsEffects.removeCollectionListener
(ILcdCollectionListener<ALspGraphicsEffect> aCollectionListener)