From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- .../egiz/pdfas/lib/impl/SignaturePositionImpl.html | 509 +++++++++++++++++++++ 1 file changed, 509 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/SignaturePositionImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/SignaturePositionImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/SignaturePositionImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/SignaturePositionImpl.html new file mode 100644 index 00000000..b50efe46 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/SignaturePositionImpl.html @@ -0,0 +1,509 @@ + + + + + + +SignaturePositionImpl (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl
+

Class SignaturePositionImpl

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

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floatheight 
      protected intpage 
      protected floatwidth 
      protected floatx 
      protected floaty 
      +
    • +
    + + + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        page

        +
        protected int page
        +
      • +
      + + + +
        +
      • +

        x

        +
        protected float x
        +
      • +
      + + + +
        +
      • +

        y

        +
        protected float y
        +
      • +
      + + + +
        +
      • +

        width

        +
        protected float width
        +
      • +
      + + + +
        +
      • +

        height

        +
        protected float height
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignaturePositionImpl

        +
        public SignaturePositionImpl()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setPage

        +
        public void setPage(int page)
        +
      • +
      + + + +
        +
      • +

        setX

        +
        public void setX(float x)
        +
      • +
      + + + +
        +
      • +

        setY

        +
        public void setY(float y)
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public void setWidth(float width)
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public void setHeight(float height)
        +
      • +
      + + + +
        +
      • +

        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.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3