at.gv.egiz.pdfas.impl.api.sign
Class ActualSignaturePositionAdapter

java.lang.Object
  extended byat.gv.egiz.pdfas.impl.api.sign.ActualSignaturePositionAdapter
All Implemented Interfaces:
SignaturePosition

public class ActualSignaturePositionAdapter
extends Object
implements SignaturePosition

Adapter that converts from a framework ActualTablePos to an API ActualSignaturePosition.

Author:
wprinz

Field Summary
protected  ActualTablePos atp
          The framework ActualTablePos.
 
Constructor Summary
ActualSignaturePositionAdapter(ActualTablePos actualTablePos)
          Constructor.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atp

protected ActualTablePos atp
The framework ActualTablePos.

Constructor Detail

ActualSignaturePositionAdapter

public ActualSignaturePositionAdapter(ActualTablePos actualTablePos)
Constructor.

Parameters:
actualTablePos - The framework ActualTablePos.
Method Detail

getPage

public int getPage()
Description copied from interface: SignaturePosition
Returns the page on which the signature was placed.

Specified by:
getPage in interface SignaturePosition
Returns:
Returns the page on which the signature was placed.
See Also:
SignaturePosition.getPage()

getX

public float getX()
Description copied from interface: SignaturePosition
Returns the x position.

Specified by:
getX in interface SignaturePosition
Returns:
Returns the x position.
See Also:
SignaturePosition.getX()

getY

public float getY()
Description copied from interface: SignaturePosition
Returns the y position.

Specified by:
getY in interface SignaturePosition
Returns:
Returns the y position.
See Also:
SignaturePosition.getY()

getWidth

public float getWidth()
Description copied from interface: SignaturePosition
Returns the width of the signature.

Specified by:
getWidth in interface SignaturePosition
Returns:
Returns the width of the signature.
See Also:
SignaturePosition.getWidth()

getHeight

public float getHeight()
Description copied from interface: SignaturePosition
Returns the height of the signature.

Specified by:
getHeight in interface SignaturePosition
Returns:
Returns the height of the signature.
See Also:
SignaturePosition.getHeight()


Copyright © 2006-2010. All Rights Reserved.