Interface TileSource.HasOpaque

All Known Subinterfaces:
TileSource.HasTileSourceOptions
All Known Implementing Classes:
NoOpOsmSource, NoOpXyzSource, OsmSource, XyzSource
Enclosing class:
TileSource

public static interface TileSource.HasOpaque
Interface to be implemented by sources that should provide tile opaque management.

For more details see: TileSource docs

  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Sets whether the layer is opaque.
  • Method Details

    • getOpaque

      Boolean getOpaque()
      Returns:
      whether the layer is opaque or null if not set
    • setOpaque

      void setOpaque(Boolean opaque)
      Sets whether the layer is opaque. The default value is false.

      Note, opaque attribute is set only at creation time and cannot be changed at runtime.

      For more details see: TileSource docs

      Parameters:
      opaque - opaque option