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 BufferedImage
createTextImage(SignatureImageParameters imageParameters)
Creates an image representing the specified text
-
Method Details
-
createTextImage
Creates an image representing the specified text- Parameters:
imageParameters
-SignatureImageParameters
to use- Returns:
BufferedImage
of the text picture
-