Uses of Class
com.luciad.view.lightspeed.services.effects.ALspGraphicsEffect
Packages that use 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
Methods in com.luciad.lucy.map.lightspeed that return ALspGraphicsEffectModifier and TypeMethodDescriptionTLcyLspMapComponentFactory.createGraphicsEffect(int aID, ALcyProperties aProperties) Creates the graphics effects for the given id.Methods in com.luciad.lucy.map.lightspeed that return types with arguments of type ALspGraphicsEffectModifier and TypeMethodDescriptionTLcyLspMapComponentFactory.getGraphicsEffects()Returns the list of created graphics effects -
Uses of ALspGraphicsEffect in com.luciad.view.lightspeed.services.effects
Subclasses of ALspGraphicsEffect in com.luciad.view.lightspeed.services.effectsModifier and TypeClassDescriptionclassBase class for directional light sources.classBase class for light sources.classDefines ambient light, a light of fixed intensity which affects all objects equally.classGraphics effect which adds a sky/atmosphere background to a 3D view.classA directional light with a user-specified direction vector.classGraphics effect which enables fog in a 3D view.classA directional light source which automatically follows the orientation of the viewer.Methods in com.luciad.view.lightspeed.services.effects with type parameters of type ALspGraphicsEffectModifier and TypeMethodDescription<T extends ALspGraphicsEffect>
Collection<T> TLspGraphicsEffects.getEffectsByType(Class<T> aClass) Returns the subset of effects which extend from the given class.Methods in com.luciad.view.lightspeed.services.effects that return types with arguments of type ALspGraphicsEffectMethods in com.luciad.view.lightspeed.services.effects with parameters of type ALspGraphicsEffectMethod parameters in com.luciad.view.lightspeed.services.effects with type arguments of type ALspGraphicsEffectModifier and TypeMethodDescriptionbooleanTLspGraphicsEffects.addAll(Collection<? extends ALspGraphicsEffect> aCollection) voidTLspGraphicsEffects.addCollectionListener(ILcdCollectionListener<ALspGraphicsEffect> aCollectionListener) voidTLspGraphicsEffects.removeCollectionListener(ILcdCollectionListener<ALspGraphicsEffect> aCollectionListener)