Interface IdenticonRenderer

All Known Implementing Classes:
NineBlockIdenticonRenderer2

public interface IdenticonRenderer
Identicon renderer interface.
Author:
don
  • Method Summary

    Modifier and Type
    Method
    Description
    render(int code, int size)
    Returns rendered identicon image for given identicon code encoded as a 32-bit signed integer.
    render(BigInteger code, int size)
    Returns rendered identicon image for given identicon code.
  • Method Details

    • render

      BufferedImage render(int code, int size)
      Returns rendered identicon image for given identicon code encoded as a 32-bit signed integer.
      Parameters:
      code - identicon code
      size - image size
      Returns:
      identicon image
    • render

      BufferedImage render(BigInteger code, int size)
      Returns rendered identicon image for given identicon code.
      Parameters:
      code - identicon code
      size - image size
      Returns:
      identicon image