From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../egiz/pdfas/api/sign/pos/SignaturePosition.html | 297 +++++++++++ .../pdfas/api/sign/pos/SignaturePositioning.html | 572 +++++++++++++++++++++ .../api/sign/pos/axis/AbsoluteAxisAlgorithm.html | 313 +++++++++++ .../pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html | 238 +++++++++ .../pdfas/api/sign/pos/axis/AxisAlgorithm.html | 237 +++++++++ .../pdfas/api/sign/pos/axis/package-frame.html | 21 + .../pdfas/api/sign/pos/axis/package-summary.html | 145 ++++++ .../egiz/pdfas/api/sign/pos/axis/package-tree.html | 131 +++++ .../gv/egiz/pdfas/api/sign/pos/package-frame.html | 23 + .../egiz/pdfas/api/sign/pos/package-summary.html | 148 ++++++ .../gv/egiz/pdfas/api/sign/pos/package-tree.html | 130 +++++ .../api/sign/pos/page/AbsolutePageAlgorithm.html | 310 +++++++++++ .../pdfas/api/sign/pos/page/AutoPageAlgorithm.html | 244 +++++++++ .../pdfas/api/sign/pos/page/NewPageAlgorithm.html | 238 +++++++++ .../pdfas/api/sign/pos/page/PageAlgorithm.html | 237 +++++++++ .../pdfas/api/sign/pos/page/package-frame.html | 22 + .../pdfas/api/sign/pos/page/package-summary.html | 151 ++++++ .../egiz/pdfas/api/sign/pos/page/package-tree.html | 132 +++++ 18 files changed, 3589 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html create mode 100644 docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html (limited to 'docs/full/at/gv/egiz/pdfas/api/sign/pos') diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html new file mode 100644 index 00000000..7767ac68 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePosition.html @@ -0,0 +1,297 @@ + + + + + +SignaturePosition + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos
+

Interface SignaturePosition

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SignaturePositionImpl
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface SignaturePosition
    +
    Holds the actual, absolute signature position where a signature was placed. + +

    + This is usually returned after signing. +

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetHeight() +
      Deprecated. 
      +
      Returns the height of the signature.
      +
      intgetPage() +
      Deprecated. 
      +
      Returns the page on which the signature was placed.
      +
      floatgetWidth() +
      Deprecated. 
      +
      Returns the width of the signature.
      +
      floatgetX() +
      Deprecated. 
      +
      Returns the x position.
      +
      floatgetY() +
      Deprecated. 
      +
      Returns the y position.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPage

        +
        int getPage()
        +
        Deprecated. 
        +
        Returns the page on which the signature was placed.
        +
        Returns:
        Returns the page on which the signature was placed.
        +
      • +
      + + + +
        +
      • +

        getX

        +
        float getX()
        +
        Deprecated. 
        +
        Returns the x position.
        +
        Returns:
        Returns the x position.
        +
      • +
      + + + +
        +
      • +

        getY

        +
        float getY()
        +
        Deprecated. 
        +
        Returns the y position.
        +
        Returns:
        Returns the y position.
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        float getWidth()
        +
        Deprecated. 
        +
        Returns the width of the signature.
        +
        Returns:
        Returns the width of the signature.
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        float getHeight()
        +
        Deprecated. 
        +
        Returns the height of the signature.
        +
        Returns:
        Returns the height of the signature.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html new file mode 100644 index 00000000..c9b0262b --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/SignaturePositioning.html @@ -0,0 +1,572 @@ + + + + + +SignaturePositioning + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos
+

Class SignaturePositioning

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class SignaturePositioning
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Defines how the signature positioning is to be performed. + +

    + This positioning allows to select the location where the signature block is + placed in the document. +

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignaturePositioning

        +
        public SignaturePositioning()
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        checkAxisAlgorithm

        +
        protected void checkAxisAlgorithm(AxisAlgorithm algorithm)
        +
      • +
      + + + +
        +
      • +

        checkPageAlgorithm

        +
        protected void checkPageAlgorithm(PageAlgorithm algorithm)
        +
      • +
      + + + +
        +
      • +

        getXAlgorithm

        +
        public AxisAlgorithm getXAlgorithm()
        +
        Returns:
        the xAlgorithm
        +
      • +
      + + + +
        +
      • +

        setXAlgorithm

        +
        public void setXAlgorithm(AxisAlgorithm algorithm)
        +
        Parameters:
        algorithm - the xAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getYAlgorithm

        +
        public AxisAlgorithm getYAlgorithm()
        +
        Returns:
        the yAlgorithm
        +
      • +
      + + + +
        +
      • +

        setYAlgorithm

        +
        public void setYAlgorithm(AxisAlgorithm algorithm)
        +
        Parameters:
        algorithm - the yAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getWidthAlgorithm

        +
        public AxisAlgorithm getWidthAlgorithm()
        +
        Returns:
        the widthAlgorithm
        +
      • +
      + + + +
        +
      • +

        setWidthAlgorithm

        +
        public void setWidthAlgorithm(AxisAlgorithm widthAlgorithm)
        +
        Parameters:
        widthAlgorithm - the widthAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getPageAlgorithm

        +
        public PageAlgorithm getPageAlgorithm()
        +
        Returns:
        the pageAlgorithm
        +
      • +
      + + + +
        +
      • +

        setPageAlgorithm

        +
        public void setPageAlgorithm(PageAlgorithm pageAlgorithm)
        +
        Parameters:
        pageAlgorithm - the pageAlgorithm to set
        +
      • +
      + + + +
        +
      • +

        getFooterLine

        +
        public float getFooterLine()
        +
        Returns:
        the footerLine
        +
      • +
      + + + +
        +
      • +

        setFooterLine

        +
        public void setFooterLine(float footerLine)
        +
        Parameters:
        footerLine - the footerLine to set
        +
      • +
      + + + +
        +
      • +

        getPositionString

        +
        public java.lang.String getPositionString()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html new file mode 100644 index 00000000..d5f9f4ea --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AbsoluteAxisAlgorithm.html @@ -0,0 +1,313 @@ + + + + + +AbsoluteAxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AbsoluteAxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AbsoluteAxisAlgorithm
    +extends AxisAlgorithm
    +implements java.io.Serializable
    +
    An absolute positioned element.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floatabsoluteValue +
      The absolute positioning value on the axis.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbsoluteAxisAlgorithm(float absoluteValue) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetAbsoluteValue() +
      Returns absolute positioning value on the axis.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        absoluteValue

        +
        protected float absoluteValue
        +
        The absolute positioning value on the axis.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbsoluteAxisAlgorithm

        +
        public AbsoluteAxisAlgorithm(float absoluteValue)
        +
        Constructor.
        +
        Parameters:
        absoluteValue - The absolute positioning value on the axis.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getAbsoluteValue

        +
        public float getAbsoluteValue()
        +
        Returns absolute positioning value on the axis.
        +
        Returns:
        the absoluteValue Returns absolute positioning value on the axis.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html new file mode 100644 index 00000000..bafb60b1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AutoAxisAlgorithm.html @@ -0,0 +1,238 @@ + + + + + +AutoAxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AutoAxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AutoAxisAlgorithm
    +extends AxisAlgorithm
    +implements java.io.Serializable
    +
    Auto positioning for this element.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AutoAxisAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AutoAxisAlgorithm

        +
        public AutoAxisAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html new file mode 100644 index 00000000..16577a71 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/AxisAlgorithm.html @@ -0,0 +1,237 @@ + + + + + +AxisAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.axis
