Interface TileImage


public interface TileImage
Provides information on tile view Image.
Since:
6.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the default image.
    int
    Returns the height of the image slot in pixels (between 10 and 250).
    Returns the dynamic image.
    boolean
    Returns yes if the image is cropped.
  • Method Details

    • getFallbackUrlPattern

      String getFallbackUrlPattern()
      Returns the default image.
    • getUrlPattern

      String getUrlPattern()
      Returns the dynamic image.
    • getHeight

      int getHeight()
      Returns the height of the image slot in pixels (between 10 and 250).
    • isCropped

      boolean isCropped()
      Returns yes if the image is cropped.