at.gv.egiz.pdfas.api.sign.pos
Interface SignaturePosition

All Known Implementing Classes:
ActualSignaturePositionAdapter

public interface SignaturePosition

Holds the actual, absolute signature position where a signature was placed.

This is usually returned after signing.

Author:
wprinz

Method Summary
 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.
 

Method Detail

getPage

public int getPage()
Returns the page on which the signature was placed.

Returns:
Returns the page on which the signature was placed.

getX

public float getX()
Returns the x position.

Returns:
Returns the x position.

getY

public float getY()
Returns the y position.

Returns:
Returns the y position.

getWidth

public float getWidth()
Returns the width of the signature.

Returns:
Returns the width of the signature.

getHeight

public float getHeight()
Returns the height of the signature.

Returns:
Returns the height of the signature.


Copyright © 2006-2010. All Rights Reserved.