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/wrapper/SignaturePositionImpl.html | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/wrapper/SignaturePositionImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/wrapper/SignaturePositionImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/wrapper/SignaturePositionImpl.html b/docs/full/at/gv/egiz/pdfas/wrapper/SignaturePositionImpl.html new file mode 100644 index 00000000..ef129711 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/wrapper/SignaturePositionImpl.html @@ -0,0 +1,351 @@ + + + + + +SignaturePositionImpl + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.wrapper
+

Class SignaturePositionImpl

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

      Method Summary

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

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        SignaturePositionImpl

        +
        public SignaturePositionImpl(SignaturePosition position)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      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.
        +
      • +
      + + + +
        +
      • +

        getX

        +
        public float getX()
        +
        Description copied from interface: SignaturePosition
        +
        Returns the x position.
        +
        +
        Specified by:
        +
        getX in interface SignaturePosition
        +
        Returns:
        Returns the x position.
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public float getY()
        +
        Description copied from interface: SignaturePosition
        +
        Returns the y position.
        +
        +
        Specified by:
        +
        getY in interface SignaturePosition
        +
        Returns:
        Returns the y position.
        +
      • +
      + + + +
        +
      • +

        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.
        +
      • +
      + + + +
        +
      • +

        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.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3