From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- .../lib/impl/placeholder/PlaceholderFilter.html | 286 ------------- .../placeholder/SignaturePlaceholderContext.html | 263 ------------ .../impl/placeholder/SignaturePlaceholderData.html | 454 --------------------- .../placeholder/SignaturePlaceholderExtractor.html | 357 ---------------- .../placeholder/class-use/PlaceholderFilter.html | 118 ------ .../class-use/SignaturePlaceholderContext.html | 118 ------ .../class-use/SignaturePlaceholderData.html | 190 --------- .../class-use/SignaturePlaceholderExtractor.html | 118 ------ .../pdfas/lib/impl/placeholder/package-frame.html | 23 -- .../lib/impl/placeholder/package-summary.html | 154 ------- .../pdfas/lib/impl/placeholder/package-tree.html | 138 ------- .../pdfas/lib/impl/placeholder/package-use.html | 153 ------- 12 files changed, 2372 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/PlaceholderFilter.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderContext.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/PlaceholderFilter.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderContext.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderData.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderExtractor.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-frame.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-summary.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-tree.html delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-use.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/placeholder') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/PlaceholderFilter.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/PlaceholderFilter.html deleted file mode 100644 index da0030c6..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/PlaceholderFilter.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -PlaceholderFilter (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.impl.placeholder
-

