Interface Dedication
-
- All Known Implementing Classes:
DedicationCrypted
,DedicationSimple
public interface Dedication
-
-
Field Summary
Fields Modifier and Type Field Description static BigInteger
E
static BigInteger
N
static int
SIZE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufferedImage
getImage(TinyHashableString sentence)
-
-
-
Field Detail
-
SIZE
static final int SIZE
- See Also:
- Constant Field Values
-
E
static final BigInteger E
-
N
static final BigInteger N
-
-
Method Detail
-
getImage
BufferedImage getImage(TinyHashableString sentence)
-
-