public interface IdenticonRenderer
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
render(BigInteger code,
int size)
Returns rendered identicon image for given identicon code.
|
BufferedImage |
render(int code,
int size)
Returns rendered identicon image for given identicon code encoded as a
32-bit signed integer.
|
BufferedImage render(BigInteger code, int size)
code - identicon codesize - image sizeBufferedImage render(int code, int size)
code - identicon codesize - image size