Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BBF50200B27 for ; Tue, 7 Jun 2016 22:50:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA43E160A74; Tue, 7 Jun 2016 20:50:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C3514160A4F for ; Tue, 7 Jun 2016 22:50:24 +0200 (CEST) Received: (qmail 84350 invoked by uid 500); 7 Jun 2016 20:50:24 -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 84272 invoked by uid 99); 7 Jun 2016 20:50:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 20:50:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CA154E0571; Tue, 7 Jun 2016 20:50:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Tue, 07 Jun 2016 20:50:25 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [03/51] [partial] pdfbox-docs git commit: Site checkin for project Apache PDFBox Website archived-at: Tue, 07 Jun 2016 20:50:26 -0000 http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/cd8511a3/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html new file mode 100644 index 0000000..3282964 --- /dev/null +++ b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html @@ -0,0 +1,337 @@ + + + + + +Operator (PDFBox reactor 2.0.2 API) + + + + + + + + + + +
+
org.apache.pdfbox.contentstream.operator
+

Class Operator

+
+
+ +
+
    +
  • +
    +
    +
    public final class Operator
    +extends Object
    +
    An Operator in a PDF content stream.
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getOperator

        +
        public static Operator getOperator(String operator)
        +
        This is used to create/cache operators in the system.
        +
        Parameters:
        operator - The operator for the system.
        +
        Returns:
        The operator that matches the operator keyword.
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public String getName()
        +
        This will get the name of the operator.
        +
        Returns:
        The string representation of the operation.
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public String toString()
        +
        This will print a string rep of this class.
        +
        +
        Overrides:
        +
        toString in class Object
        +
        Returns:
        A string rep of this class.
        +
      • +
      + + + +
        +
      • +

        getImageData

        +
        public byte[] getImageData()
        +
        This is the special case for the ID operator where there are just random + bytes inlined the stream.
        +
        Returns:
        Value of property imageData.
        +
      • +
      + + + +
        +
      • +

        setImageData

        +
        public void setImageData(byte[] imageDataArray)
        +
        This will set the image data, this is only used for the ID operator.
        +
        Parameters:
        imageDataArray - New value of property imageData.
        +
      • +
      + + + +
        +
      • +

        getImageParameters

        +
        public COSDictionary getImageParameters()
        +
        This will get the image parameters, this is only valid for BI operators.
        +
        Returns:
        The image parameters.
        +
      • +
      + + + +
        +
      • +

        setImageParameters

        +
        public void setImageParameters(COSDictionary params)
        +
        This will set the image parameters, this is only valid for BI operators.
        +
        Parameters:
        params - The image parameters.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/cd8511a3/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html new file mode 100644 index 0000000..96d5ee7 --- /dev/null +++ b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html @@ -0,0 +1,386 @@ + + + + + +OperatorProcessor (PDFBox reactor 2.0.2 API) + + + + + + + + + + +
+
org.apache.pdfbox.contentstream.operator
+

Class OperatorProcessor

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.pdfbox.contentstream.operator.OperatorProcessor
    • +
    +
  • +
+ +
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        OperatorProcessor

        +
        protected OperatorProcessor()
        +
        Creates a new OperatorProcessor.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getContext

        +
        protected final PDFStreamEngine getContext()
        +
        Returns the processing context.
        +
        Returns:
        the processing context
        +
      • +
      + + + +
        +
      • +

        setContext

        +
        public void setContext(PDFStreamEngine context)
        +
        Sets the processing context.
        +
        Parameters:
        context - the processing context.
        +
      • +
      + + + +
        +
      • +

        process

        +
        public abstract void process(Operator operator,
        +           List<COSBase> operands)
        +                      throws IOException
        +
        Process the operator.
        +
        Parameters:
        operator - the operator to process
        operands - the operands to use when processing
        +
        Throws:
        +
        IOException - if the operator cannot be processed
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public abstract String getName()
        +
        Returns the name of this operator, e.g. "BI".
        +
      • +
      + + + +
        +
      • +

        checkArrayTypesClass

        +
        public boolean checkArrayTypesClass(List<COSBase> operands,
        +                           Class clazz)
        +
        Check whether all operands list elements are an instance of a specific class.
        +
        Parameters:
        operands - The operands list.
        clazz - The expected class.
        +
        Returns:
        the boolean
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/cd8511a3/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html new file mode 100644 index 0000000..d7422f2 --- /dev/null +++ b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html @@ -0,0 +1,115 @@ + + + + + +Uses of Class org.apache.pdfbox.contentstream.operator.DrawObject (PDFBox reactor 2.0.2 API) + + + + + + + + + +
+

Uses of Class
org.apache.pdfbox.contentstream.operator.DrawObject

+
+
No usage of org.apache.pdfbox.contentstream.operator.DrawObject
+ + + + +

Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/cd8511a3/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html ---------------------------------------------------------------------- diff --git a/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html new file mode 100644 index 0000000..9cf0653 --- /dev/null +++ b/content/docs/2.0.2/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html @@ -0,0 +1,184 @@ + + + + + +Uses of Class org.apache.pdfbox.contentstream.operator.MissingOperandException (PDFBox reactor 2.0.2 API) + + + + + + + + + +
+

Uses of Class
org.apache.pdfbox.contentstream.operator.MissingOperandException

+
+
+ +
+ + + + +

Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

+ +