Interface IImageLayer

All Superinterfaces:
ICustomPropertyProvider, ILayer
All Known Implementing Classes:
ImageLayer

public interface IImageLayer extends ICustomPropertyProvider, ILayer
  • Method Details

    • getImage

      IMapImage getImage()
      Gets the image.
      Returns:
      the image
    • getTransparentColor

      Color getTransparentColor()
      Gets the transparent color.
      Returns:
      the transparent color
    • repeatHorizontally

      boolean repeatHorizontally()
      Gets a value indicating whether the image should be rendered repeatedly horizontally.
      Returns:
      True if the image should be repeated horizontally; Otherwise false.
    • repeatVertically

      boolean repeatVertically()
      Gets a value indicating whether the image should be rendered repeatedly vertically.
      Returns:
      True if the image should be repeated vertically; Otherwise false.