You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/03/02 11:16:31 UTC

[34/37] pdfbox-docs git commit: PDFBOX-3030: update javadocs

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/index.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/index.html b/content/docs/2.0.0-SNAPSHOT/javadocs/index.html
index 0f0c0f4..f40118b 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/index.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/index.html
@@ -71,4 +71,4 @@
 <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p>
 </noframes>
 </frameset>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDContentStream.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDContentStream.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDContentStream.html
index 601ca4e..2e61115 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDContentStream.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDContentStream.html
@@ -263,6 +263,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFGraphicsStreamEngine.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFGraphicsStreamEngine.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFGraphicsStreamEngine.html
index 7b25a36..488d6d5 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFGraphicsStreamEngine.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFGraphicsStreamEngine.html
@@ -552,6 +552,6 @@ extends <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.htm
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
index 2d34d67..624cf07 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
@@ -655,8 +655,8 @@ public&nbsp;void&nbsp;registerOperatorProcessor(<a href="http://download.oracle.
 <pre>protected&nbsp;void&nbsp;processChildStream(<a href="../../../../org/apache/pdfbox/contentstream/PDContentStream.html" title="interface in org.apache.pdfbox.contentstream">PDContentStream</a>&nbsp;contentStream,
                       <a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a>&nbsp;page)
                            throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<div class="block">Process a child stream of the given page. Cannot be used with #processPage(PDPage).</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>contentStream</code> - the child content stream</dd>
+<div class="block">Process a child stream of the given page. Cannot be used with <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processPage(org.apache.pdfbox.pdmodel.PDPage)"><code>processPage(PDPage)</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>contentStream</code> - the child content stream</dd><dd><code>page</code> - </dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an exception while processing the stream</dd></dl>
 </li>
@@ -1094,6 +1094,6 @@ public&nbsp;void&nbsp;registerOperatorProcessor(<a href="http://download.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
index ab5e44a..5b57ef5 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
@@ -316,6 +316,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFGraphicsStreamEngine.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFGraphicsStreamEngine.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFGraphicsStreamEngine.html
index 3700ab7..b052036 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFGraphicsStreamEngine.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFGraphicsStreamEngine.html
@@ -178,6 +178,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFStreamEngine.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFStreamEngine.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFStreamEngine.html
index 59f1587..e245c78 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFStreamEngine.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/class-use/PDFStreamEngine.html
@@ -294,6 +294,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/DrawObject.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/DrawObject.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/DrawObject.html
index 324ae66..d20b3b5 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/DrawObject.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/DrawObject.html
@@ -174,7 +174,7 @@ extends <a href="../../../../../org/apache/pdfbox/contentstream/operator/Operato
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -315,6 +315,6 @@ extends <a href="../../../../../org/apache/pdfbox/contentstream/operator/Operato
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/MissingOperandException.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/MissingOperandException.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/MissingOperandException.html
index aab20f8..97430ae 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/MissingOperandException.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/MissingOperandException.html
@@ -253,6 +253,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOExce
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
index 626e041..111c28a 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
@@ -332,6 +332,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html
index db55667..9b44c7c 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/OperatorProcessor.html
@@ -95,7 +95,7 @@
 <li class="blockList">
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequence.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">BeginMarkedContentSequence</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequenceWithProperties.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">BeginMarkedContentSequenceWithProperties</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/BeginText.html" title="class in org.apache.pdfbox.contentstream.operator.text">BeginText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/Concatenate.html" title="class in org.apache.pdfbox.contentstream.operator.state">Concatenate</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/DrawObject.html" title="class in org.apache.pdfbox.contentstream.operator">DrawObject</a>, <a href="../../../../../org/apache/pdfbox/c
 ontentstream/operator/markedcontent/EndMarkedContentSequence.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">EndMarkedContentSequence</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/EndText.html" title="class in org.apache.pdfbox.contentstream.operator.text">EndText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/graphics/GraphicsOperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator.graphics">GraphicsOperatorProcessor</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/MoveText.html" title="class in org.apache.pdfbox.contentstream.operator.text">MoveText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/MoveTextSetLeading.html" title="class in org.apache.pdfbox.contentstream.operator.text">MoveTextSetLeading</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/NextLine.html" title="class in org.apache.pdfbox.c
 ontentstream.operator.text">NextLine</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/Restore.html" title="class in org.apache.pdfbox.contentstream.operator.state">Restore</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/Save.html" title="class in org.apache.pdfbox.contentstream.operator.state">Save</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetCharSpacing.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetCharSpacing</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/color/SetColor.html" title="class in org.apache.pdfbox.contentstream.operator.color">SetColor</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetFlatness.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetFlatness</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetFontAndSize.html" title="class in org.apache.pdfbox.cont
 entstream.operator.text">SetFontAndSize</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetGraphicsStateParameters.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetGraphicsStateParameters</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineCapStyle.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineCapStyle</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineDashPattern.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineDashPattern</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineJoinStyle.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineJoinStyle</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineMiterLimit.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineMiterLimit</a>, <a href="../../../../../org/
 apache/pdfbox/contentstream/operator/state/SetLineWidth.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineWidth</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetMatrix.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetMatrix</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html" title="class in org.apache.pdfbox.contentstream.operator.color">SetNonStrokingColorSpace</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetRenderingIntent.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetRenderingIntent</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html" title="class in org.apache.pdfbox.contentstream.operator.color">SetStrokingColorSpace</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextHorizontalScaling.html" title="class in 
 org.apache.pdfbox.contentstream.operator.text">SetTextHorizontalScaling</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextLeading.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextLeading</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextRenderingMode.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextRenderingMode</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextRise.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextRise</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetWordSpacing.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetWordSpacing</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/ShowText.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/
 operator/text/ShowTextAdjusted.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowTextAdjusted</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/ShowTextLine.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowTextLine</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/ShowTextLineAndSpace.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowTextLineAndSpace</a></dd>
+<dd><a href="../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequence.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">BeginMarkedContentSequence</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequenceWithProperties.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">BeginMarkedContentSequenceWithProperties</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/BeginText.html" title="class in org.apache.pdfbox.contentstream.operator.text">BeginText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/Concatenate.html" title="class in org.apache.pdfbox.contentstream.operator.state">Concatenate</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/DrawObject.html" title="class in org.apache.pdfbox.contentstream.operator">DrawObject</a>, <a href="../../../../../org/apache/pdfbox/c
 ontentstream/operator/markedcontent/DrawObject.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">DrawObject</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/EndMarkedContentSequence.html" title="class in org.apache.pdfbox.contentstream.operator.markedcontent">EndMarkedContentSequence</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/EndText.html" title="class in org.apache.pdfbox.contentstream.operator.text">EndText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/graphics/GraphicsOperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator.graphics">GraphicsOperatorProcessor</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/MoveText.html" title="class in org.apache.pdfbox.contentstream.operator.text">MoveText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/MoveTextSetLeading.html" title="class in org.apa
 che.pdfbox.contentstream.operator.text">MoveTextSetLeading</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/NextLine.html" title="class in org.apache.pdfbox.contentstream.operator.text">NextLine</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/Restore.html" title="class in org.apache.pdfbox.contentstream.operator.state">Restore</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/Save.html" title="class in org.apache.pdfbox.contentstream.operator.state">Save</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetCharSpacing.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetCharSpacing</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/color/SetColor.html" title="class in org.apache.pdfbox.contentstream.operator.color">SetColor</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetFlatness.html" title="class in org.apache
 .pdfbox.contentstream.operator.state">SetFlatness</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetFontAndSize.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetFontAndSize</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetGraphicsStateParameters.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetGraphicsStateParameters</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineCapStyle.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineCapStyle</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineDashPattern.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineDashPattern</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineJoinStyle.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineJoinStyle</a>, <a href="../../../../../or
 g/apache/pdfbox/contentstream/operator/state/SetLineMiterLimit.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineMiterLimit</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineWidth.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetLineWidth</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetMatrix.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetMatrix</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html" title="class in org.apache.pdfbox.contentstream.operator.color">SetNonStrokingColorSpace</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/state/SetRenderingIntent.html" title="class in org.apache.pdfbox.contentstream.operator.state">SetRenderingIntent</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html" title="class in org.apac
 he.pdfbox.contentstream.operator.color">SetStrokingColorSpace</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextHorizontalScaling.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextHorizontalScaling</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextLeading.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextLeading</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextRenderingMode.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextRenderingMode</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetTextRise.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetTextRise</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/SetWordSpacing.html" title="class in org.apache.pdfbox.contentstream.operator.text">SetWordSpacing</a>, <a href="../../../../../org/apache
 /pdfbox/contentstream/operator/text/ShowText.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowText</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/ShowTextAdjusted.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowTextAdjusted</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/ShowTextLine.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowTextLine</a>, <a href="../../../../../org/apache/pdfbox/contentstream/operator/text/ShowTextLineAndSpace.html" title="class in org.apache.pdfbox.contentstream.operator.text">ShowTextLineAndSpace</a></dd>
 </dl>
 <hr>
 <br>
@@ -165,25 +165,32 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;operands,
+                    <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;clazz)</code>
+<div class="block">Check whether all operands list elements are an instance of a specific class.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html" title="class in org.apache.pdfbox.contentstream">PDFStreamEngine</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a></strong>()</code>
 <div class="block">Returns the processing context.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>abstract <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getName()">getName</a></strong>()</code>
 <div class="block">Returns the name of this operator, e.g.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>abstract void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
        <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;operands)</code>
 <div class="block">Process the operator.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></strong>(<a href="../../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html" title="class in org.apache.pdfbox.contentstream">PDFStreamEngine</a>&nbsp;context)</code>
 <div class="block">Sets the processing context.</div>
