Class ImageTextWriter
java.lang.Object
eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer.ImageTextWriter
public final class ImageTextWriter extends Object
This class allows to generate image with text
-
Method Summary
Modifier and Type Method Description static BufferedImagecreateTextImage(SignatureImageParameters imageParameters)Creates an image representing the specified text
-
Method Details
-
createTextImage
Creates an image representing the specified text- Parameters:
imageParameters-SignatureImageParametersto use- Returns:
BufferedImageof the text picture
-