Package com.luciad.maps.effects
Class GraphicsEffects
java.lang.Object
com.luciad.maps.effects.GraphicsEffects
- All Implemented Interfaces:
AutoCloseable
This class contains the graphics effects that can be applied to a map.
You cannot create a GraphicsEffects
. Instead, you can retrieve it from Map#getEffects
and assign properties.
Available effects are:
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getEyeDomeLighting
Returns the Eye-dome lighting effect that is used.Note that Eye-dome lighting is only applied in 3D views.
- Returns:
- the Eye-dome lighting effect that is used.
-
getAmbientOcclusion
Returns the Eye-dome lighting effect that is used.Note that Eye-dome lighting is only applied in 3D views.
- Returns:
- the Eye-dome lighting effect that is used.
-
getAtmosphere
Returns the atmosphere effect that is used.Note that the Atmosphere is only applied in 3D views.
- Returns:
- the atmosphere effect that is used.
- Since:
- 2023.1, 2023.1
-