Interface MCRFooterInterface


public interface MCRFooterInterface
The MCRFooterInterface adds the possibility to write a different implementations and combine them for example with the MCRTileCombineServlet.
Author:
Thomas Scheffler (yagee)
  • Method Summary

    Modifier and Type
    Method
    Description
    getFooter(int imageWidth, String derivateID, String imagePath)
    generates a footer image that is pinned below the master image Implementors can use derivateID and imagePath information to add some informations to the image footer, e.g.
  • Method Details

    • getFooter

      BufferedImage getFooter(int imageWidth, String derivateID, String imagePath)
      generates a footer image that is pinned below the master image Implementors can use derivateID and imagePath information to add some informations to the image footer, e.g. URNs.
      Parameters:
      imageWidth - image width of the master image
      derivateID - derivate ID
      imagePath - path to image relative to derivate root
      Returns:
      an image of any height but with width of imageWidth px.