public class SignaturePositionImpl extends java.lang.Object implements SignaturePosition
Constructor and Description |
---|
SignaturePositionImpl(SignaturePosition position) |
Modifier and Type | Method and Description |
---|---|
float |
getHeight()
Returns the height of the signature.
|
int |
getPage()
Returns the page on which the signature was placed.
|
float |
getWidth()
Returns the width of the signature.
|
float |
getX()
Returns the x position.
|
float |
getY()
Returns the y position.
|
public SignaturePositionImpl(SignaturePosition position)
public int getPage()
SignaturePosition
getPage
in interface SignaturePosition
public float getX()
SignaturePosition
getX
in interface SignaturePosition
public float getY()
SignaturePosition
getY
in interface SignaturePosition
public float getWidth()
SignaturePosition
getWidth
in interface SignaturePosition
public float getHeight()
SignaturePosition
getHeight
in interface SignaturePosition