+

Class AxisAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    AbsoluteAxisAlgorithm, AutoAxisAlgorithm
    +
    +
    +
    +
    public abstract class AxisAlgorithm
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Determines how a certain position is chosen on the axis (x, y, width).
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AxisAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AxisAlgorithm

        +
        public AxisAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html new file mode 100644 index 00000000..83c62186 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-frame.html @@ -0,0 +1,21 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis + + + + +

at.gv.egiz.pdfas.api.sign.pos.axis

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html new file mode 100644 index 00000000..9b1e7560 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-summary.html @@ -0,0 +1,145 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos.axis

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html new file mode 100644 index 00000000..d51d3283 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/axis/package-tree.html @@ -0,0 +1,131 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.axis Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos.axis

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html new file mode 100644 index 00000000..f4b13ae5 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-frame.html @@ -0,0 +1,23 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos + + + + +

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

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html new file mode 100644 index 00000000..e816dbc3 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-summary.html @@ -0,0 +1,148 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html new file mode 100644 index 00000000..0016003e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/package-tree.html @@ -0,0 +1,130 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html new file mode 100644 index 00000000..584adee8 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AbsolutePageAlgorithm.html @@ -0,0 +1,310 @@ + + + + + +AbsolutePageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class AbsolutePageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AbsolutePageAlgorithm
    +extends PageAlgorithm
    +implements java.io.Serializable
    +
    The page is selected absolutely by giving the page number directly.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected intpage +
      The page.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AbsolutePageAlgorithm(int page) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetPage() 
      +
        +
      • + + +

        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
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html new file mode 100644 index 00000000..233bd037 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/AutoPageAlgorithm.html @@ -0,0 +1,244 @@ + + + + + +AutoPageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class AutoPageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class AutoPageAlgorithm
    +extends PageAlgorithm
    +implements java.io.Serializable
    +
    The page for placing the signature is selected automatically. + +

    + The algorithm first tries to place the signature on the free space of the + last page (considering the footer). If there is not enough space on the last + page, a new page is appended and the signature is placed there. +

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      AutoPageAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AutoPageAlgorithm

        +
        public AutoPageAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html new file mode 100644 index 00000000..a1aad316 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/NewPageAlgorithm.html @@ -0,0 +1,238 @@ + + + + + +NewPageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class NewPageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class NewPageAlgorithm
    +extends PageAlgorithm
    +implements java.io.Serializable
    +
    Places the signature on a new Page.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NewPageAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NewPageAlgorithm

        +
        public NewPageAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html new file mode 100644 index 00000000..deeef055 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/PageAlgorithm.html @@ -0,0 +1,237 @@ + + + + + +PageAlgorithm + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.sign.pos.page
+

Class PageAlgorithm

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    AbsolutePageAlgorithm, AutoPageAlgorithm, NewPageAlgorithm
    +
    +
    +
    +
    public abstract class PageAlgorithm
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Determines how the page on which the signature is to be placed is selected.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PageAlgorithm() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PageAlgorithm

        +
        public PageAlgorithm()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html new file mode 100644 index 00000000..301942a2 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-frame.html @@ -0,0 +1,22 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.page + + + + +

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

+
+

Classes

+ +
+ + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html new file mode 100644 index 00000000..3a006f9d --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-summary.html @@ -0,0 +1,151 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.page + + + + + + + +
+ + + + + +
+ + +
+

Package at.gv.egiz.pdfas.api.sign.pos.page

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html new file mode 100644 index 00000000..a92b6d95 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/sign/pos/page/package-tree.html @@ -0,0 +1,132 @@ + + + + + +at.gv.egiz.pdfas.api.sign.pos.page Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.gv.egiz.pdfas.api.sign.pos.page

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3