@@ -287,13 +294,26 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <a name="getName()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
 <pre>public abstract&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
 <div class="block">Returns the name of this operator, e.g. "BI".</div>
 </li>
 </ul>
+<a name="checkArrayTypesClass(java.util.List, java.lang.Class)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>checkArrayTypesClass</h4>
+<pre>public&nbsp;boolean&nbsp;checkArrayTypesClass(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;operands,
+                           <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;clazz)</pre>
+<div class="block">Check whether all operands list elements are an instance of a specific class.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>operands</code> - The operands list.</dd><dd><code>clazz</code> - The expected class.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the boolean</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -361,6 +381,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html
index 21dcf93..ebd6c20 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/DrawObject.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html
index 75bb0d2..022909e 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/MissingOperandException.html
@@ -103,6 +103,11 @@
 <td class="colLast"><span class="strong">SetMatrix.</span><code><strong><a href="../../../../../../org/apache/pdfbox/contentstream/operator/state/SetMatrix.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
        <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;arguments)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">SetLineDashPattern.</span><code><strong><a href="../../../../../../org/apache/pdfbox/contentstream/operator/state/SetLineDashPattern.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
+       <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;arguments)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -174,6 +179,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/Operator.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/Operator.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/Operator.html
index 11730f0..ff9ab6a 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/Operator.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/Operator.html
@@ -407,11 +407,16 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">BeginMarkedContentSequenceWithProperties.</span><code><strong><a href="../../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequenceWithProperties.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
+<td class="colLast"><span class="strong">DrawObject.</span><code><strong><a href="../../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/DrawObject.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
        <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;arguments)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">BeginMarkedContentSequenceWithProperties.</span><code><strong><a href="../../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequenceWithProperties.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
