Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D738A173C9 for ; Mon, 30 Mar 2015 05:51:47 +0000 (UTC) Received: (qmail 26775 invoked by uid 500); 30 Mar 2015 05:51:47 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 26711 invoked by uid 500); 30 Mar 2015 05:51:47 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 26255 invoked by uid 99); 30 Mar 2015 05:51:47 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 05:51:47 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 491C6AC043C for ; Mon, 30 Mar 2015 05:51:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1669997 [13/49] - in /pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs: ./ org/apache/pdfbox/contentstream/ org/apache/pdfbox/contentstream/class-use/ org/apache/pdfbox/contentstream/operator/ org/apache/pdfbox/contentstream/opera... Date: Mon, 30 Mar 2015 05:51:24 -0000 To: commits@pdfbox.apache.org From: msahyoun@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150330055147.491C6AC043C@hades.apache.org> Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNull.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNull.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNull.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNull.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.pdfbox.cos.COSNull (Apache PDFBox 2.0.0-SNAPSHOT API) - + Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNumber.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNumber.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNumber.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSNumber.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.pdfbox.cos.COSNumber (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -82,12 +82,6 @@
These are the low level objects that make up a PDF document.
- -org.apache.pdfbox.pdfparser - -
The pdfparser package contains classes to parse PDF documents and objects within the document.
- - @@ -132,31 +126,6 @@ - - -
  • - - -

    Uses of COSNumber in org.apache.pdfbox.pdfparser

    - - - - - - - - - - - - - - - -
    Methods in org.apache.pdfbox.pdfparser that return COSNumber 
    Modifier and TypeMethod and Description
    protected COSNumberConformingPDFParser.parseNumber(String number) 
    protected COSNumberConformingPDFParser.readNumber() -
    This will read in a number and return the COS version of the number (be - it a COSInteger or a COSFloat).
    -
  • Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSObject.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSObject.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSObject.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSObject.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.pdfbox.cos.COSObject (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -88,12 +88,6 @@
    The pdfparser package contains classes to parse PDF documents and objects within the document.
    - -org.apache.pdfbox.persistence.util - -
    These are utilities used by the persistence layer.
    - - @@ -124,13 +118,13 @@ COSObject -COSDocument.getObjectFromPool(COSObjectKey key) +COSDocument.getObjectFromPool(COSObjectKey key)
    This will get an object from the pool.
    COSObject -COSDocument.removeObject(COSObjectKey key) +COSDocument.removeObject(COSObjectKey key)
    Removes an object from the object pool.
    @@ -163,6 +157,19 @@ + + + + + + + + + + +
    Constructors in org.apache.pdfbox.cos with parameters of type COSObject 
    Constructor and Description
    COSObjectKey(COSObject object) +
    PDFObjectKey constructor comment.
    +
  • @@ -213,30 +220,12 @@ protected COSBase -NonSequentialPDFParser.parseObjectDynamically(COSObject obj, +COSParser.parseObjectDynamically(COSObject obj, boolean requireExistingNotCompressedObj)
    This will parse the next object from the stream and add it to the local state.
    - -
  • -
  • - - -

    Uses of COSObject in org.apache.pdfbox.persistence.util

    - - - - - - - - - -
    Constructors in org.apache.pdfbox.persistence.util with parameters of type COSObject 
    Constructor and Description
    COSObjectKey(COSObject object) -
    PDFObjectKey constructor comment.
    -
  • Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSStream.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSStream.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSStream.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSStream.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.pdfbox.cos.COSStream (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -263,7 +263,7 @@ protected COSStream -NonSequentialPDFParser.parseCOSStream(COSDictionary dic) +COSParser.parseCOSStream(COSDictionary dic)
    This will read a COSStream from the input stream using length attribute within dictionary.
    @@ -275,30 +275,6 @@ - - - - - - - - - - - - - - - - -
    Methods in org.apache.pdfbox.pdfparser with parameters of type COSStream 
    Modifier and TypeMethod and Description
    voidPDFParser.parseXrefStream(COSStream stream, - long objByteOffset) -
    Fills XRefTrailerResolver with data of given stream.
    -
    voidPDFParser.parseXrefStream(COSStream stream, - long objByteOffset, - boolean isStandalone) -
    Fills XRefTrailerResolver with data of given stream.
    -
    @@ -485,9 +461,9 @@ - - - - - - - - - - -
    Constructors in org.apache.pdfbox.pdfparser with parameters of type COSStream 
    voidSecurityHandler.encryptStream(COSStream stream, +SecurityHandler.encryptStream(COSStream stream, long objNum, - long genNum) + int genNum)
    This will encrypt a stream, but not the dictionary as the dictionary is encrypted by visitFromString() in COSWriter and we don't want to encrypt it twice.
    Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSString.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSString.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSString.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/COSString.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.pdfbox.cos.COSString (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -119,12 +119,6 @@
    org.apache.pdfbox.pdmodel.interactive.form -
    The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
    -
    org.apache.pdfbox.util
    This package contains utility classes that are used by the PDFBox project.
    @@ -187,31 +181,6 @@
    This will parse a PDF string.
    protected COSStringBaseParser.parseCOSString(boolean isDictionary) -
    Deprecated.  -
    Not needed anymore. Use BaseParser.parseCOSString() instead. PDFBOX-1437
    -
    -
    - - - - - - - - - - -
    Methods in org.apache.pdfbox.pdfparser with parameters of type COSString 
    Modifier and TypeMethod and Description
    protected voidNonSequentialPDFParser.decryptString(COSString str, - long objNr, - long objGenNr) -
    Decrypts given COSString.
    -
    @@ -304,17 +273,9 @@ void -SecurityHandler.decryptString(COSString string, - long objNum, - long genNum) -
    This will decrypt a string.
    - - - -void -SecurityHandler.encryptString(COSString string, +SecurityHandler.encryptString(COSString string, long objNum, - long genNum) + int genNum)
    This will encrypt a string.
    @@ -337,32 +298,6 @@ - - -
  • - - -

    Uses of COSString in org.apache.pdfbox.pdmodel.interactive.form

    - - - - - - - - - - - - - - - -
    Methods in org.apache.pdfbox.pdmodel.interactive.form that return COSString 
    Modifier and TypeMethod and Description
    COSStringPDVariableText.getDefaultAppearance() -
    Get the default appearance.
    -
    COSStringPDAcroForm.getDefaultAppearance() -
    Get the default appearance.
    -
  • Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/ICOSVisitor.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/ICOSVisitor.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/ICOSVisitor.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/class-use/ICOSVisitor.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Interface org.apache.pdfbox.cos.ICOSVisitor (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -112,71 +112,67 @@ Object -COSUnread.accept(ICOSVisitor visitor)  - - -Object COSString.accept(ICOSVisitor visitor)
    Visitor pattern double dispatch method.
    - + Object COSStream.accept(ICOSVisitor visitor)  - + Object COSObject.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSNull.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSName.accept(ICOSVisitor visitor)  - + Object COSInteger.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSFloat.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSDocument.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSDictionary.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSBoolean.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + abstract Object COSBase.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    - + Object COSArray.accept(ICOSVisitor visitor)
    visitor pattern double dispatch method.
    Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-frame.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-frame.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-frame.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-frame.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + org.apache.pdfbox.cos (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -13,6 +13,7 @@

    Interfaces

    Classes

    @@ -21,7 +22,6 @@
  • COSBase
  • COSBoolean
  • COSDictionary
  • -
  • COSDictionaryLateBinding
  • COSDocument
  • COSFloat
  • COSInteger
  • @@ -29,9 +29,9 @@
  • COSNull
  • COSNumber
  • COSObject
  • +
  • COSObjectKey
  • COSStream
  • COSString
  • -
  • COSUnread
  • Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-summary.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-summary.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-summary.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-summary.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + org.apache.pdfbox.cos (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -81,6 +81,10 @@ +COSUpdateInfo +  + + ICOSVisitor
    An interface for visiting a PDF document at the type (COS) level.
    @@ -122,51 +126,53 @@ -COSDictionaryLateBinding -  - - COSDocument
    This is the in-memory representation of the PDF document.
    - + COSFloat
    This class represents a floating point number in a PDF document.
    - + COSInteger
    This class represents an integer number in a PDF document.
    - + COSName
    A PDF Name object.
    - + COSNull
    This class represents a null PDF object.
    - + COSNumber
    This class represents an abstract number in a PDF document.
    - + COSObject
    This class represents a PDF object.
    + +COSObjectKey + +
    Object representing the physical reference to an indirect pdf object.
    + + COSStream @@ -179,10 +185,6 @@
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
    - -COSUnread -  - Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-tree.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-tree.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-tree.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-tree.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + org.apache.pdfbox.cos Class Hierarchy (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -79,9 +79,8 @@ -
  • org.apache.pdfbox.cos.COSObject
  • +
  • org.apache.pdfbox.cos.COSObject (implements org.apache.pdfbox.cos.COSUpdateInfo)
  • org.apache.pdfbox.cos.COSString
  • -
  • org.apache.pdfbox.cos.COSUnread
  • +
  • org.apache.pdfbox.cos.COSObjectKey (implements java.lang.Comparable<T>)
  • Interface Hierarchy

    Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-use.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-use.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-use.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/cos/package-use.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + Uses of Package org.apache.pdfbox.cos (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -192,154 +192,146 @@ structure types and attributes) into a P -org.apache.pdfbox.pdmodel.edit - -
    The PDModel edit package will be used to store classes for creating page content.
    - - - org.apache.pdfbox.pdmodel.encryption
    The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
    - + org.apache.pdfbox.pdmodel.fdf
    The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
    - + org.apache.pdfbox.pdmodel.font
    Classes to deal with font functionality in a PDF Document.
    - + org.apache.pdfbox.pdmodel.font.encoding   - + org.apache.pdfbox.pdmodel.graphics
    The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
    - + org.apache.pdfbox.pdmodel.graphics.blend   - + org.apache.pdfbox.pdmodel.graphics.color
    This package deals with colors that are stored in a PDF document.
    - + org.apache.pdfbox.pdmodel.graphics.form
    This package deals with Form XObjects that are stored in a PDF document.
    - + org.apache.pdfbox.pdmodel.graphics.image
    This package deals with images that are stored in a PDF document.
    - + org.apache.pdfbox.pdmodel.graphics.optionalcontent   - + org.apache.pdfbox.pdmodel.graphics.pattern
    This package deals with patterns which are used instead of colors.
    - + org.apache.pdfbox.pdmodel.graphics.shading
    This package deals with shadings which are used for filling instead of a color.
    - + org.apache.pdfbox.pdmodel.graphics.state
    This package deals with graphics states within the PDF document.
    - + org.apache.pdfbox.pdmodel.interactive.action
    This package represents actions that can be performed in a PDF document.
    - + org.apache.pdfbox.pdmodel.interactive.annotation
    The annotation package contains classes that work with PDF annotation elements.
    - + org.apache.pdfbox.pdmodel.interactive.digitalsignature
    The digitial signature library will manage signatures that are stored in the PDF document.
    - + org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
    This is the visual signature part that help creating the visual representation for the digital signature.
    - + org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
    The destination package allows destinations into a pdf document to be specified.
    - + org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
    The outline package allows for a PDF outline(bookmarks) to be created.
    - + org.apache.pdfbox.pdmodel.interactive.form
    The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
    - + org.apache.pdfbox.pdmodel.interactive.measurement
    The measurement package contains classes that work with elements specifying measure properties.
    - + org.apache.pdfbox.pdmodel.interactive.pagenavigation
    A package to allow provide access to PDF page navigation functionality.
    - + org.apache.pdfbox.pdmodel.interactive.viewerpreferences
    A package to allow access to document viewing preferences.
    - -org.apache.pdfbox.persistence.util - -
    These are utilities used by the persistence layer.
    - - org.apache.pdfbox.rendering   +org.apache.pdfbox.text +  + + org.apache.pdfbox.util
    This package contains utility classes that are used by the PDFBox project.
    @@ -552,15 +544,23 @@ structure types and attributes) into a P +COSObjectKey +
    Object representing the physical reference to an indirect pdf object.
    + + + COSStream
    This class represents a stream object in a PDF document.
    - + COSString
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
    + +COSUpdateInfo  + ICOSVisitor
    An interface for visiting a PDF document at the type (COS) level.
    @@ -648,13 +648,13 @@ structure types and attributes) into a P -COSNumber -
    This class represents an abstract number in a PDF document.
    +COSObject +
    This class represents a PDF object.
    -COSObject -
    This class represents a PDF object.
    +COSObjectKey +
    Object representing the physical reference to an indirect pdf object.
    @@ -725,16 +725,21 @@ structure types and attributes) into a P +COSObjectKey +
    Object representing the physical reference to an indirect pdf object.
    + + + COSStream
    This class represents a stream object in a PDF document.
    - + COSString
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
    - + ICOSVisitor
    An interface for visiting a PDF document at the type (COS) level.
    @@ -819,6 +824,9 @@ structure types and attributes) into a P +COSUpdateInfo  + + ICOSVisitor
    An interface for visiting a PDF document at the type (COS) level.
    @@ -993,23 +1001,6 @@ structure types and attributes) into a P -
  • - - - - - - - - - - - - -
    Classes in org.apache.pdfbox.cos used by org.apache.pdfbox.pdmodel.edit 
    Class and Description
    COSName -
    A PDF Name object.
    -
    -
  • @@ -1025,21 +1016,26 @@ structure types and attributes) into a P +COSBase +
    The base object that all objects in the PDF document will extend.
    + + + COSDictionary
    This class represents a dictionary where name/value pairs reside.
    - + COSName
    A PDF Name object.
    - + COSStream
    This class represents a stream object in a PDF document.
    - + COSString
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
    @@ -1571,11 +1567,6 @@ structure types and attributes) into a P -COSBase -
    The base object that all objects in the PDF document will extend.
    - - - COSDictionary
    This class represents a dictionary where name/value pairs reside.
    @@ -1593,30 +1584,20 @@ structure types and attributes) into a P -COSArray -
    An array of PDFBase objects as part of the PDF document.
    - - - COSBase
    The base object that all objects in the PDF document will extend.
    - + COSDictionary
    This class represents a dictionary where name/value pairs reside.
    - + COSName
    A PDF Name object.
    - -COSString -
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
    - -
  • @@ -1686,34 +1667,39 @@ structure types and attributes) into a P -
  • +
  • - + -
    Classes in org.apache.pdfbox.cos used by org.apache.pdfbox.persistence.util Classes in org.apache.pdfbox.cos used by org.apache.pdfbox.rendering 
    Class and Description
    COSObject -
    This class represents a PDF object.
    +
    COSName +
    A PDF Name object.
  • -
  • +
  • - + - + + + @@ -1735,21 +1721,6 @@ structure types and attributes) into a P - - - - - - - - - Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/DecodeResult.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/DecodeResult.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/DecodeResult.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/DecodeResult.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - +DecodeResult (Apache PDFBox 2.0.0-SNAPSHOT API) - + Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/Filter.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/Filter.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/Filter.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/Filter.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - +Filter (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -168,14 +168,14 @@ extends - + - + @@ -273,7 +273,7 @@ extends
  • getDecodeParams

    -
    protected COSDictionary getDecodeParams(COSDictionary dictionary,
    +
    protected static COSDictionary getDecodeParams(COSDictionary dictionary,
                                 int index)
  • @@ -283,9 +283,9 @@ extends
  • findImageReader

    -
    protected ImageReader findImageReader(String formatName,
    +
    protected static ImageReader findImageReader(String formatName,
                               String errorCause)
    -                               throws MissingImageReaderException
    + throws MissingImageReaderException
    Finds a suitable image reader for a format.
    Parameters:
    formatName - The format to search for.
    errorCause - The probably cause if something goes wrong.
    Returns:
    The image reader for the format.
    Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/FilterFactory.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/FilterFactory.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/FilterFactory.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/FilterFactory.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + FilterFactory (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -181,7 +181,7 @@ extends
  • INSTANCE

    -
    public static FilterFactory INSTANCE
    +
    public static final FilterFactory INSTANCE
    Singleton instance.
  • Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/JPXFilter.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/JPXFilter.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/JPXFilter.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/JPXFilter.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + JPXFilter (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -218,11 +218,11 @@ extends
  • decode

    -
    public final DecodeResult decode(InputStream encoded,
    +
    public DecodeResult decode(InputStream encoded,
                       OutputStream decoded,
                       COSDictionary parameters,
                       int index)
    -                          throws IOException
    + throws IOException
    Description copied from class: Filter
    Decodes data, producing the original non-encoded data.
    @@ -240,10 +240,10 @@ extends
  • encode

    -
    protected final void encode(InputStream input,
    +
    protected void encode(InputStream input,
               OutputStream encoded,
               COSDictionary parameters)
    -                     throws IOException
    + throws IOException
    Specified by:
    encode in class Filter
    Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/LZWFilter.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/LZWFilter.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/LZWFilter.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/LZWFilter.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + LZWFilter (Apache PDFBox 2.0.0-SNAPSHOT API) - + @@ -106,7 +106,7 @@ extends Filter
    This is the filter used for the LZWDecode filter.
    Author:
    -
    Ben Litchfield, Tilman Hausherr
    +
    Ben Litchfield, Tilman Hausherr
  • @@ -266,11 +266,11 @@ extends
  • decode

    -
    public final DecodeResult decode(InputStream encoded,
    +
    public DecodeResult decode(InputStream encoded,
                       OutputStream decoded,
                       COSDictionary parameters,
                       int index)
    -                          throws IOException
    + throws IOException
    Decodes data, producing the original non-encoded data.
    Specified by:
    @@ -287,10 +287,10 @@ extends
  • encode

    -
    protected final void encode(InputStream rawData,
    +
    protected void encode(InputStream rawData,
               OutputStream encoded,
               COSDictionary parameters)
    -                     throws IOException
    + throws IOException
    Specified by:
    encode in class Filter
    Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/MissingImageReaderException.html URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/MissingImageReaderException.html?rev=1669997&r1=1669996&r2=1669997&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/MissingImageReaderException.html (original) +++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/filter/MissingImageReaderException.html Mon Mar 30 05:51:10 2015 @@ -2,10 +2,10 @@ - + MissingImageReaderException (Apache PDFBox 2.0.0-SNAPSHOT API) - +
  • Classes in org.apache.pdfbox.cos used by org.apache.pdfbox.rendering Classes in org.apache.pdfbox.cos used by org.apache.pdfbox.text 
    Class and Description
    COSName +COSDictionary +
    This class represents a dictionary where name/value pairs reside.
    +
    COSName
    A PDF Name object.
    COSBase -
    The base object that all objects in the PDF document will extend.
    -
    COSDictionary -
    This class represents a dictionary where name/value pairs reside.
    -
    COSName -
    A PDF Name object.
    -
    COSString
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
    protected ImageReaderprotected static ImageReader findImageReader(String formatName, String errorCause)
    Finds a suitable image reader for a format.
    protected COSDictionaryprotected static COSDictionary getDecodeParams(COSDictionary dictionary, int index)