From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../wag/egov/egiz/pdf/PDFPage.MyInvoke.html | 293 +++++ .../at/knowcenter/wag/egov/egiz/pdf/PDFPage.html | 590 ++++++++++ .../knowcenter/wag/egov/egiz/pdf/PDFUtilities.html | 284 +++++ docs/full/at/knowcenter/wag/egov/egiz/pdf/Pos.html | 344 ++++++ .../wag/egov/egiz/pdf/PositioningInstruction.html | 514 +++++++++ .../at/knowcenter/wag/egov/egiz/pdf/TablePos.html | 498 ++++++++ .../path/PathConstructionOperatorProcessor.html | 296 +++++ .../path/PathPaintingOperatorProcessor.html | 259 +++++ .../pdf/operator/path/construction/ClosePath.html | 306 +++++ .../pdf/operator/path/construction/CurveTo.html | 305 +++++ .../construction/CurveToReplicateFinalPoint.html | 305 +++++ .../construction/CurveToReplicateInitialPoint.html | 305 +++++ .../pdf/operator/path/construction/LineTo.html | 303 +++++ .../pdf/operator/path/construction/MoveTo.html | 305 +++++ .../operator/path/construction/package-frame.html | 24 + .../path/construction/package-summary.html | 164 +++ .../operator/path/construction/package-tree.html | 139 +++ .../egov/egiz/pdf/operator/path/package-frame.html | 20 + .../egiz/pdf/operator/path/package-summary.html | 139 +++ .../egov/egiz/pdf/operator/path/package-tree.html | 131 +++ .../operator/path/painting/CloseAndStrokePath.html | 296 +++++ .../painting/CloseFillEvenOddAndStrokePath.html | 297 +++++ .../painting/CloseFillNonZeroAndStrokePath.html | 297 +++++ .../egiz/pdf/operator/path/painting/EndPath.html | 297 +++++ .../path/painting/FillEvenOddAndStrokePath.html | 298 +++++ .../path/painting/FillNonZeroAndStrokePath.html | 298 +++++ .../path/painting/FillPathEvenOddRule.html | 296 +++++ .../painting/FillPathNonZeroWindingNumberRule.html | 297 +++++ .../pdf/operator/path/painting/StrokePath.html | 296 +++++ .../pdf/operator/path/painting/package-frame.html | 27 + .../operator/path/painting/package-summary.html | 181 +++ .../pdf/operator/path/painting/package-tree.html | 142 +++ .../wag/egov/egiz/pdf/package-frame.html | 23 + .../wag/egov/egiz/pdf/package-summary.html | 160 +++ .../knowcenter/wag/egov/egiz/pdf/package-tree.html | 143 +++ .../wag/egov/egiz/pdf/sig/SignatureEntry.html | 463 ++++++++ .../wag/egov/egiz/pdf/sig/package-frame.html | 19 + .../wag/egov/egiz/pdf/sig/package-summary.html | 133 +++ .../wag/egov/egiz/pdf/sig/package-tree.html | 126 ++ .../wag/egov/egiz/sig/SignatureTypes.State.html | 443 +++++++ .../wag/egov/egiz/sig/SignatureTypes.html | 539 +++++++++ .../wag/egov/egiz/sig/package-frame.html | 23 + .../wag/egov/egiz/sig/package-summary.html | 149 +++ .../knowcenter/wag/egov/egiz/sig/package-tree.html | 138 +++ .../at/knowcenter/wag/egov/egiz/table/Entry.html | 553 +++++++++ .../wag/egov/egiz/table/Style.ImageScaleToFit.html | 375 ++++++ .../at/knowcenter/wag/egov/egiz/table/Style.html | 1204 ++++++++++++++++++++ .../at/knowcenter/wag/egov/egiz/table/Table.html | 439 +++++++ .../wag/egov/egiz/table/package-frame.html | 22 + .../wag/egov/egiz/table/package-summary.html | 151 +++ .../wag/egov/egiz/table/package-tree.html | 129 +++ 51 files changed, 13778 insertions(+) create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.MyInvoke.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/Pos.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/PositioningInstruction.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathConstructionOperatorProcessor.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathPaintingOperatorProcessor.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/ClosePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveTo.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateFinalPoint.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateInitialPoint.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/LineTo.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-tree.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-tree.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseAndStrokePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillEvenOddAndStrokePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillNonZeroAndStrokePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/EndPath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillEvenOddAndStrokePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillNonZeroAndStrokePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathEvenOddRule.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathNonZeroWindingNumberRule.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/StrokePath.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-tree.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/package-tree.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/SignatureEntry.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-tree.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.State.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/sig/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/sig/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/sig/package-tree.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Style.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/Table.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html create mode 100644 docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html (limited to 'docs/full/at/knowcenter/wag/egov/egiz') diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.MyInvoke.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.MyInvoke.html new file mode 100644 index 00000000..1c2b9ec2 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.MyInvoke.html @@ -0,0 +1,293 @@ + + + + + +PDFPage.MyInvoke + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class PDFPage.MyInvoke

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    PDFPage
    +
    +
    +
    +
    public class PDFPage.MyInvoke
    +extends org.apache.pdfbox.util.operator.OperatorProcessor
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List arguments) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PDFPage.MyInvoke

        +
        public PDFPage.MyInvoke(PDFPage page)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List arguments)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.html new file mode 100644 index 00000000..1f2ec744 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFPage.html @@ -0,0 +1,590 @@ + + + + + +PDFPage + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class PDFPage

