Class DedicationSimple
- java.lang.Object
-
- net.sourceforge.plantuml.dedication.DedicationSimple
-
- All Implemented Interfaces:
Dedication
public class DedicationSimple extends Object implements Dedication
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.dedication.Dedication
E, N, SIZE
-
-
Constructor Summary
Constructors Constructor Description DedicationSimple(byte[] crypted, String sentence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImage
getImage(TinyHashableString sentence)
-
-
-
Constructor Detail
-
DedicationSimple
public DedicationSimple(byte[] crypted, String sentence)
-
-
Method Detail
-
getImage
public BufferedImage getImage(TinyHashableString sentence)
- Specified by:
getImage
in interfaceDedication
-
-