Class PlaceholderFilter

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaceholderFilter

        -
        public PlaceholderFilter()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        checkPlaceholderSignature

        -
        public static SignaturePlaceholderData checkPlaceholderSignature(OperationStatus status,
        -                                                 at.gv.egiz.pdfas.common.settings.ISettings settings)
        -                                                          throws at.gv.egiz.pdfas.common.exceptions.PdfAsException,
        -                                                                 IOException
        -
        Throws:
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderContext.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderContext.html deleted file mode 100644 index 8fcd9677..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderContext.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - -SignaturePlaceholderContext (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.impl.placeholder
-

Class SignaturePlaceholderContext

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        isSignaturePlaceholderDataSet

        -
        public static boolean isSignaturePlaceholderDataSet()
        -
        Returns:
        true if there is currently a SignaturePlaceholderData bound to this thread, false otherwise.
        -
      • -
      - - - -
        -
      • -

        setSignaturePlaceholderData

        -
        public static void setSignaturePlaceholderData(SignaturePlaceholderData data)
        -
        Bind a SignaturePlaceholderData to this thread. - If the given data is null, the context will be cleared.
        -
        Parameters:
        data - if null, clears the ThreadLocal, else binds the data to the current thread.
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html deleted file mode 100644 index 0882909a..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html +++ /dev/null @@ -1,454 +0,0 @@ - - - - - - -SignaturePlaceholderData (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.impl.placeholder
-

Class SignaturePlaceholderData

-
-
- -
-
    -
  • -
    -
    -
    public class SignaturePlaceholderData
    -extends Object
    -
    This class represents all the data which can be extracted from a placeholder image.
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SignaturePlaceholderData

        -
        public SignaturePlaceholderData(String profile,
        -                        String type,
        -                        String sigKey,
        -                        String id)
        -
        Parameters:
        profile -
        type -
        sigKey -
        id -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getTablePos

        -
        public TablePos getTablePos()
        -
        Get the table position for the signature block.
        - The table position is created from the page number, the upper left corner and the width of the placeholder image.
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getProfile

        -
        public String getProfile()
        -
        The profile name. Might be null if not included in the qr-code.
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public String getType()
        -
        The signature type: "textual" or "binary". Might be null if not included in the qr-code.
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getKey

        -
        public String getKey()
        -
        The key identifier for MOA signature. Might be null if not included in the qr-code.
        -
        Returns:
        -
      • -
      - - - - - - - -
        -
      • -

        getPlaceholderName

        -
        public String getPlaceholderName()
        -
        The name of the placeholder image.
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getId

        -
        public String getId()
        -
        The id associated with this placeholder.
        -
        Returns:
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html deleted file mode 100644 index 05c11f09..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - -SignaturePlaceholderExtractor (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.impl.placeholder
-

Class SignaturePlaceholderExtractor

-
-
- -
-
    -
  • -
    -
    -
    public class SignaturePlaceholderExtractor
    -extends org.apache.pdfbox.util.PDFStreamEngine
    -
    Extract all relevant information from a placeholder image.
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static SignaturePlaceholderDataextract(org.apache.pdfbox.pdmodel.PDDocument doc, - String placeholderId, - int matchMode) -
      Search the document for placeholder images and possibly included - additional info.
      - Searches only for the first placeholder page after page from top.
      -
      protected voidprocessOperator(org.apache.pdfbox.util.PDFOperator operator, - List<org.apache.pdfbox.cos.COSBase> arguments) 
      -
        -
      • - - -

        Methods inherited from class org.apache.pdfbox.util.PDFStreamEngine

        -getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getTotalCharCnt, getValidCharCnt, getXObjects, inspectFontEncoding, isForceParsing, processEncodedText, processOperator, processStream, processSubStream, processTextPosition, registerOperatorProcessor, resetEngine, setColorSpaces, setFonts, setForceParsing, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix
      • -
      - -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - - - - - -
        -
      • -

        PLACEHOLDER_MATCH_MODE_STRICT

        -
        public static final int PLACEHOLDER_MATCH_MODE_STRICT
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        PLACEHOLDER_MATCH_MODE_MODERATE

        -
        public static final int PLACEHOLDER_MATCH_MODE_MODERATE
        -
        See Also:
        Constant Field Values
        -
      • -
      - - - -
        -
      • -

        PLACEHOLDER_MATCH_MODE_LENIENT

        -
        public static final int PLACEHOLDER_MATCH_MODE_LENIENT
        -
        See Also:
        Constant Field Values
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        extract

        -
        public static SignaturePlaceholderData extract(org.apache.pdfbox.pdmodel.PDDocument doc,
        -                               String placeholderId,
        -                               int matchMode)
        -                                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
        Search the document for placeholder images and possibly included - additional info.
        - Searches only for the first placeholder page after page from top.
        -
        Parameters:
        inputStream -
        -
        Returns:
        all available info from the first found placeholder.
        -
        Throws:
        -
        PDFDocumentException - if the document could not be read.
        -
        at.gv.egiz.pdfas.common.exceptions.PlaceholderExtractionException - if STRICT matching mode was requested and no suitable - placeholder could be found.
        -
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        -
      • -
      - - - -
        -
      • -

        processOperator

        -
        protected void processOperator(org.apache.pdfbox.util.PDFOperator operator,
        -                   List<org.apache.pdfbox.cos.COSBase> arguments)
        -                        throws IOException
        -
        -
        Overrides:
        -
        processOperator in class org.apache.pdfbox.util.PDFStreamEngine
        -
        Throws:
        -
        IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/PlaceholderFilter.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/PlaceholderFilter.html deleted file mode 100644 index f27f3e6a..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/PlaceholderFilter.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - -Uses of Class at.gv.egiz.pdfas.lib.impl.placeholder.PlaceholderFilter (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Uses of Class
at.gv.egiz.pdfas.lib.impl.placeholder.PlaceholderFilter

-
-
No usage of at.gv.egiz.pdfas.lib.impl.placeholder.PlaceholderFilter
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderContext.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderContext.html deleted file mode 100644 index 135c6c7f..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderContext.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - -Uses of Class at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderContext (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Uses of Class
at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderContext

-
-
No usage of at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderContext
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderData.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderData.html deleted file mode 100644 index de33973a..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderData.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -Uses of Class at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderData (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Uses of Class
at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderData

-
-
- -
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderExtractor.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderExtractor.html deleted file mode 100644 index 3ad6f6a8..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/class-use/SignaturePlaceholderExtractor.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - -Uses of Class at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Uses of Class
at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor

-
-
No usage of at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-frame.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-frame.html deleted file mode 100644 index 185edac3..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -at.gv.egiz.pdfas.lib.impl.placeholder (PDF-AS 4.0.0-RC5 Library) - - - - -

at.gv.egiz.pdfas.lib.impl.placeholder

-
-

Classes

- -
- - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-summary.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-summary.html deleted file mode 100644 index 2b412566..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -at.gv.egiz.pdfas.lib.impl.placeholder (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Package at.gv.egiz.pdfas.lib.impl.placeholder

-
-
- -
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-tree.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-tree.html deleted file mode 100644 index fb8fa7d8..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-tree.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - -at.gv.egiz.pdfas.lib.impl.placeholder Class Hierarchy (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Hierarchy For Package at.gv.egiz.pdfas.lib.impl.placeholder

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-use.html b/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-use.html deleted file mode 100644 index eb98b81c..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/placeholder/package-use.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -Uses of Package at.gv.egiz.pdfas.lib.impl.placeholder (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - -
-

Uses of Package
at.gv.egiz.pdfas.lib.impl.placeholder

-
-
- -
- -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3