public class PdfVisualSignature extends Object
| Constructor and Description |
|---|
PdfVisualSignature(int pageNumber,
double x,
double y,
double width,
double height)
Constructs PDF visual signature properties with the given arguments.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Returns height of the visual rectangle.
|
int |
getPageNumber()
Returns the number of the visual signature page.
|
String |
getSignatureId()
Returns ID of the associated signature.
|
double |
getWidth()
Returns widht of the visual rectangle.
|
double |
getX()
Returns x coordinate of the visual rectangle.
|
double |
getY()
Returns y coordinate of the visual rectangle.
|
void |
setImage(BufferedImage image)
Sets image of the visual signature.
|
void |
setText(List<String> text)
Sets text of the visual signature.
|
String |
toString() |
public PdfVisualSignature(int pageNumber,
double x,
double y,
double width,
double height)
pageNumber - the number of the page.x - x coordinate of the visual rectangle.y - y coordinate of the visual rectangle.width - widht of the visual rectangle.height - height of the visual rectangle.public int getPageNumber()
public double getX()
public double getY()
public double getWidth()
public double getHeight()
public void setText(List<String> text)
text - public void setImage(BufferedImage image)
image - public String getSignatureId()