Class GraphicsEffects

java.lang.Object
com.luciad.maps.effects.GraphicsEffects
All Implemented Interfaces:
AutoCloseable

public final class GraphicsEffects extends Object implements 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 Link icon

    • finalize Link icon

      protected void finalize()
      Overrides:
      finalize in class Object
    • close Link icon

      public void close()
      Specified by:
      close in interface AutoCloseable
    • getEyeDomeLighting Link icon

      @NotNull public EyeDomeLightingEffect 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 Link icon

      @NotNull public AmbientOcclusionEffect 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 Link icon

      @NotNull public AtmosphereEffect 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