at.gv.egiz.pdfas.api.sign.pos.page
Class AbsolutePageAlgorithm

java.lang.Object
  extended byat.gv.egiz.pdfas.api.sign.pos.page.PageAlgorithm
      extended byat.gv.egiz.pdfas.api.sign.pos.page.AbsolutePageAlgorithm

public class AbsolutePageAlgorithm
extends PageAlgorithm

The page is selected absolutely by giving the page number directly.

Author:
wprinz

Field Summary
protected  int page
          The page.
 
Constructor Summary
AbsolutePageAlgorithm(int page)
          Constructor.
 
Method Summary
 int getPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

page

protected int page
The page.

Constructor Detail

AbsolutePageAlgorithm

public AbsolutePageAlgorithm(int page)
Constructor.

Parameters:
page - The page.
Method Detail

getPage

public int getPage()
Returns:
the page


Copyright © 2006-2010. All Rights Reserved.