+       <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;arguments)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">BeginMarkedContentSequence.</span><code><strong><a href="../../../../../../org/apache/pdfbox/contentstream/operator/markedcontent/BeginMarkedContentSequence.html#process(org.apache.pdfbox.contentstream.operator.Operator,%20java.util.List)">process</a></strong>(<a href="../../../../../../org/apache/pdfbox/contentstream/operator/Operator.html" title="class in org.apache.pdfbox.contentstream.operator">Operator</a>&nbsp;operator,
        <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&gt;&nbsp;arguments)</code>&nbsp;</td>
 </tr>
@@ -655,6 +660,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
index b3d3123..2a48c9d 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
@@ -682,6 +682,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetColor.html
index d1c46cc..a018b6c 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetColor.html
@@ -190,7 +190,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/Oper
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getName()">getName</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getName()">getName</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -349,6 +349,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/Oper
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColor.html
index efedcb4..6fd4979 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColor.html
@@ -201,7 +201,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -365,6 +365,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorN.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorN.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorN.html
index d94c441..4063701 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorN.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorN.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -314,6 +314,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html
index ef978f7..bce65e6 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingColorSpace.html
@@ -174,7 +174,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/Oper
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -315,6 +315,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/Oper
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceCMYKColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceCMYKColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceCMYKColor.html
index e943658..deb5839 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceCMYKColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceCMYKColor.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -333,6 +333,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceGrayColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceGrayColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceGrayColor.html
index 263eea5..c3cde3b 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceGrayColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceGrayColor.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -333,6 +333,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceRGBColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceRGBColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceRGBColor.html
index 87e3a2b..ecd6532 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceRGBColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetNonStrokingDeviceRGBColor.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -333,6 +333,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColor.html
index f80a177..cbcad37 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColor.html
@@ -201,7 +201,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -365,6 +365,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorN.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorN.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorN.html
index 380eca3..b97ab46 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorN.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorN.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -314,6 +314,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html
index 4eabc39..684ea3e 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingColorSpace.html
@@ -174,7 +174,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/Oper
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -315,6 +315,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/Oper
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceCMYKColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceCMYKColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceCMYKColor.html
index 5682e3f..da8cceb 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceCMYKColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceCMYKColor.html
@@ -191,7 +191,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -332,6 +332,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceGrayColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceGrayColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceGrayColor.html
index 35aad68..340e759 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceGrayColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceGrayColor.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -333,6 +333,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceRGBColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceRGBColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceRGBColor.html
index 76d0cf6..d8e68bc 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceRGBColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/SetStrokingDeviceRGBColor.html
@@ -192,7 +192,7 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.operator.<a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html" title="class in org.apache.pdfbox.contentstream.operator">OperatorProcessor</a></h3>
-<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
+<code><a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#checkArrayTypesClass(java.util.List,%20java.lang.Class)">checkArrayTypesClass</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#getContext()">getContext</a>, <a href="../../../../../../org/apache/pdfbox/contentstream/operator/OperatorProcessor.html#setContext(org.apache.pdfbox.contentstream.PDFStreamEngine)">setContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -333,6 +333,6 @@ extends <a href="../../../../../../org/apache/pdfbox/contentstream/operator/colo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetColor.html
index d47b64b..d3dce1f 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetColor.html
@@ -210,6 +210,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColor.html
index 7a9bcdf..9dad4c7 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColor.html
@@ -173,6 +173,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorN.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorN.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorN.html
index 3e9eb66..6d64cfd 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorN.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorN.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorSpace.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorSpace.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorSpace.html
index 9f55b4e..68157c5 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorSpace.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingColorSpace.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceCMYKColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceCMYKColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceCMYKColor.html
index db962c1..2b73160 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceCMYKColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceCMYKColor.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceGrayColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceGrayColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceGrayColor.html
index 67ec7fb..cbb33b4 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceGrayColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceGrayColor.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceRGBColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceRGBColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceRGBColor.html
index 61c4271..6a1c3c6 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceRGBColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetNonStrokingDeviceRGBColor.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColor.html
index 4175127..9348004 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColor.html
@@ -171,6 +171,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColorN.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColorN.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColorN.html
index 362b89f..6534238 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColorN.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/contentstream/operator/color/class-use/SetStrokingColorN.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>