+
+
+ +
+
    +
  • +
    +
    +
    public class PDFPage
    +extends org.apache.pdfbox.util.PDFTextStripper
    +
    PDFPage is an inner class that is used to calculate the page length of a PDF + Document page. It extends the PDFTextStripper class and implement one + interested method: showCharacter(TextPosition)
    + This method is called when processing the FileStream. By calling the method + org.apache.pdfbox.util.PDFStreamEngine#processStream(org.apache.pdfbox.pdmodel.PDPage, org.apache.pdfbox.pdmodel.PDResources, org.pdfbox.cos.COSStream) + the implemented method showCharacter is called.
    +
    See Also:
    PDFTextStripper
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      class PDFPage.MyInvoke 
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floateffectivePageHeight +
      The effective page height.
      +
      protected floatmax_character_ypos +
      The maximum (lowest) y position of a character.
      +
      protected floatmax_image_ypos +
      The maximum (lowest y position of an image.
      +
      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.PDFTextStripper

        +charactersByArticle, document, output, outputEncoding, systemLineSeparator
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PDFPage(float effectivePageHeight, + boolean legacy32) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static floatfindMaxX(Pos[] coordinates) 
      static floatfindMaxY(Pos[] coordinates) 
      static floatfindMinX(Pos[] coordinates) 
      static floatfindMinY(Pos[] coordinates) 
      java.awt.geom.GeneralPathgetCurrentPath() +
      Returns the path currently being constructed.
      +
      floatgetMaxPageLength() +
      Returns the calculated page length.
      +
      protected voidprocessOperator(org.apache.pdfbox.util.PDFOperator operator, + java.util.List arguments) 
      protected voidprocessTextPosition(org.apache.pdfbox.util.TextPosition text) 
      voidregisterPathBounds(java.awt.Rectangle bounds) +
      Registers a rectangle that bounds the path currently being drawn.
      +
      voidsetCurrentPath(java.awt.geom.GeneralPath currentPath) +
      Sets the current path.
      +
      protected voidshowCharacter(org.apache.pdfbox.util.TextPosition text) +
      A method provided as an event interface to allow a subclass to perform + some specific functionality when a character needs to be displayed.
      +
      static PostranstormCoordinate(Pos pos, + org.apache.pdfbox.util.Matrix m) 
      static Pos[]transtormCoordinates(Pos[] coordinates, + org.apache.pdfbox.util.Matrix m) 
      +
        +
      • + + +

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

        +endArticle, endDocument, endPage, getAddMoreFormatting, getArticleEnd, getArticleStart, getAverageCharTolerance, getCharactersByArticle, getCurrentPageNo, getDropThreshold, getEndBookmark, getEndPage, getIndentThreshold, getLineSeparator, getListItemPatterns, getOutput, getPageEnd, getPageSeparator, getPageStart, getParagraphEnd, getParagraphStart, getSeparateByBeads, getSortByPosition, getSpacingTolerance, getStartBookmark, getStartPage, getSuppressDuplicateOverlappingText, getText, getText, getWordSeparator, handleLineSeparation, inspectFontEncoding, isParagraphSeparation, matchListItemPattern, matchPattern, processPage, processPages, resetEngine, setAddMoreFormatting, setArticleEnd, setArticleStart, setAverageCharTolerance, setDropThreshold, setEndBookmark, setEndPage, setIndentThreshold, setLineSeparator, setListItemPatterns, setPageEnd, setPageSeparator, setPageStart, setParagraphEnd, setParagraphStart, setShouldSeparateByBeads, setSortByPosition, setSpacingTolerance, setStartBookmark, setStartPage, setSuppressDuplicateOverlappingText, setWordSeparator, startArticle, startArticle, startDocument, startPage, writeCharacters, writeLineSeparator, writePage, writePageEnd, writePageSeperator, writePageStart, writeParagraphEnd, writeParagraphSeparator, writeParagraphStart, writeString, writeText, writeText, writeWordSeparator
      • +
      +
        +
      • + + +

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

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

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        max_character_ypos

        +
        protected float max_character_ypos
        +
        The maximum (lowest) y position of a character.
        +
      • +
      + + + +
        +
      • +

        max_image_ypos

        +
        protected float max_image_ypos
        +
        The maximum (lowest y position of an image.
        +
      • +
      + + + +
        +
      • +

        effectivePageHeight

        +
        protected float effectivePageHeight
        +
        The effective page height.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PDFPage

        +
        public PDFPage(float effectivePageHeight,
        +       boolean legacy32)
        +        throws java.io.IOException
        +
        Constructor.
        +
        Parameters:
        effectivePageHeight - The height of the page to be evaluated. PDF elements outside + this height will not be considered.
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCurrentPath

        +
        public java.awt.geom.GeneralPath getCurrentPath()
        +
        Returns the path currently being constructed.
        +
        Returns:
        The path currently being constructed.
        +
      • +
      + + + +
        +
      • +

        setCurrentPath

        +
        public void setCurrentPath(java.awt.geom.GeneralPath currentPath)
        +
        Sets the current path.
        +
        Parameters:
        currentPath - The new current path.
        +
      • +
      + + + +
        +
      • +

        registerPathBounds

        +
        public void registerPathBounds(java.awt.Rectangle bounds)
        +
        Registers a rectangle that bounds the path currently being drawn.
        +
        Parameters:
        bounds - A rectangle depicting the bounds (coordinates originating from + bottom left).
        +
      • +
      + + + +
        +
      • +

        processOperator

        +
        protected void processOperator(org.apache.pdfbox.util.PDFOperator operator,
        +                   java.util.List arguments)
        +                        throws java.io.IOException
        +
        +
        Overrides:
        +
        processOperator in class org.apache.pdfbox.util.PDFStreamEngine
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        processTextPosition

        +
        protected void processTextPosition(org.apache.pdfbox.util.TextPosition text)
        +
        +
        Overrides:
        +
        processTextPosition in class org.apache.pdfbox.util.PDFTextStripper
        +
        +
      • +
      + + + +
        +
      • +

        showCharacter

        +
        protected void showCharacter(org.apache.pdfbox.util.TextPosition text)
        +
        A method provided as an event interface to allow a subclass to perform + some specific functionality when a character needs to be displayed. This + method is used to calculate the latest position of a text in the page. + Sorry for this missinterpretation of the method, but it is the only way + to do this (provided by PDFBox)!!!
        +
        Parameters:
        text - the character to be displayed -> calculate there y position.
        +
      • +
      + + + +
        +
      • +

        getMaxPageLength

        +
        public float getMaxPageLength()
        +
        Returns the calculated page length.
        +
        Returns:
        the max page length value
        +
      • +
      + + + +
        +
      • +

        transtormCoordinates

        +
        public static Pos[] transtormCoordinates(Pos[] coordinates,
        +                         org.apache.pdfbox.util.Matrix m)
        +
      • +
      + + + +
        +
      • +

        transtormCoordinate

        +
        public static Pos transtormCoordinate(Pos pos,
        +                      org.apache.pdfbox.util.Matrix m)
        +
      • +
      + + + +
        +
      • +

        findMinY

        +
        public static float findMinY(Pos[] coordinates)
        +
      • +
      + + + +
        +
      • +

        findMaxY

        +
        public static float findMaxY(Pos[] coordinates)
        +
      • +
      + + + +
        +
      • +

        findMaxX

        +
        public static float findMaxX(Pos[] coordinates)
        +
      • +
      + + + +
        +
      • +

        findMinX

        +
        public static float findMinX(Pos[] coordinates)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html new file mode 100644 index 00000000..170f85ae --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PDFUtilities.html @@ -0,0 +1,284 @@ + + + + + +PDFUtilities + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class PDFUtilities

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class PDFUtilities
    +extends java.lang.Object
    +
    Contains useful helpers for accessing PDF documents.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static floatcalculatePageLength(org.apache.pdfbox.pdmodel.PDDocument document, + int page, + float effectivePageHeight, + boolean legacy32) 
      static floatcalculatePageLength(org.apache.pdfbox.pdmodel.PDPage page, + float effectivePageHeight, + boolean legacy32) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PDFUtilities

        +
        public PDFUtilities()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        calculatePageLength

        +
        public static float calculatePageLength(org.apache.pdfbox.pdmodel.PDDocument document,
        +                        int page,
        +                        float effectivePageHeight,
        +                        boolean legacy32)
        +                                 throws PDFIOException
        +
        Throws:
        +
        PDFIOException
        +
      • +
      + + + +
        +
      • +

        calculatePageLength

        +
        public static float calculatePageLength(org.apache.pdfbox.pdmodel.PDPage page,
        +                        float effectivePageHeight,
        +                        boolean legacy32)
        +                                 throws PDFIOException
        +
        Throws:
        +
        PDFIOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/Pos.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/Pos.html new file mode 100644 index 00000000..b8d79173 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/Pos.html @@ -0,0 +1,344 @@ + + + + + +Pos + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class Pos

+
+
+ +
+
    +
  • +
    +
    +
    public class Pos
    +extends java.lang.Object
    +
    Encapsulation of a position on a PDF page.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      floatx 
      floaty 
      floatz 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Pos() +
      Default constructor.
      +
      Pos(float xx, + float yy, + float zz) +
      Constructor that sets the coordinates.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        x

        +
        public float x
        +
      • +
      + + + +
        +
      • +

        y

        +
        public float y
        +
      • +
      + + + +
        +
      • +

        z

        +
        public float z
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Pos

        +
        public Pos()
        +
        Default constructor.
        +
      • +
      + + + +
        +
      • +

        Pos

        +
        public Pos(float xx,
        +   float yy,
        +   float zz)
        +
        Constructor that sets the coordinates.
        +
        Parameters:
        xx -
        yy -
        zz -
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        See Also:
        Object.toString()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/PositioningInstruction.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PositioningInstruction.html new file mode 100644 index 00000000..a93b844d --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/PositioningInstruction.html @@ -0,0 +1,514 @@ + + + + + +PositioningInstruction + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class PositioningInstruction

+
+
+ +
+
    +
  • +
    +
    +
    public class PositioningInstruction
    +extends java.lang.Object
    +
    The positioning instruction holds information of where to place the signature + block. + +

    + This instruction is given to the PDF writer in order to place the signature. +

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

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected booleanmake_new_page +
      Tells, if a new plain page should be appended.
      +
      protected intpage +
      The number of the page on which the signature block is to be placed.
      +
      protected floatrotation +
      The rotation of the signature block
      +
      protected floatx +
      The x coordinate where the upper left corner of the signature block should + be placed.
      +
      protected floaty +
      The y coordinate where the upper left corner of the signature block should + be placed.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PositioningInstruction(boolean make_new_page, + int page, + float x, + float y, + float rotation) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object obj) 
      intgetPage() +
      Returns the page on which the signature is to be printed.
      +
      floatgetRotation() 
      floatgetX() +
      Returns the x coordinate where the upper left corner of the signature block + should be placed.
      +
      floatgetY() +
      Returns the y coordinate where the upper left corner of the signature block + should be placed.
      +
      inthashCode() 
      booleanisMakeNewPage() +
      Tells, if a new plain page should be appended to the document.
      +
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        make_new_page

        +
        protected boolean make_new_page
        +
        Tells, if a new plain page should be appended. + +

        + This command is executed before the signature block is positioned according + to page, x and y. +

        +
      • +
      + + + +
        +
      • +

        page

        +
        protected int page
        +
        The number of the page on which the signature block is to be placed. If + specified to make a new page, the number of this newly created page can be + used here as well.
        +
      • +
      + + + +
        +
      • +

        x

        +
        protected float x
        +
        The x coordinate where the upper left corner of the signature block should + be placed.
        +
      • +
      + + + +
        +
      • +

        y

        +
        protected float y
        +
        The y coordinate where the upper left corner of the signature block should + be placed.
        +
      • +
      + + + +
        +
      • +

        rotation

        +
        protected float rotation
        +
        The rotation of the signature block
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PositioningInstruction

        +
        public PositioningInstruction(boolean make_new_page,
        +                      int page,
        +                      float x,
        +                      float y,
        +                      float rotation)
        +
        Parameters:
        make_new_page - Tells, if a new plain page should be appended. This command is + executed before the signature block is positioned according to + page, x and y.
        page - The number of the page on which the signature block is to be + placed. If specified to make a new page, the number of this newly + created page can be used here as well.
        x - The x coordinate where the upper left corner of the signature + block should be placed.
        y - The y coordinate where the upper left corner of the signature + block should be placed.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isMakeNewPage

        +
        public boolean isMakeNewPage()
        +
        Tells, if a new plain page should be appended to the document.
        +
        Returns:
        Returns true, if a new plain page should be appended.
        +
      • +
      + + + +
        +
      • +

        getPage

        +
        public int getPage()
        +
        Returns the page on which the signature is to be printed.
        +
        Returns:
        Returns the page on which the signature is to be printed.
        +
      • +
      + + + +
        +
      • +

        getX

        +
        public float getX()
        +
        Returns the x coordinate where the upper left corner of the signature block + should be placed.
        +
        Returns:
        Returns the x coordinate where the upper left corner of the + signature block should be placed.
        +
      • +
      + + + +
        +
      • +

        getY

        +
        public float getY()
        +
        Returns the y coordinate where the upper left corner of the signature block + should be placed.
        +
        Returns:
        Returns the y coordinate where the upper left corner of the + signature block should be placed.
        +
      • +
      + + + +
        +
      • +

        getRotation

        +
        public float getRotation()
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html new file mode 100644 index 00000000..642eebde --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/TablePos.html @@ -0,0 +1,498 @@ + + + + + +TablePos + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf
+

Class TablePos

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class TablePos
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    Class that holds the exact position where the table should be written to the + document.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      floatfooter_line +
      The top y position of the footer line.
      +
      java.lang.Stringmyposstring +
      The y position.
      +
      floatrotation +
      The rotation of the signature block
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      TablePos() 
      TablePos(java.lang.String pos_string) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetFooterLine() 
      intgetPage() 
      floatgetPosX() 
      floatgetPosY() 
      floatgetWidth() 
      booleanisNewPage() 
      booleanisPauto() 
      booleanisWauto() 
      booleanisXauto() 
      booleanisYauto() 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        footer_line

        +
        public float footer_line
        +
        The top y position of the footer line.
        +
      • +
      + + + +
        +
      • +

        rotation

        +
        public float rotation
        +
        The rotation of the signature block
        +
      • +
      + + + +
        +
      • +

        myposstring

        +
        public java.lang.String myposstring
        +
        The y position.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TablePos

        +
        public TablePos()
        +
      • +
      + + + +
        +
      • +

        TablePos

        +
        public TablePos(java.lang.String pos_string)
        +         throws PdfAsException
        +
        Constructor.
        +
        Parameters:
        pos_string - The pos instruction. + format : [x:x_algo];[y:y_algo];[w:w_algo][p:p_algo];[f:f_algo];[r:r_algo] + x_algo:='auto' ... automatic positioning x + floatvalue ... absolute x + y_algo:='auto' ... automatic positioning y + floatvalue ... absolute y + w_algo:='auto' ... automatic width + floatvalue ... absolute width + p_algo:='auto' ... automatic last page + 'new' ... new page + intvalue ... pagenumber + f_algo floatvalue ... consider footerline (only if y_algo is auto and p_algo is not 'new') + r_algo floatvalue ... rotate the table arround the lower left corner anti clockwise in degree
        +
        Throws:
        +
        PdfAsException
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isXauto

        +
        public boolean isXauto()
        +
      • +
      + + + +
        +
      • +

        isYauto

        +
        public boolean isYauto()
        +
      • +
      + + + +
        +
      • +

        isWauto

        +
        public boolean isWauto()
        +
      • +
      + + + +
        +
      • +

        isPauto

        +
        public boolean isPauto()
        +
      • +
      + + + +
        +
      • +

        isNewPage

        +
        public boolean isNewPage()
        +
      • +
      + + + +
        +
      • +

        getPage

        +
        public int getPage()
        +
      • +
      + + + +
        +
      • +

        getFooterLine

        +
        public float getFooterLine()
        +
      • +
      + + + +
        +
      • +

        getPosX

        +
        public float getPosX()
        +
      • +
      + + + +
        +
      • +

        getPosY

        +
        public float getPosY()
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public float getWidth()
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathConstructionOperatorProcessor.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathConstructionOperatorProcessor.html new file mode 100644 index 00000000..a67c7983 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathConstructionOperatorProcessor.html @@ -0,0 +1,296 @@ + + + + + +PathConstructionOperatorProcessor + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path
+

Class PathConstructionOperatorProcessor

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

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.awt.geom.Point2Dtransform(double x, + double y) +
      Transforms the given point from user space coordinates to device space coordinates based on the current + transition matrix.
      +
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, process, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PathConstructionOperatorProcessor

        +
        public PathConstructionOperatorProcessor(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        transform

        +
        public java.awt.geom.Point2D transform(double x,
        +                              double y)
        +
        Transforms the given point from user space coordinates to device space coordinates based on the current + transition matrix.
        +
        Parameters:
        x - The x axis value of the user space coordinates.
        y - The y axis value of the user space coordinates.
        +
        Returns:
        The transformed point.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathPaintingOperatorProcessor.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathPaintingOperatorProcessor.html new file mode 100644 index 00000000..21c22b79 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/PathPaintingOperatorProcessor.html @@ -0,0 +1,259 @@ + + + + + +PathPaintingOperatorProcessor + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path
+

Class PathPaintingOperatorProcessor

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

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, process, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        PathPaintingOperatorProcessor

        +
        public PathPaintingOperatorProcessor(PDFPage context)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/ClosePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/ClosePath.html new file mode 100644 index 00000000..d46c2386 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/ClosePath.html @@ -0,0 +1,306 @@ + + + + + +ClosePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class ClosePath

+
+
+ +
+
    +
  • +
    +
    +
    public class ClosePath
    +extends PathConstructionOperatorProcessor
    +
    Close the current subpath by appending a straight line segment from the current point to the starting point of the + subpath. If the current subpath is already closed, h shall donothing. This operator terminates the current subpath. + Appending another segment to the current path shall begin a new subpath, even if the new segment begins at the + endpoint reached by the h operation.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ClosePath(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        ClosePath

        +
        public ClosePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveTo.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveTo.html new file mode 100644 index 00000000..4acd7d37 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveTo.html @@ -0,0 +1,305 @@ + + + + + +CurveTo + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class CurveTo

+
+
+ +
+
    +
  • +
    +
    +
    public class CurveTo
    +extends PathConstructionOperatorProcessor
    +
    Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), + using (x1, y1) and (x2, y2) as the Bezier control points (see 8.5.2.2, "Cubic Bezier Curves"). The new current point + shall be (x3, y3).
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      CurveTo(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        CurveTo

        +
        public CurveTo(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateFinalPoint.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateFinalPoint.html new file mode 100644 index 00000000..936d7cea --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateFinalPoint.html @@ -0,0 +1,305 @@ + + + + + +CurveToReplicateFinalPoint + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class CurveToReplicateFinalPoint

+
+
+ +
+
    +
  • +
    +
    +
    public class CurveToReplicateFinalPoint
    +extends PathConstructionOperatorProcessor
    +
    Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), + using (x1, y1) and (x3, y3) as the Bezier control points (see 8.5.2.2, "Cubic Bezier Curves"). The new current point + shall be (x3, y3).
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        CurveToReplicateFinalPoint

        +
        public CurveToReplicateFinalPoint(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateInitialPoint.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateInitialPoint.html new file mode 100644 index 00000000..d6dd99d3 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/CurveToReplicateInitialPoint.html @@ -0,0 +1,305 @@ + + + + + +CurveToReplicateInitialPoint + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class CurveToReplicateInitialPoint

+
+
+ +
+
    +
  • +
    +
    +
    public class CurveToReplicateInitialPoint
    +extends PathConstructionOperatorProcessor
    +
    Append a cubic Bezier curve to the current path. The curve shall extend from the current point to the point (x3, y3), + using the current point and (x2, y2) as the Bezier control points (see 8.5.2.2, "Cubic Bezier Curves"). The new + current point shall be (x3, y3).
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        CurveToReplicateInitialPoint

        +
        public CurveToReplicateInitialPoint(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/LineTo.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/LineTo.html new file mode 100644 index 00000000..4879f37c --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/LineTo.html @@ -0,0 +1,303 @@ + + + + + +LineTo + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class LineTo

+
+
+ +
+
    +
  • +
    +
    +
    public class LineTo
    +extends PathConstructionOperatorProcessor
    +
    Append a straight line segment from the current point to the point (x, y). The new current point shall be (x, y).
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LineTo(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        LineTo

        +
        public LineTo(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html new file mode 100644 index 00000000..89699958 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/MoveTo.html @@ -0,0 +1,305 @@ + + + + + +MoveTo + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.construction
+

Class MoveTo

+
+
+ +
+
    +
  • +
    +
    +
    public class MoveTo
    +extends PathConstructionOperatorProcessor
    +
    Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment. If the + previous path construction operator in the current path was also m, the new m overrides it; no vestige of the + previous m operation remains in the path.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.2 'Path Construction Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MoveTo(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      + +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        MoveTo

        +
        public MoveTo(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-frame.html new file mode 100644 index 00000000..3170fe77 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-frame.html @@ -0,0 +1,24 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path.construction + + + + +

at.knowcenter.wag.egov.egiz.pdf.operator.path.construction

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-summary.html new file mode 100644 index 00000000..d04b6acf --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-summary.html @@ -0,0 +1,164 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path.construction + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.pdf.operator.path.construction

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-tree.html new file mode 100644 index 00000000..df93c388 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/construction/package-tree.html @@ -0,0 +1,139 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path.construction Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.pdf.operator.path.construction

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-frame.html new file mode 100644 index 00000000..f975025f --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-frame.html @@ -0,0 +1,20 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path + + + + +

at.knowcenter.wag.egov.egiz.pdf.operator.path

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-summary.html new file mode 100644 index 00000000..5c6b14bd --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-summary.html @@ -0,0 +1,139 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.pdf.operator.path

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-tree.html new file mode 100644 index 00000000..8635c2cf --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/package-tree.html @@ -0,0 +1,131 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.pdf.operator.path

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseAndStrokePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseAndStrokePath.html new file mode 100644 index 00000000..875c0f5d --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseAndStrokePath.html @@ -0,0 +1,296 @@ + + + + + +CloseAndStrokePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class CloseAndStrokePath

+
+
+ +
+
    +
  • +
    +
    +
    public class CloseAndStrokePath
    +extends PathPaintingOperatorProcessor
    +
    Close and stroke the path. This operator shall have the same effect as the sequence h S.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        CloseAndStrokePath

        +
        public CloseAndStrokePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillEvenOddAndStrokePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillEvenOddAndStrokePath.html new file mode 100644 index 00000000..7c266996 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillEvenOddAndStrokePath.html @@ -0,0 +1,297 @@ + + + + + +CloseFillEvenOddAndStrokePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class CloseFillEvenOddAndStrokePath

+
+
+ +
+
    +
  • +
    +
    +
    public class CloseFillEvenOddAndStrokePath
    +extends PathPaintingOperatorProcessor
    +
    Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill. This operator shall + have the same effect as the sequence h B*.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        CloseFillEvenOddAndStrokePath

        +
        public CloseFillEvenOddAndStrokePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillNonZeroAndStrokePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillNonZeroAndStrokePath.html new file mode 100644 index 00000000..7fd87f91 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/CloseFillNonZeroAndStrokePath.html @@ -0,0 +1,297 @@ + + + + + +CloseFillNonZeroAndStrokePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class CloseFillNonZeroAndStrokePath

+
+
+ +
+
    +
  • +
    +
    +
    public class CloseFillNonZeroAndStrokePath
    +extends PathPaintingOperatorProcessor
    +
    Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill. This + operator shall have the same effect as the sequence h B.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        CloseFillNonZeroAndStrokePath

        +
        public CloseFillNonZeroAndStrokePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/EndPath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/EndPath.html new file mode 100644 index 00000000..9e59169c --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/EndPath.html @@ -0,0 +1,297 @@ + + + + + +EndPath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class EndPath

+
+
+ +
+
    +
  • +
    +
    +
    public class EndPath
    +extends PathPaintingOperatorProcessor
    +
    End the path object without filling or stroking it. This operator shall be a path-painting no-op, used primarily for + the side effect of changing the current clipping path.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      EndPath(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        EndPath

        +
        public EndPath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillEvenOddAndStrokePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillEvenOddAndStrokePath.html new file mode 100644 index 00000000..4a08050e --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillEvenOddAndStrokePath.html @@ -0,0 +1,298 @@ + + + + + +FillEvenOddAndStrokePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class FillEvenOddAndStrokePath

+
+
+ +
+
    +
  • +
    +
    +
    public class FillEvenOddAndStrokePath
    +extends PathPaintingOperatorProcessor
    +
    Fill and then stroke the path, using the even-odd rule to determine the region to fill. This operator shall produce + the same result as B, except that the path is filled as if with f* instead of + f.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        FillEvenOddAndStrokePath

        +
        public FillEvenOddAndStrokePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillNonZeroAndStrokePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillNonZeroAndStrokePath.html new file mode 100644 index 00000000..5cd9e581 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillNonZeroAndStrokePath.html @@ -0,0 +1,298 @@ + + + + + +FillNonZeroAndStrokePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class FillNonZeroAndStrokePath

+
+
+ +
+
    +
  • +
    +
    +
    public class FillNonZeroAndStrokePath
    +extends PathPaintingOperatorProcessor
    +
    Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill. This operator + shall produce the same result as constructing two identical path objects, painting the first with f and + the second with S.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        FillNonZeroAndStrokePath

        +
        public FillNonZeroAndStrokePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathEvenOddRule.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathEvenOddRule.html new file mode 100644 index 00000000..b8993661 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathEvenOddRule.html @@ -0,0 +1,296 @@ + + + + + +FillPathEvenOddRule + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class FillPathEvenOddRule

+
+
+ +
+
    +
  • +
    +
    +
    public class FillPathEvenOddRule
    +extends PathPaintingOperatorProcessor
    +
    Fill the path, using the even-odd rule to determine the region to fill.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        FillPathEvenOddRule

        +
        public FillPathEvenOddRule(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathNonZeroWindingNumberRule.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathNonZeroWindingNumberRule.html new file mode 100644 index 00000000..327bf503 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/FillPathNonZeroWindingNumberRule.html @@ -0,0 +1,297 @@ + + + + + +FillPathNonZeroWindingNumberRule + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class FillPathNonZeroWindingNumberRule

+
+
+ +
+
    +
  • +
    +
    +
    public class FillPathNonZeroWindingNumberRule
    +extends PathPaintingOperatorProcessor
    +
    Fill the path, using the nonzero winding number rule to determine the region to fill. Any subpaths that are open + shall be implicitly closed before being filled.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        FillPathNonZeroWindingNumberRule

        +
        public FillPathNonZeroWindingNumberRule(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/StrokePath.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/StrokePath.html new file mode 100644 index 00000000..b2435910 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/StrokePath.html @@ -0,0 +1,296 @@ + + + + + +StrokePath + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.operator.path.painting
+

Class StrokePath

+
+
+ +
+
    +
  • +
    +
    +
    public class StrokePath
    +extends PathPaintingOperatorProcessor
    +
    Strokes the path.
    +
    See Also:
    "PDF 1.7 specification, Section 8.5.3 'Path-Painting Operators'"
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +context
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      StrokePath(PDFPage context) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidprocess(org.apache.pdfbox.util.PDFOperator operator, + java.util.List operands) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.operator.OperatorProcessor

        +getContext, setContext
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        StrokePath

        +
        public StrokePath(PDFPage context)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        process

        +
        public void process(org.apache.pdfbox.util.PDFOperator operator,
        +           java.util.List operands)
        +             throws java.io.IOException
        +
        +
        Specified by:
        +
        process in class org.apache.pdfbox.util.operator.OperatorProcessor
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-frame.html new file mode 100644 index 00000000..fa149d02 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-frame.html @@ -0,0 +1,27 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path.painting + + + + +

at.knowcenter.wag.egov.egiz.pdf.operator.path.painting

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-summary.html new file mode 100644 index 00000000..7e18070c --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-summary.html @@ -0,0 +1,181 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path.painting + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.pdf.operator.path.painting

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-tree.html new file mode 100644 index 00000000..d05ad099 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/operator/path/painting/package-tree.html @@ -0,0 +1,142 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.operator.path.painting Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.pdf.operator.path.painting

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-frame.html new file mode 100644 index 00000000..b2b2cabf --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-frame.html @@ -0,0 +1,23 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf + + + + +

at.knowcenter.wag.egov.egiz.pdf

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-summary.html new file mode 100644 index 00000000..a8d1d346 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-summary.html @@ -0,0 +1,160 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.pdf

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-tree.html new file mode 100644 index 00000000..4f4e24e4 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/package-tree.html @@ -0,0 +1,143 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.pdf

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/SignatureEntry.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/SignatureEntry.html new file mode 100644 index 00000000..97af408d --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/SignatureEntry.html @@ -0,0 +1,463 @@ + + + + + +SignatureEntry + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.pdf.sig
+

Class SignatureEntry

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class SignatureEntry
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class is to store a signature entry. The signature entry is 3-tupel. A key that is defined + or declarated in the settings file, an optional caption or a value.
    + An additional helper value is a marker for the start index of the key, if the key is found in an + analysing process extracting captions and values from a raw signature text.
    +
    See Also:
    at.knowcenter.wag.egov.egiz.sig.SignatureObject, +Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      booleanisPlaceholder 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      SignatureEntry() +
      The empty constructor.
      +
      SignatureEntry(java.lang.String key) +
      A new SignatureEntry init with the key.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetCaption() +
      Returns the caption off the current key.
      +
      java.lang.StringgetKey() +
      Return the current key.
      +
      intgetStartIndex() +
      Return the start position of the key that caption is found in the signature text.
      +
      java.lang.StringgetValue() +
      Return the value of the current key.
      +
      voidsetCaption(java.lang.String caption) +
      Set the caption of the current key.
      +
      voidsetKey(java.lang.String key) +
      Set the current key.
      +
      voidsetStartIndex(int startIndex) +
      Set the start position of the current key.
      +
      voidsetValue(java.lang.String value) +
      Set the value of the current key.
      +
      java.lang.StringtoString() +
      The toString method, used for tests or debugging.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        isPlaceholder

        +
        public boolean isPlaceholder
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignatureEntry

        +
        public SignatureEntry()
        +
        The empty constructor.
        +
      • +
      + + + +
        +
      • +

        SignatureEntry

        +
        public SignatureEntry(java.lang.String key)
        +
        A new SignatureEntry init with the key.
        +
        Parameters:
        key -
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCaption

        +
        public java.lang.String getCaption()
        +
        Returns the caption off the current key.
        +
        Returns:
        Returns the caption.
        +
      • +
      + + + +
        +
      • +

        setCaption

        +
        public void setCaption(java.lang.String caption)
        +
        Set the caption of the current key.
        +
        Parameters:
        caption - The caption to set.
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public java.lang.String getKey()
        +
        Return the current key.
        +
        Returns:
        Returns the key.
        +
      • +
      + + + +
        +
      • +

        setKey

        +
        public void setKey(java.lang.String key)
        +
        Set the current key.
        +
        Parameters:
        key - The key to set.
        +
      • +
      + + + +
        +
      • +

        getStartIndex

        +
        public int getStartIndex()
        +
        Return the start position of the key that caption is found in the signature text.
        +
        Returns:
        Returns the startIndex.
        +
      • +
      + + + +
        +
      • +

        setStartIndex

        +
        public void setStartIndex(int startIndex)
        +
        Set the start position of the current key.
        +
        Parameters:
        startIndex - The startIndex to set.
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public java.lang.String getValue()
        +
        Return the value of the current key.
        +
        Returns:
        Returns the value.
        +
      • +
      + + + +
        +
      • +

        setValue

        +
        public void setValue(java.lang.String value)
        +
        Set the value of the current key.
        +
        Parameters:
        value - The value to set.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-frame.html new file mode 100644 index 00000000..9eb21be9 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-frame.html @@ -0,0 +1,19 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.sig + + + + +

at.knowcenter.wag.egov.egiz.pdf.sig

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-summary.html new file mode 100644 index 00000000..f366a54d --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-summary.html @@ -0,0 +1,133 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.sig + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.pdf.sig

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-tree.html new file mode 100644 index 00000000..c7766731 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/pdf/sig/package-tree.html @@ -0,0 +1,126 @@ + + + + + +at.knowcenter.wag.egov.egiz.pdf.sig Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.pdf.sig

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.State.html b/docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.State.html new file mode 100644 index 00000000..99b237b6 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.State.html @@ -0,0 +1,443 @@ + + + + + +SignatureTypes.State + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.sig
+

Enum SignatureTypes.State

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<SignatureTypes.State>
    +
    +
    +
    Enclosing class:
    +
    SignatureTypes
    +
    +
    +
    +
    public static enum SignatureTypes.State
    +extends java.lang.Enum<SignatureTypes.State>
    +
    Defines all supported states for SignatureTypes (signature + profiles). Signature types can be enabled ("on"), can be set to support + signature only ("sign_only"), to verification only ("verify_only") or can + be disabled ("off" or any other value not covered by other enum values).
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      OFF +
      Disables a signature profile.
      +
      ON +
      Enables a signature profile.
      +
      SIGN_ONLY +
      Allows the signature profile to be used for signature but not for + verification.
      +
      VERIFY_ONLY +
      Restricts the signature profile so that is can only be used for + verification purposes and not for signature.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleancanSign() +
      Returns if the respective state allows signatures.
      +
      booleancanVerify() +
      Returns if the respective state allows verification.
      +
      static SignatureTypes.StatefromString(java.lang.String keyWord) +
      Returns a valid State from a given keyWord.
      +
      booleanin(SignatureTypes.State... states) +
      Returns true when the current state is one of the given + candidate states.
      +
      static SignatureTypes.StatevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static SignatureTypes.State[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

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

        VERIFY_ONLY

        +
        public static final SignatureTypes.State VERIFY_ONLY
        +
        Restricts the signature profile so that is can only be used for + verification purposes and not for signature.
        +
      • +
      + + + +
        +
      • +

        SIGN_ONLY

        +
        public static final SignatureTypes.State SIGN_ONLY
        +
        Allows the signature profile to be used for signature but not for + verification.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static SignatureTypes.State[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (SignatureTypes.State c : SignatureTypes.State.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in +the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static SignatureTypes.State valueOf(java.lang.String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
      • +
      + + + +
        +
      • +

        fromString

        +
        public static SignatureTypes.State fromString(java.lang.String keyWord)
        +
        Returns a valid State from a given keyWord. If the + keyWord cannot be matched to a certain state, the default + State OFF is returned.
        +
        Parameters:
        keyWord - A valid keyword like "on", "sign_only"...
        +
        Returns:
        The enum State.
        +
      • +
      + + + +
        +
      • +

        in

        +
        public boolean in(SignatureTypes.State... states)
        +
        Returns true when the current state is one of the given + candidate states.
        +
        Parameters:
        states - The candidate states.
        +
        Returns:
        true when the current state is one of the given + candidate states, false if not.
        +
      • +
      + + + +
        +
      • +

        canSign

        +
        public boolean canSign()
        +
        Returns if the respective state allows signatures.
        +
        Returns:
        true if signatures are allowed, false if not.
        +
      • +
      + + + +
        +
      • +

        canVerify

        +
        public boolean canVerify()
        +
        Returns if the respective state allows verification.
        +
        Returns:
        true if verification is allowed, false if + not.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.html b/docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.html new file mode 100644 index 00000000..4ea4724e --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/sig/SignatureTypes.html @@ -0,0 +1,539 @@ + + + + + +SignatureTypes + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.sig
+

Class SignatureTypes

+
+
+ +
+
    +
  • +
    +
    +
    public class SignatureTypes
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class SignatureTypes.State +
      Defines all supported states for SignatureTypes (signature + profiles).
      +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.String[]REQUIRED_SIG_KEYS 
      static java.lang.StringSIG_ALG +
      Standard key get/set the signature algorithm (sign + hash)
      +
      static java.lang.StringSIG_DATE +
      Standard key get/set the signature date
      +
      static java.lang.StringSIG_ID +
      Standard key get/set the signation id's used by BKU signated documents
      +
      static java.lang.StringSIG_ISSUER +
      Standard key get/set the signator issuer
      +
      static java.lang.StringSIG_KZ +
      The EGIZ Algorithm "Kennzeichnung".
      +
      static java.lang.StringSIG_LABEL +
      Standard key get/set the reference to the signature label (image mark)
      +
      static java.lang.StringSIG_META +
      Standard key get/set the signature meta informations
      +
      static java.lang.StringSIG_NAME +
      Standard key get/set the singature name
      +
      static java.lang.StringSIG_NORM +
      Standard key get/set the normalisation method used
      +
      static java.lang.StringSIG_NOTE +
      Standard key get/set the signature note + added by rpiazzi
      +
      static java.lang.StringSIG_NUMBER +
      Standard key get/set the serial number of the signature
      +
      static java.lang.StringSIG_SUBJECT +
      Standard key get/set the signature subject + Added to be able to define static signator name within config file + added by rpiazzi
      +
      static java.lang.StringSIG_VALUE +
      Standard key get/set the siganture value
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static booleanisRequredSigTypeKey(java.lang.String name) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        SIG_NAME

        +
        public static final java.lang.String SIG_NAME
        +
        Standard key get/set the singature name
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_DATE

        +
        public static final java.lang.String SIG_DATE
        +
        Standard key get/set the signature date
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_ISSUER

        +
        public static final java.lang.String SIG_ISSUER
        +
        Standard key get/set the signator issuer
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_VALUE

        +
        public static final java.lang.String SIG_VALUE
        +
        Standard key get/set the siganture value
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_NORM

        +
        public static final java.lang.String SIG_NORM
        +
        Standard key get/set the normalisation method used
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_ID

        +
        public static final java.lang.String SIG_ID
        +
        Standard key get/set the signation id's used by BKU signated documents
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_KZ

        +
        public static final java.lang.String SIG_KZ
        +
        The EGIZ Algorithm "Kennzeichnung".
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_LABEL

        +
        public static final java.lang.String SIG_LABEL
        +
        Standard key get/set the reference to the signature label (image mark)
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_NUMBER

        +
        public static final java.lang.String SIG_NUMBER
        +
        Standard key get/set the serial number of the signature
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_META

        +
        public static final java.lang.String SIG_META
        +
        Standard key get/set the signature meta informations
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_ALG

        +
        public static final java.lang.String SIG_ALG
        +
        Standard key get/set the signature algorithm (sign + hash)
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_NOTE

        +
        public static final java.lang.String SIG_NOTE
        +
        Standard key get/set the signature note + added by rpiazzi
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        SIG_SUBJECT

        +
        public static final java.lang.String SIG_SUBJECT
        +
        Standard key get/set the signature subject + Added to be able to define static signator name within config file + added by rpiazzi
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        REQUIRED_SIG_KEYS

        +
        public static java.lang.String[] REQUIRED_SIG_KEYS
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignatureTypes

        +
        public SignatureTypes()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isRequredSigTypeKey

        +
        public static boolean isRequredSigTypeKey(java.lang.String name)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/sig/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/sig/package-frame.html new file mode 100644 index 00000000..c6ad4d57 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/sig/package-frame.html @@ -0,0 +1,23 @@ + + + + + +at.knowcenter.wag.egov.egiz.sig + + + + +

at.knowcenter.wag.egov.egiz.sig

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/sig/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/sig/package-summary.html new file mode 100644 index 00000000..af15761d --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/sig/package-summary.html @@ -0,0 +1,149 @@ + + + + + +at.knowcenter.wag.egov.egiz.sig + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.sig

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/sig/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/sig/package-tree.html new file mode 100644 index 00000000..39478e7a --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/sig/package-tree.html @@ -0,0 +1,138 @@ + + + + + +at.knowcenter.wag.egov.egiz.sig Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.sig

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html new file mode 100644 index 00000000..298139f9 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Entry.html @@ -0,0 +1,553 @@ + + + + + +Entry + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Entry

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Entry
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class implements a table entry for different types. A table entry can be + styled and setting there column dimensions. The default value for the column + dimension is 1. To declare the type of the entry use the public + TYPE_ definitions.
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intTYPE_CAPTION +
      Type for a text entry.
      +
      static intTYPE_IMAGE +
      Type for an image entry.
      +
      static intTYPE_TABLE +
      Type for a table entry.
      +
      static intTYPE_VALUE +
      Type for a text entry.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Entry() +
      The empty constructor.
      +
      Entry(int type, + java.lang.Object value, + java.lang.String key) +
      A constructor setting the type and the value.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetColSpan() 
      java.lang.StringgetKey() 
      StylegetStyle() 
      intgetType() 
      java.lang.ObjectgetValue() 
      booleanisNoWrap() 
      voidsetColSpan(int colSpan) 
      voidsetKey(java.lang.String key) 
      voidsetNoWrap(boolean noWrap) 
      voidsetStyle(Style style) 
      voidsetType(int type) 
      voidsetValue(java.lang.Object value) 
      java.lang.StringtoString() +
      The toString method, used for tests or debugging.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        Entry

        +
        public Entry()
        +
        The empty constructor.
        +
      • +
      + + + +
        +
      • +

        Entry

        +
        public Entry(int type,
        +     java.lang.Object value,
        +     java.lang.String key)
        +
        A constructor setting the type and the value.
        +
        Parameters:
        type - the entry type to set
        value - the entry value to set
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStyle

        +
        public Style getStyle()
        +
        Returns:
        Returns the entry style.
        +
      • +
      + + + +
        +
      • +

        setStyle

        +
        public void setStyle(Style style)
        +
        Parameters:
        style - The style to set.
        +
      • +
      + + + +
        +
      • +

        getType

        +
        public int getType()
        +
        Returns:
        Returns the entry type.
        +
      • +
      + + + +
        +
      • +

        setType

        +
        public void setType(int type)
        +
        Parameters:
        type - The type to set.
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public java.lang.Object getValue()
        +
        Returns:
        Returns the entry value.
        +
      • +
      + + + +
        +
      • +

        setValue

        +
        public void setValue(java.lang.Object value)
        +
        Parameters:
        value - The value to set.
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public java.lang.String getKey()
        +
        Returns:
        Returns the key.
        +
      • +
      + + + +
        +
      • +

        setKey

        +
        public void setKey(java.lang.String key)
        +
        Parameters:
        key - The key to set.
        +
      • +
      + + + +
        +
      • +

        getColSpan

        +
        public int getColSpan()
        +
        Returns:
        Returns the colSpan.
        +
      • +
      + + + +
        +
      • +

        setColSpan

        +
        public void setColSpan(int colSpan)
        +
        Parameters:
        colSpan - The colSpan to set.
        +
      • +
      + + + +
        +
      • +

        isNoWrap

        +
        public boolean isNoWrap()
        +
        Returns:
        Returns the wrap indicator.
        +
      • +
      + + + +
        +
      • +

        setNoWrap

        +
        public void setNoWrap(boolean noWrap)
        +
        Parameters:
        noWrap - The wrap indicator to set.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html new file mode 100644 index 00000000..2eb3c4cb --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.ImageScaleToFit.html @@ -0,0 +1,375 @@ + + + + + +Style.ImageScaleToFit + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Style.ImageScaleToFit

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    Style
    +
    +
    +
    +
    public static class Style.ImageScaleToFit
    +extends java.lang.Object
    +
    Holds the width and the height an image can be scaled to fit.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected floatheight +
      The height.
      +
      protected floatwidth +
      The width.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Style.ImageScaleToFit(float width, + float height) +
      Constructor.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      floatgetHeight() +
      Returns the height.
      +
      floatgetWidth() +
      Returns the width.
      +
      voidsetHeight(float height) +
      Sets the height.
      +
      voidsetWidth(float width) +
      Sets the width.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        width

        +
        protected float width
        +
        The width.
        +
      • +
      + + + +
        +
      • +

        height

        +
        protected float height
        +
        The height.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Style.ImageScaleToFit

        +
        public Style.ImageScaleToFit(float width,
        +                     float height)
        +
        Constructor.
        +
        Parameters:
        width - The width.
        height - The height.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getWidth

        +
        public float getWidth()
        +
        Returns the width.
        +
        Returns:
        Returns the width.
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public void setWidth(float width)
        +
        Sets the width.
        +
        Parameters:
        width - The width to set.
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public float getHeight()
        +
        Returns the height.
        +
        Returns:
        Returns the height.
        +
      • +
      + + + +
        +
      • +

        setHeight

        +
        public void setHeight(float height)
        +
        Sets the height.
        +
        Parameters:
        height - The height to set.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Style.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.html new file mode 100644 index 00000000..5c55753f --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Style.html @@ -0,0 +1,1204 @@ + + + + + +Style + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Style

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Style
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class implements an abstract style definiton used in tables or table entrys. Predefined + values exists for valign and halign. Color definitions uses the native awt color declarations. +
    + The predefined keys are used in the setting definition file to style tables and table entries. +
    + It provides an static method to inherit style informations from a given style object. + doInherit(at.knowcenter.wag.egov.egiz.table.Style, at.knowcenter.wag.egov.egiz.table.Style)
    +
    See Also:
    Color, +Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Style.ImageScaleToFit +
      Holds the width and the height an image can be scaled to fit.
      +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringBGCOLOR +
      bgcolor key
      +
      static java.lang.StringBOLD +
      Font type BOLD
      +
      static java.lang.StringBOLDITALIC +
      Font type BOLDITALIC
      +
      static java.lang.StringBORDER +
      border key, default border = 1;
      + The border value is one value for all border lines of an entry or table!
      + No separte definitions for top, right, bottom or left are possible.
      +
      static java.lang.StringBOTTOM +
      valign statement key bottom
      +
      static java.lang.StringCENTER +
      halign statement key center
      +
      static java.lang.StringCOURIER +
      Font name COURIER
      +
      static java.lang.StringFONT +
      Font key
      +
      static java.lang.StringHALIGN +
      halign key
      +
      static java.lang.StringHELVETICA +
      Font name HELVETICA
      +
      static java.lang.StringIMAGE_SCALE_TO_FIT +
      The imageScaleToFit key.
      +
      static java.lang.StringIMAGEHALIGN +
      image halign key
      +
      static java.lang.StringIMAGEVALIGN +
      image valign key
      +
      static java.lang.StringITALIC +
      Font type ITALIC
      +
      static java.lang.StringLEFT +
      halign statement key left
      +
      static java.lang.StringMIDDLE +
      valign statement key middle
      +
      static java.lang.StringNORMAL +
      Font type NORMAL
      +
      static java.lang.StringPADDING +
      padding key, default padding = 1
      +
      static java.lang.StringRIGHT +
      halign statement key right
      +
      static java.lang.StringSTRIKETHRU +
      Font type STRIKETHRU
      +
      static java.lang.StringTIMES_ROMAN +
      Font name TIMES_ROMAN
      +
      static java.lang.StringTOP +
      valign statement key top
      +
      static java.lang.StringUNDERLINE +
      Font type UNDERLINE
      +
      static java.lang.StringVALIGN +
      valign key
      +
      static java.lang.StringVALUEFONT +
      The value font key.
      +
      static java.lang.StringVALUEHALIGN +
      value halign key
      +
      static java.lang.StringVALUEVALIGN +
      value valign key
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Style() +
      The empty constructor.
      +
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        TOP

        +
        public static final java.lang.String TOP
        +
        valign statement key top
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        MIDDLE

        +
        public static final java.lang.String MIDDLE
        +
        valign statement key middle
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BOTTOM

        +
        public static final java.lang.String BOTTOM
        +
        valign statement key bottom
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        LEFT

        +
        public static final java.lang.String LEFT
        +
        halign statement key left
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        CENTER

        +
        public static final java.lang.String CENTER
        +
        halign statement key center
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        RIGHT

        +
        public static final java.lang.String RIGHT
        +
        halign statement key right
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BGCOLOR

        +
        public static final java.lang.String BGCOLOR
        +
        bgcolor key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        VALUEHALIGN

        +
        public static final java.lang.String VALUEHALIGN
        +
        value halign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        VALUEVALIGN

        +
        public static final java.lang.String VALUEVALIGN
        +
        value valign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        IMAGEHALIGN

        +
        public static final java.lang.String IMAGEHALIGN
        +
        image halign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        IMAGEVALIGN

        +
        public static final java.lang.String IMAGEVALIGN
        +
        image valign key
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        PADDING

        +
        public static final java.lang.String PADDING
        +
        padding key, default padding = 1
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BORDER

        +
        public static final java.lang.String BORDER
        +
        border key, default border = 1;
        + The border value is one value for all border lines of an entry or table!
        + No separte definitions for top, right, bottom or left are possible.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        VALUEFONT

        +
        public static final java.lang.String VALUEFONT
        +
        The value font key.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        IMAGE_SCALE_TO_FIT

        +
        public static final java.lang.String IMAGE_SCALE_TO_FIT
        +
        The imageScaleToFit key.
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        HELVETICA

        +
        public static final java.lang.String HELVETICA
        +
        Font name HELVETICA
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        TIMES_ROMAN

        +
        public static final java.lang.String TIMES_ROMAN
        +
        Font name TIMES_ROMAN
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        COURIER

        +
        public static final java.lang.String COURIER
        +
        Font name COURIER
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        NORMAL

        +
        public static final java.lang.String NORMAL
        +
        Font type NORMAL
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + + + + + +
        +
      • +

        ITALIC

        +
        public static final java.lang.String ITALIC
        +
        Font type ITALIC
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        BOLDITALIC

        +
        public static final java.lang.String BOLDITALIC
        +
        Font type BOLDITALIC
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        UNDERLINE

        +
        public static final java.lang.String UNDERLINE
        +
        Font type UNDERLINE
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        STRIKETHRU

        +
        public static final java.lang.String STRIKETHRU
        +
        Font type STRIKETHRU
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Style

        +
        public Style()
        +
        The empty constructor.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setStyle

        +
        public void setStyle(java.lang.String id,
        +            java.lang.String value)
        +
        Set a style attribute. The style attribute must be one of the public definitions
        +
        Parameters:
        id - the style attribute to set
        value - the style value to set for the given attribute
        +
      • +
      + + + +
        +
      • +

        getBgColor

        +
        public java.awt.Color getBgColor()
        +
        Returns:
        Returns the bgColor.
        +
      • +
      + + + +
        +
      • +

        setBgColor

        +
        public void setBgColor(java.awt.Color bgColor)
        +
        Parameters:
        bgColor - The bgColor to set.
        +
      • +
      + + + +
        +
      • +

        getHAlign

        +
        public java.lang.String getHAlign()
        +
        Returns:
        Returns the hAlign.
        +
      • +
      + + + +
        +
      • +

        setHAlign

        +
        public void setHAlign(java.lang.String align)
        +
        Parameters:
        align - The hAlign to set.
        +
      • +
      + + + +
        +
      • +

        getPadding

        +
        public float getPadding()
        +
        Returns:
        Returns the padding.
        +
      • +
      + + + +
        +
      • +

        setPadding

        +
        public void setPadding(float padding)
        +
        Parameters:
        padding - The padding to set.
        +
      • +
      + + + +
        +
      • +

        getVAlign

        +
        public java.lang.String getVAlign()
        +
        Returns:
        Returns the vAlign.
        +
      • +
      + + + +
        +
      • +

        setVAlign

        +
        public void setVAlign(java.lang.String align)
        +
        Parameters:
        align - The vAlign to set.
        +
      • +
      + + + +
        +
      • +

        getBorder

        +
        public float getBorder()
        +
        Returns:
        Returns the border.
        +
      • +
      + + + +
        +
      • +

        setBorder

        +
        public void setBorder(float border)
        +
        Parameters:
        border - The border to set.
        +
      • +
      + + + +
        +
      • +

        getFont

        +
        public java.lang.String getFont()
        +
        Returns:
        Returns the font.
        +
      • +
      + + + +
        +
      • +

        setFont

        +
        public void setFont(java.lang.String font)
        +
        Parameters:
        font - The font to set.
        +
      • +
      + + + +
        +
      • +

        getValueFont

        +
        public java.lang.String getValueFont()
        +
        Returns the value font.
        +
        Returns:
        Returns the value font.
        +
      • +
      + + + +
        +
      • +

        setValueFont

        +
        public void setValueFont(java.lang.String valuefont)
        +
        Sets the value font.
        +
        Parameters:
        valuefont - The value font to be set.
        +
      • +
      + + + +
        +
      • +

        setValueHAlign

        +
        public void setValueHAlign(java.lang.String align)
        +
        Parameters:
        align - The valueHAlign to set.
        +
      • +
      + + + +
        +
      • +

        getValueHAlign

        +
        public java.lang.String getValueHAlign()
        +
        Returns the value halign
        +
        Returns:
        Returns the value halign
        +
      • +
      + + + +
        +
      • +

        setValueVAlign

        +
        public void setValueVAlign(java.lang.String align)
        +
        Parameters:
        align - The valueVAlign to set.
        +
      • +
      + + + +
        +
      • +

        getValueVAlign

        +
        public java.lang.String getValueVAlign()
        +
        Returns the value valign
        +
        Returns:
        Returns the value valign
        +
      • +
      + + + +
        +
      • +

        setImageHAlign

        +
        public void setImageHAlign(java.lang.String align)
        +
        Parameters:
        align - The imageHAlign to set.
        +
      • +
      + + + +
        +
      • +

        getImageHAlign

        +
        public java.lang.String getImageHAlign()
        +
        Returns the image halign
        +
        Returns:
        Returns the image halign
        +
      • +
      + + + +
        +
      • +

        setImageVAlign

        +
        public void setImageVAlign(java.lang.String align)
        +
        Parameters:
        align - The imageVAlign to set.
        +
      • +
      + + + +
        +
      • +

        getImageVAlign

        +
        public java.lang.String getImageVAlign()
        +
        Returns the image valign
        +
        Returns:
        Returns the image valign
        +
      • +
      + + + +
        +
      • +

        getImageScaleToFit

        +
        public Style.ImageScaleToFit getImageScaleToFit()
        +
        Returns the scaleToFit dimensions to be applied for image-cells.
        +
        Returns:
        Returns the scaleToFit dimensions to be applied for image-cells.
        +
      • +
      + + + +
        +
      • +

        setImageScaleToFit

        +
        public void setImageScaleToFit(Style.ImageScaleToFit imageScaleToFit)
        +
        Sets the scaleToFit dimensions to be applied for image-cells.
        +
        Parameters:
        imageScaleToFit_ - The scaleToFit dimensions to be applied for image-cells.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        doInherit

        +
        public static Style doInherit(Style baseStyle,
        +              Style inheritStyle)
        +
        This method inherits all style attributes (values) from a given style object. + +

        + A new style object is created that receives the properly inherited styles. +

        +

        + If a value is not defined in the baseStyle object it would be inhert from the inheritStyle object. +

        +
        Parameters:
        baseStyle - the style object that serves as a primary style source.
        inheritStyle - the style object that serves as a secondary style source in case a style attribute is not defined on the primary style source.
        isValue -
        +
        Returns:
        Returns a new Style object being fully equipped with styles.
        +
      • +
      + + + +
        +
      • +

        parseImageScaleToFit

        +
        protected static Style.ImageScaleToFit parseImageScaleToFit(java.lang.String imageScaleToFit)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/Table.html b/docs/full/at/knowcenter/wag/egov/egiz/table/Table.html new file mode 100644 index 00000000..07dc2ac2 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/Table.html @@ -0,0 +1,439 @@ + + + + + +Table + + + + + + + +
+ + + + + +
+ + + +
+
at.knowcenter.wag.egov.egiz.table
+

Class Table

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Table
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    This class implements an abstract table definition. The table contains table + rows and the table rows contains the table entries. A table can be styled and + a relative column width can be set.
    +
    See Also:
    Style, +Entry, +Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Table(java.lang.String name) +
      The table constructor init by a table name.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidaddRow(java.lang.String rowNumber, + java.util.ArrayList row) +
      Add a comlete table row to the current table.
      +
      float[]getColsRelativeWith() +
      The width of the columns are relative to each other.
      +
      intgetMaxCols() 
      java.lang.StringgetName() 
      java.util.ArrayListgetRows() +
      This method returns a sorted row list beginning with the row number 1.
      +
      StylegetStyle() 
      floatgetWidth() 
      voidsetColsRelativeWith(float[] cols) +
      The width of the columns are relative to each other.
      +
      voidsetStyle(Style style) 
      voidsetWidth(float width) 
      java.lang.StringtoString() +
      The toString method, used for tests or debugging.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        Table

        +
        public Table(java.lang.String name)
        +
        The table constructor init by a table name.
        +
        Parameters:
        name - the name for the table.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getColsRelativeWith

        +
        public float[] getColsRelativeWith()
        +
        The width of the columns are relative to each other. This means the values + are summarized and divided into portions of columns used.
        + Example: [1,4] means the second column is four times wider + than the first column.
        +
        Returns:
        Returns the relative width of the columns
        +
      • +
      + + + +
        +
      • +

        setColsRelativeWith

        +
        public void setColsRelativeWith(float[] cols)
        +
        The width of the columns are relative to each other. This means the values + are summarized and divided into portions of columns used.
        + Example: [10,90] means the first colum consumes 10% and the + second column consumes 90% of the table width.
        + The relative width of the columns to set.
        +
      • +
      + + + +
        +
      • +

        getStyle

        +
        public Style getStyle()
        +
        Returns:
        Returns the style.
        +
      • +
      + + + +
        +
      • +

        setStyle

        +
        public void setStyle(Style style)
        +
        Parameters:
        style - The style to set.
        +
      • +
      + + + +
        +
      • +

        getWidth

        +
        public float getWidth()
        +
        Returns:
        Returns the width.
        +
      • +
      + + + +
        +
      • +

        setWidth

        +
        public void setWidth(float width)
        +
        Parameters:
        width - The width to set.
        +
      • +
      + + + +
        +
      • +

        getMaxCols

        +
        public int getMaxCols()
        +
        Returns:
        Returns the maxCols.
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
        Returns:
        Returns the name.
        +
      • +
      + + + +
        +
      • +

        getRows

        +
        public java.util.ArrayList getRows()
        +
        This method returns a sorted row list beginning with the row number 1. The + entrys in a row also stored in a ArrayList.
        +
        Returns:
        Returns the sorted (by row number) table rows.
        +
      • +
      + + + +
        +
      • +

        addRow

        +
        public void addRow(java.lang.String rowNumber,
        +          java.util.ArrayList row)
        +
        Add a comlete table row to the current table. Be carefull usding the + correct row number because no check is done if a row with the given row + number does exist! In that case the stored row would be replaced!
        +
        Parameters:
        rowNumber - the row number to store the row entries
        row - the entry list to store
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        The toString method, used for tests or debugging.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html b/docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html new file mode 100644 index 00000000..843d9379 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/package-frame.html @@ -0,0 +1,22 @@ + + + + + +at.knowcenter.wag.egov.egiz.table + + + + +

at.knowcenter.wag.egov.egiz.table

+
+

Classes

+ +
+ + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html b/docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html new file mode 100644 index 00000000..69815d48 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/package-summary.html @@ -0,0 +1,151 @@ + + + + + +at.knowcenter.wag.egov.egiz.table + + + + + + + +
+ + + + + +
+ + +
+

Package at.knowcenter.wag.egov.egiz.table

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html b/docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html new file mode 100644 index 00000000..fe02cd44 --- /dev/null +++ b/docs/full/at/knowcenter/wag/egov/egiz/table/package-tree.html @@ -0,0 +1,129 @@ + + + + + +at.knowcenter.wag.egov.egiz.table Class Hierarchy + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package at.knowcenter.wag.egov.egiz.table

+Package Hierarchies: + +
+
+

Class Hierarchy

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