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 2015/03/30 07:51:24 UTC

svn commit: r1669997 [47/49] - in /pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs: ./ org/apache/pdfbox/contentstream/ org/apache/pdfbox/contentstream/class-use/ org/apache/pdfbox/contentstream/operator/ org/apache/pdfbox/contentstream/opera...

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/PageDrawer.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/PageDrawer.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/PageDrawer.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/PageDrawer.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PageDrawer (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -130,8 +130,7 @@ extends <a href="../../../../org/apache/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#PageDrawer(org.apache.pdfbox.rendering.PDFRenderer, org.apache.pdfbox.pdmodel.PDPage)">PageDrawer</a></strong>(<a href="../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a>&nbsp;renderer,
-          <a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a>&nbsp;page)</code>
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#PageDrawer(org.apache.pdfbox.pdmodel.PDPage)">PageDrawer</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a>&nbsp;page)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
@@ -235,44 +234,38 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/Point2D.Float.html?is-external=true" title="class or interface in java.awt.geom">Point2D.Float</a></code></td>
+<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/Point2D.html?is-external=true" title="class or interface in java.awt.geom">Point2D</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#getCurrentPoint()">getCurrentPoint</a></strong>()</code>
 <div class="block">Returns the current point of the current path.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#getRenderer()">getRenderer</a></strong>()</code>
-<div class="block">Returns the parent renderer.</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#lineTo(float, float)">lineTo</a></strong>(float&nbsp;x,
       float&nbsp;y)</code>
 <div class="block">Draws a line from the current point to (x,y).</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/rendering/PageDrawer.html#moveTo(float, float)">moveTo</a></strong>(float&nbsp;x,
       float&nbsp;y)</code>
 <div class="block">Starts a new path at (x,y).</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#shadingFill(org.apache.pdfbox.cos.COSName)">shadingFill</a></strong>(<a href="../../../../org/apache/pdfbox/cos/COSName.html" title="class in org.apache.pdfbox.cos">COSName</a>&nbsp;shadingName)</code>
 <div class="block">Fill with Shading.</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/rendering/PageDrawer.html#showAnnotation(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation)">showAnnotation</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotation.html" title="class in org.apache.pdfbox.pdmodel.interactive.annotation">PDAnnotation</a>&nbsp;annotation)</code>
 <div class="block">Shows the given annotation.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#showFontGlyph(org.apache.pdfbox.util.Matrix, org.apache.pdfbox.pdmodel.font.PDFont, int, java.lang.String, org.apache.pdfbox.util.Vector)">showFontGlyph</a></strong>(<a href="../../../../org/apache/pdfbox/util/Matrix.html" title="class in org.apache.pdfbox.util">Matrix</a>&nbsp;textRenderingMatrix,
              <a href="../../../../org/apache/pdfbox/pdmodel/font/PDFont.html" title="class in org.apache.pdfbox.pdmodel.font">PDFont</a>&nbsp;font,
@@ -283,19 +276,19 @@ extends <a href="../../../../org/apache/
  the default implementation does nothing.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#showText(byte[])">showText</a></strong>(byte[]&nbsp;string)</code>
 <div class="block">Process text from the PDF Stream.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/rendering/PageDrawer.html#showTransparencyGroup(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">showTransparencyGroup</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/graphics/form/PDFormXObject.html" title="class in org.apache.pdfbox.pdmodel.graphics.form">PDFormXObject</a>&nbsp;form)</code>
 <div class="block">Shows a transparency group from the content stream.</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/rendering/PageDrawer.html#strokePath()">strokePath</a></strong>()</code>
 <div class="block">Stroke the path.</div>
@@ -314,7 +307,7 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.pdfbox.contentstream.<a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html" title="class in org.apache.pdfbox.contentstream">PDFStreamEngine</a></h3>
-<code><a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#addOperator(org.apache.pdfbox.contentstream.operator.OperatorProcessor)">addOperator</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#applyTextAdjustment(float, float)">applyTextAdjustment</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#endText()">endText</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getAppearance(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation)">getAppearance</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getCurrentPage()">getCurrentPage</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getGraphicsStackSize()">getGraphicsStackSize</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getGraphicsState()">getGraphicsState</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.htm
 l#getInitialMatrix()">getInitialMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getResources()">getResources</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getTextLineMatrix()">getTextLineMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getTextMatrix()">getTextMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#operatorException(org.apache.pdfbox.contentstream.operator.Operator, java.util.List, java.io.IOException)">operatorException</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processAnnotation(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation, org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream)">processAnnotation</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processChildStream(org.apache.pdfbox.contentstream.PDContentStream, org.apache.pdfbox.pdmod
 el.PDPage)">processChildStream</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processOperator(org.apache.pdfbox.contentstream.operator.Operator, java.util.List)">processOperator</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processOperator(java.lang.String, java.util.List)">processOperator</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processPage(org.apache.pdfbox.pdmodel.PDPage)">processPage</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processSoftMask(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">processSoftMask</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processTilingPattern(org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern, org.apache.pdfbox.pdmodel.graphics.color.PDColor, org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace)">processTilingPattern</a>, <a href="../../../../org/apache/pdfbox/conte
 ntstream/PDFStreamEngine.html#processTilingPattern(org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern, org.apache.pdfbox.pdmodel.graphics.color.PDColor, org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace, org.apache.pdfbox.util.Matrix)">processTilingPattern</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processTransparencyGroup(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">processTransparencyGroup</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processType3Stream(org.apache.pdfbox.pdmodel.font.PDType3CharProc, org.apache.pdfbox.util.Matrix)">processType3Stream</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#registerOperatorProcessor(java.lang.String, org.apache.pdfbox.contentstream.operator.OperatorProcessor)">registerOperatorProcessor</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#restoreGraphicsState()">restoreGraphicsState</a>, <a href
 ="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#saveGraphicsState()">saveGraphicsState</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#setLineDashPattern(org.apache.pdfbox.cos.COSArray, int)">setLineDashPattern</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#setTextLineMatrix(org.apache.pdfbox.util.Matrix)">setTextLineMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#setTextMatrix(org.apache.pdfbox.util.Matrix)">setTextMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showForm(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">showForm</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showGlyph(org.apache.pdfbox.util.Matrix, org.apache.pdfbox.pdmodel.font.PDFont, int, java.lang.String, org.apache.pdfbox.util.Vector)">showGlyph</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine
 .html#showTextString(byte[])">showTextString</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showTextStrings(org.apache.pdfbox.cos.COSArray)">showTextStrings</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showType3Glyph(org.apache.pdfbox.util.Matrix, org.apache.pdfbox.pdmodel.font.PDType3Font, int, java.lang.String, org.apache.pdfbox.util.Vector)">showType3Glyph</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#transformedPoint(float, float)">transformedPoint</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#transformWidth(float)">transformWidth</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#unsupportedOperator(org.apache.pdfbox.contentstream.operator.Operator, java.util.List)">unsupportedOperator</a></code></li>
+<code><a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#addOperator(org.apache.pdfbox.contentstream.operator.OperatorProcessor)">addOperator</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#applyTextAdjustment(float, float)">applyTextAdjustment</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#endText()">endText</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getAppearance(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation)">getAppearance</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getCurrentPage()">getCurrentPage</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getGraphicsStackSize()">getGraphicsStackSize</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getGraphicsState()">getGraphicsState</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.htm
 l#getInitialMatrix()">getInitialMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getResources()">getResources</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getTextLineMatrix()">getTextLineMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#getTextMatrix()">getTextMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#operatorException(org.apache.pdfbox.contentstream.operator.Operator, java.util.List, java.io.IOException)">operatorException</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processAnnotation(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation, org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream)">processAnnotation</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processChildStream(org.apache.pdfbox.contentstream.PDContentStream, org.apache.pdfbox.pdmod
 el.PDPage)">processChildStream</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processOperator(org.apache.pdfbox.contentstream.operator.Operator, java.util.List)">processOperator</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processOperator(java.lang.String, java.util.List)">processOperator</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processPage(org.apache.pdfbox.pdmodel.PDPage)">processPage</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processSoftMask(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">processSoftMask</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processTilingPattern(org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern, org.apache.pdfbox.pdmodel.graphics.color.PDColor, org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace)">processTilingPattern</a>, <a href="../../../../org/apache/pdfbox/conte
 ntstream/PDFStreamEngine.html#processTilingPattern(org.apache.pdfbox.pdmodel.graphics.pattern.PDTilingPattern, org.apache.pdfbox.pdmodel.graphics.color.PDColor, org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace, org.apache.pdfbox.util.Matrix)">processTilingPattern</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processTransparencyGroup(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">processTransparencyGroup</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#processType3Stream(org.apache.pdfbox.pdmodel.font.PDType3CharProc, org.apache.pdfbox.util.Matrix)">processType3Stream</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#registerOperatorProcessor(java.lang.String, org.apache.pdfbox.contentstream.operator.OperatorProcessor)">registerOperatorProcessor</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#restoreGraphicsStack(java.util.Stack)">restoreGraphicsSta
 ck</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#restoreGraphicsState()">restoreGraphicsState</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#saveGraphicsStack()">saveGraphicsStack</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#saveGraphicsState()">saveGraphicsState</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#setLineDashPattern(org.apache.pdfbox.cos.COSArray, int)">setLineDashPattern</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#setTextLineMatrix(org.apache.pdfbox.util.Matrix)">setTextLineMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#setTextMatrix(org.apache.pdfbox.util.Matrix)">setTextMatrix</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showForm(org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject)">showForm</a>, <a href="../../../../org/apache/pdf
 box/contentstream/PDFStreamEngine.html#showGlyph(org.apache.pdfbox.util.Matrix, org.apache.pdfbox.pdmodel.font.PDFont, int, java.lang.String, org.apache.pdfbox.util.Vector)">showGlyph</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showTextString(byte[])">showTextString</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showTextStrings(org.apache.pdfbox.cos.COSArray)">showTextStrings</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#showType3Glyph(org.apache.pdfbox.util.Matrix, org.apache.pdfbox.pdmodel.font.PDType3Font, int, java.lang.String, org.apache.pdfbox.util.Vector)">showType3Glyph</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#transformedPoint(float, float)">transformedPoint</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html#transformWidth(float)">transformWidth</a>, <a href="../../../../org/apache/pdfbox/contentstream/PDFStream
 Engine.html#unsupportedOperator(org.apache.pdfbox.contentstream.operator.Operator, java.util.List)">unsupportedOperator</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -337,17 +330,16 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="PageDrawer(org.apache.pdfbox.rendering.PDFRenderer, org.apache.pdfbox.pdmodel.PDPage)">
+<a name="PageDrawer(org.apache.pdfbox.pdmodel.PDPage)">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>PageDrawer</h4>
-<pre>public&nbsp;PageDrawer(<a href="../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a>&nbsp;renderer,
-          <a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a>&nbsp;page)
+<pre>public&nbsp;PageDrawer(<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">Constructor.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>renderer</code> - renderer to render the page.</dd><dd><code>page</code> - the page that is to be rendered.</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>page</code> - the page that is to be rendered.</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 error loading properties from the file.</dd></dl>
 </li>
@@ -360,16 +352,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getRenderer()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getRenderer</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a>&nbsp;getRenderer()</pre>
-<div class="block">Returns the parent renderer.</div>
-</li>
-</ul>
 <a name="drawPage(java.awt.Graphics, org.apache.pdfbox.pdmodel.common.PDRectangle)">
 <!--   -->
 </a>
@@ -398,7 +380,7 @@ extends <a href="../../../../org/apache/
                      <a href="../../../../org/apache/pdfbox/util/Matrix.html" title="class in org.apache.pdfbox.util">Matrix</a>&nbsp;patternMatrix)
                        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">Draws the pattern stream to the requested context.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>g</code> - The graphics context to draw onto.</dd><dd><code>pattern</code> - The tiling pattern to be used.</dd><dd><code>colorSpace</code> - color space for this tiling.</dd><dd><code>color</code> - color for this tiling.</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>g</code> - The graphics context to draw onto.</dd><dd><code>pattern</code> - The tiling pattern to be used.</dd><dd><code>colorSpace</code> - color space for this tiling.</dd><dd><code>color</code> - color for this tiling.</dd><dd><code>patternMatrix</code> - the pattern matrix</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 IO error while drawing the page.</dd></dl>
 </li>
@@ -607,7 +589,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getCurrentPoint</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/Point2D.Float.html?is-external=true" title="class or interface in java.awt.geom">Point2D.Float</a>&nbsp;getCurrentPoint()</pre>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/Point2D.html?is-external=true" title="class or interface in java.awt.geom">Point2D</a>&nbsp;getCurrentPoint()</pre>
 <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/apache/pdfbox/contentstream/PDFGraphicsStreamEngine.html#getCurrentPoint()">PDFGraphicsStreamEngine</a></code></strong></div>
 <div class="block">Returns the current point of the current path.</div>
 <dl>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/ImageType.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/ImageType.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/ImageType.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/ImageType.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.rendering.ImageType (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PDFRenderer.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PDFRenderer.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PDFRenderer.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PDFRenderer.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.rendering.PDFRenderer (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -80,10 +80,6 @@
 <td class="colFirst"><a href="#org.apache.pdfbox.printing">org.apache.pdfbox.printing</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.pdfbox.rendering">org.apache.pdfbox.rendering</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -106,40 +102,6 @@
 </tr>
 </tbody>
 </table>
-</li>
-<li class="blockList"><a name="org.apache.pdfbox.rendering">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a> in <a href="../../../../../org/apache/pdfbox/rendering/package-summary.html">org.apache.pdfbox.rendering</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/rendering/package-summary.html">org.apache.pdfbox.rendering</a> that return <a href="../../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a></code></td>
-<td class="colLast"><span class="strong">PageDrawer.</span><code><strong><a href="../../../../../org/apache/pdfbox/rendering/PageDrawer.html#getRenderer()">getRenderer</a></strong>()</code>
-<div class="block">Returns the parent renderer.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
-<caption><span>Constructors in <a href="../../../../../org/apache/pdfbox/rendering/package-summary.html">org.apache.pdfbox.rendering</a> with parameters of type <a href="../../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Constructor and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/pdfbox/rendering/PageDrawer.html#PageDrawer(org.apache.pdfbox.rendering.PDFRenderer, org.apache.pdfbox.pdmodel.PDPage)">PageDrawer</a></strong>(<a href="../../../../../org/apache/pdfbox/rendering/PDFRenderer.html" title="class in org.apache.pdfbox.rendering">PDFRenderer</a>&nbsp;renderer,
-          <a href="../../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a>&nbsp;page)</code>
-<div class="block">Constructor.</div>
-</td>
-</tr>
-</tbody>
-</table>
 </li>
 </ul>
 </li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PageDrawer.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PageDrawer.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PageDrawer.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/class-use/PageDrawer.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.rendering.PageDrawer (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-frame.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-frame.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-frame.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-frame.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.rendering (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-summary.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-summary.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-summary.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-summary.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.rendering (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -38,7 +38,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/pdfbox/printing/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../org/apache/pdfbox/rendering/font/package-summary.html">Next Package</a></li>
+<li><a href="../../../../org/apache/pdfbox/text/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/pdfbox/rendering/package-summary.html" target="_top">Frames</a></li>
@@ -130,7 +130,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/pdfbox/printing/package-summary.html">Prev Package</a></li>
-<li><a href="../../../../org/apache/pdfbox/rendering/font/package-summary.html">Next Package</a></li>
+<li><a href="../../../../org/apache/pdfbox/text/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/pdfbox/rendering/package-summary.html" target="_top">Frames</a></li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-tree.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-tree.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-tree.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-tree.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.rendering Class Hierarchy (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -38,7 +38,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/pdfbox/printing/package-tree.html">Prev</a></li>
-<li><a href="../../../../org/apache/pdfbox/rendering/font/package-tree.html">Next</a></li>
+<li><a href="../../../../org/apache/pdfbox/text/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/pdfbox/rendering/package-tree.html" target="_top">Frames</a></li>
@@ -121,7 +121,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/pdfbox/printing/package-tree.html">Prev</a></li>
-<li><a href="../../../../org/apache/pdfbox/rendering/font/package-tree.html">Next</a></li>
+<li><a href="../../../../org/apache/pdfbox/text/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/pdfbox/rendering/package-tree.html" target="_top">Frames</a></li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-use.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-use.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-use.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/rendering/package-use.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.pdfbox.rendering (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -118,11 +118,6 @@
 <div class="block">Image type for rendering.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colOne"><a href="../../../../org/apache/pdfbox/rendering/class-use/PDFRenderer.html#org.apache.pdfbox.rendering">PDFRenderer</a>
-<div class="block">Renders a PDF document to an AWT BufferedImage.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPosition.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPosition.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPosition.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPosition.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>TextPosition (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -37,7 +37,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev Class</li>
+<li><a href="../../../../org/apache/pdfbox/text/PDFTextStripperByArea.html" title="class in org.apache.pdfbox.text"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../org/apache/pdfbox/text/TextPositionComparator.html" title="class in org.apache.pdfbox.text"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -632,7 +632,7 @@ extends <a href="http://download.oracle.
 </div>
 <div class="subNav">
 <ul class="navList">
-<li>Prev Class</li>
+<li><a href="../../../../org/apache/pdfbox/text/PDFTextStripperByArea.html" title="class in org.apache.pdfbox.text"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../org/apache/pdfbox/text/TextPositionComparator.html" title="class in org.apache.pdfbox.text"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPositionComparator.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPositionComparator.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPositionComparator.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/TextPositionComparator.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>TextPositionComparator (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPosition.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPosition.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPosition.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPosition.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.text.TextPosition (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -77,54 +77,21 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.pdfbox.contentstream">org.apache.pdfbox.contentstream</a></td>
-<td class="colLast">
-<div class="block">This package contains provides classes for working with content streams.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.documentinterchange.markedcontent">org.apache.pdfbox.pdmodel.documentinterchange.markedcontent</a></td>
 <td class="colLast">
 <div class="block">The marked content package provides a mechanism for modeling marked-content
 sequences.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.pdfbox.text">org.apache.pdfbox.text</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.pdfbox.util">org.apache.pdfbox.util</a></td>
-<td class="colLast">
-<div class="block">This package contains utility classes that are used by the PDFBox project.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
 <li class="blockList">
 <ul class="blockList">
-<li class="blockList"><a name="org.apache.pdfbox.contentstream">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a> in <a href="../../../../../org/apache/pdfbox/contentstream/package-summary.html">org.apache.pdfbox.contentstream</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/contentstream/package-summary.html">org.apache.pdfbox.contentstream</a> with parameters of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">PDFTextStreamEngine.</span><code><strong><a href="../../../../../org/apache/pdfbox/contentstream/PDFTextStreamEngine.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
-<div class="block">A method provided as an event interface to allow a subclass to perform some specific
- functionality when text needs to be processed.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
 <li class="blockList"><a name="org.apache.pdfbox.pdmodel.documentinterchange.markedcontent">
 <!--   -->
 </a>
@@ -149,40 +116,8 @@ sequences.</div>
 <!--   -->
 </a>
 <h3>Uses of <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a> in <a href="../../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> with parameters of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">TextPositionComparator.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/TextPositionComparator.html#compare(org.apache.pdfbox.text.TextPosition, org.apache.pdfbox.text.TextPosition)">compare</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;pos1,
-       <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;pos2)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">TextPosition.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/TextPosition.html#contains(org.apache.pdfbox.text.TextPosition)">contains</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;tp2)</code>
-<div class="block">Determine if this TextPosition logically contains another (i.e. they overlap and should be
- rendered on top of each other).</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TextPosition.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/TextPosition.html#mergeDiacritic(org.apache.pdfbox.text.TextPosition)">mergeDiacritic</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;diacritic)</code>
-<div class="block">Merge a single character TextPosition into the current object.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.pdfbox.util">
-<!--   -->
-</a>
-<h3>Uses of <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a> in <a href="../../../../../org/apache/pdfbox/util/package-summary.html">org.apache.pdfbox.util</a></h3>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
-<caption><span>Fields in <a href="../../../../../org/apache/pdfbox/util/package-summary.html">org.apache.pdfbox.util</a> with type parameters of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Fields in <a href="../../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> with type parameters of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Field and Description</th>
@@ -190,63 +125,81 @@ sequences.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<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/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFTextStripper.html#charactersByArticle">charactersByArticle</a></strong></code>
+<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFTextStripper.html#charactersByArticle">charactersByArticle</a></strong></code>
 <div class="block">The charactersByArticle is used to extract text by article divisions.</div>
 </td>
 </tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/util/package-summary.html">org.apache.pdfbox.util</a> that return types with arguments of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> that return types with arguments of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<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/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFTextStripper.html#getCharactersByArticle()">getCharactersByArticle</a></strong>()</code>
+<td class="colFirst"><code>protected <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="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/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFTextStripper.html#getCharactersByArticle()">getCharactersByArticle</a></strong>()</code>
 <div class="block">Character strings are grouped by articles.</div>
 </td>
 </tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/util/package-summary.html">org.apache.pdfbox.util</a> with parameters of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Methods in <a href="../../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> with parameters of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">PDFTextStripperByArea.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFTextStripperByArea.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
-<div class="block">This will process a TextPosition object and add the text to the list of characters on a page.</div>
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><span class="strong">TextPositionComparator.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/TextPositionComparator.html#compare(org.apache.pdfbox.text.TextPosition, org.apache.pdfbox.text.TextPosition)">compare</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;pos1,
+       <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;pos2)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><span class="strong">TextPosition.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/TextPosition.html#contains(org.apache.pdfbox.text.TextPosition)">contains</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;tp2)</code>
+<div class="block">Determine if this TextPosition logically contains another (i.e. they overlap and should be
+ rendered on top of each other).</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">TextPosition.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/TextPosition.html#mergeDiacritic(org.apache.pdfbox.text.TextPosition)">mergeDiacritic</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;diacritic)</code>
+<div class="block">Merge a single character TextPosition into the current object.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFTextStripper.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
+<td class="colLast"><span class="strong">PDFTextStripperByArea.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFTextStripperByArea.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
 <div class="block">This will process a TextPosition object and add the text to the list of characters on a page.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">PDFMarkedContentExtractor.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFMarkedContentExtractor.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
+<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFTextStripper.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
+<div class="block">This will process a TextPosition object and add the text to the list of characters on a page.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">PDFMarkedContentExtractor.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFMarkedContentExtractor.html#processTextPosition(org.apache.pdfbox.text.TextPosition)">processTextPosition</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
 <div class="block">This will process a TextPosition object and add the
  text to the list of characters on a page.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFTextStripper.html#writeCharacters(org.apache.pdfbox.text.TextPosition)">writeCharacters</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
+<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFTextStripper.html#writeCharacters(org.apache.pdfbox.text.TextPosition)">writeCharacters</a></strong>(<a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&nbsp;text)</code>
 <div class="block">Write the string in TextPosition to the output stream.</div>
 </td>
 </tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
-<caption><span>Method parameters in <a href="../../../../../org/apache/pdfbox/util/package-summary.html">org.apache.pdfbox.util</a> with type arguments of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
+<caption><span>Method parameters in <a href="../../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> with type arguments of type <a href="../../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -254,7 +207,7 @@ sequences.</div>
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/util/PDFTextStripper.html#writeString(java.lang.String, java.util.List)">writeString</a></strong>(<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;text,
+<td class="colLast"><span class="strong">PDFTextStripper.</span><code><strong><a href="../../../../../org/apache/pdfbox/text/PDFTextStripper.html#writeString(java.lang.String, java.util.List)">writeString</a></strong>(<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;text,
            <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/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a>&gt;&nbsp;textPositions)</code>
 <div class="block">Write a Java string to the output stream.</div>
 </td>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPositionComparator.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPositionComparator.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPositionComparator.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/class-use/TextPositionComparator.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.text.TextPositionComparator (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-frame.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-frame.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-frame.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-frame.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.text (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -13,6 +13,9 @@
 <div class="indexContainer">
 <h2 title="Classes">Classes</h2>
 <ul title="Classes">
+<li><a href="PDFMarkedContentExtractor.html" title="class in org.apache.pdfbox.text" target="classFrame">PDFMarkedContentExtractor</a></li>
+<li><a href="PDFTextStripper.html" title="class in org.apache.pdfbox.text" target="classFrame">PDFTextStripper</a></li>
+<li><a href="PDFTextStripperByArea.html" title="class in org.apache.pdfbox.text" target="classFrame">PDFTextStripperByArea</a></li>
 <li><a href="TextPosition.html" title="class in org.apache.pdfbox.text" target="classFrame">TextPosition</a></li>
 <li><a href="TextPositionComparator.html" title="class in org.apache.pdfbox.text" target="classFrame">TextPositionComparator</a></li>
 </ul>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-summary.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-summary.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-summary.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-summary.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.text (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -37,7 +37,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/pdfbox/service/interactive/form/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../org/apache/pdfbox/rendering/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../org/apache/pdfbox/util/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">
@@ -77,12 +77,31 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/pdfbox/text/PDFMarkedContentExtractor.html" title="class in org.apache.pdfbox.text">PDFMarkedContentExtractor</a></td>
+<td class="colLast">
+<div class="block">This is an stream engine to extract the marked content of a pdf.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/pdfbox/text/PDFTextStripper.html" title="class in org.apache.pdfbox.text">PDFTextStripper</a></td>
+<td class="colLast">
+<div class="block">This class will take a pdf document and strip out all of the text and ignore the
+ formatting and such.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/pdfbox/text/PDFTextStripperByArea.html" title="class in org.apache.pdfbox.text">PDFTextStripperByArea</a></td>
+<td class="colLast">
+<div class="block">This will extract text from a specified region in the PDF.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text">TextPosition</a></td>
 <td class="colLast">
 <div class="block">This represents a string and a position on the screen of those characters.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../org/apache/pdfbox/text/TextPositionComparator.html" title="class in org.apache.pdfbox.text">TextPositionComparator</a></td>
 <td class="colLast">
 <div class="block">This class is a comparator for TextPosition operators.</div>
@@ -112,7 +131,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/pdfbox/service/interactive/form/package-summary.html">Prev Package</a></li>
+<li><a href="../../../../org/apache/pdfbox/rendering/package-summary.html">Prev Package</a></li>
 <li><a href="../../../../org/apache/pdfbox/util/package-summary.html">Next Package</a></li>
 </ul>
 <ul class="navList">

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-tree.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-tree.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-tree.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-tree.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.text Class Hierarchy (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -37,7 +37,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/pdfbox/service/interactive/form/package-tree.html">Prev</a></li>
+<li><a href="../../../../org/apache/pdfbox/rendering/package-tree.html">Prev</a></li>
 <li><a href="../../../../org/apache/pdfbox/util/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">
@@ -75,6 +75,16 @@
 <ul>
 <li type="circle">java.lang.<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
+<li type="circle">org.apache.pdfbox.contentstream.<a href="../../../../org/apache/pdfbox/contentstream/PDFStreamEngine.html" title="class in org.apache.pdfbox.contentstream"><span class="strong">PDFStreamEngine</span></a>
+<ul>
+<li type="circle">org.apache.pdfbox.text.<a href="../../../../org/apache/pdfbox/text/PDFMarkedContentExtractor.html" title="class in org.apache.pdfbox.text"><span class="strong">PDFMarkedContentExtractor</span></a></li>
+<li type="circle">org.apache.pdfbox.text.<a href="../../../../org/apache/pdfbox/text/PDFTextStripper.html" title="class in org.apache.pdfbox.text"><span class="strong">PDFTextStripper</span></a>
+<ul>
+<li type="circle">org.apache.pdfbox.text.<a href="../../../../org/apache/pdfbox/text/PDFTextStripperByArea.html" title="class in org.apache.pdfbox.text"><span class="strong">PDFTextStripperByArea</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
 <li type="circle">org.apache.pdfbox.text.<a href="../../../../org/apache/pdfbox/text/TextPosition.html" title="class in org.apache.pdfbox.text"><span class="strong">TextPosition</span></a></li>
 <li type="circle">org.apache.pdfbox.text.<a href="../../../../org/apache/pdfbox/text/TextPositionComparator.html" title="class in org.apache.pdfbox.text"><span class="strong">TextPositionComparator</span></a> (implements java.util.<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;T&gt;)</li>
 </ul>
@@ -100,7 +110,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/pdfbox/service/interactive/form/package-tree.html">Prev</a></li>
+<li><a href="../../../../org/apache/pdfbox/rendering/package-tree.html">Prev</a></li>
 <li><a href="../../../../org/apache/pdfbox/util/package-tree.html">Next</a></li>
 </ul>
 <ul class="navList">

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-use.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-use.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-use.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/text/package-use.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.pdfbox.text (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -77,45 +77,16 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><a href="#org.apache.pdfbox.contentstream">org.apache.pdfbox.contentstream</a></td>
-<td class="colLast">
-<div class="block">This package contains provides classes for working with content streams.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.pdfbox.pdmodel.documentinterchange.markedcontent">org.apache.pdfbox.pdmodel.documentinterchange.markedcontent</a></td>
 <td class="colLast">
 <div class="block">The marked content package provides a mechanism for modeling marked-content
 sequences.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.pdfbox.text">org.apache.pdfbox.text</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="#org.apache.pdfbox.util">org.apache.pdfbox.util</a></td>
-<td class="colLast">
-<div class="block">This package contains utility classes that are used by the PDFBox project.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.pdfbox.contentstream">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> used by <a href="../../../../org/apache/pdfbox/contentstream/package-summary.html">org.apache.pdfbox.contentstream</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/pdfbox/text/class-use/TextPosition.html#org.apache.pdfbox.contentstream">TextPosition</a>
-<div class="block">This represents a string and a position on the screen of those characters.</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -146,24 +117,13 @@ sequences.</div>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/pdfbox/text/class-use/TextPosition.html#org.apache.pdfbox.text">TextPosition</a>
-<div class="block">This represents a string and a position on the screen of those characters.</div>
+<td class="colOne"><a href="../../../../org/apache/pdfbox/text/class-use/PDFTextStripper.html#org.apache.pdfbox.text">PDFTextStripper</a>
+<div class="block">This class will take a pdf document and strip out all of the text and ignore the
+ formatting and such.</div>
 </td>
 </tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.pdfbox.util">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../org/apache/pdfbox/text/package-summary.html">org.apache.pdfbox.text</a> used by <a href="../../../../org/apache/pdfbox/util/package-summary.html">org.apache.pdfbox.util</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../org/apache/pdfbox/text/class-use/TextPosition.html#org.apache.pdfbox.util">TextPosition</a>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/apache/pdfbox/text/class-use/TextPosition.html#org.apache.pdfbox.text">TextPosition</a>
 <div class="block">This represents a string and a position on the screen of those characters.</div>
 </td>
 </tr>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Charsets.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Charsets.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Charsets.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Charsets.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Charsets (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -97,9 +97,9 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <span class="strong">Charsets</span>
+<pre>public final class <span class="strong">Charsets</span>
 extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
-<div class="block">Utility class providing common Charsets used in PDF.</div>
+<div class="block">Utility class providing common Charsets used in PDFBox.</div>
 <dl><dt><span class="strong">Author:</span></dt>
   <dd>John Hewson</dd></dl>
 </li>
@@ -122,22 +122,34 @@ extends <a href="http://download.oracle.
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/util/Charsets.html#ISO_8859_1">ISO_8859_1</a></strong></code>
+<div class="block">ISO-8859-1 charset</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/util/Charsets.html#US_ASCII">US_ASCII</a></strong></code>
 <div class="block">ASCII charset</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/util/Charsets.html#UTF_16BE">UTF_16BE</a></strong></code>
 <div class="block">UTF-16BE charset</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/util/Charsets.html#UTF_16LE">UTF_16LE</a></strong></code>
 <div class="block">UTF-16LE charset</div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/util/Charsets.html#UTF_8">UTF_8</a></strong></code>
+<div class="block">UTF-8 charset</div>
+</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -191,13 +203,33 @@ extends <a href="http://download.oracle.
 <a name="UTF_16LE">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>UTF_16LE</h4>
 <pre>public static final&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a> UTF_16LE</pre>
 <div class="block">UTF-16LE charset</div>
 </li>
 </ul>
+<a name="ISO_8859_1">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>ISO_8859_1</h4>
+<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a> ISO_8859_1</pre>
+<div class="block">ISO-8859-1 charset</div>
+</li>
+</ul>
+<a name="UTF_8">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>UTF_8</h4>
+<pre>public static final&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a> UTF_8</pre>
+<div class="block">UTF-8 charset</div>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/DateConverter.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/DateConverter.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/DateConverter.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/DateConverter.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>DateConverter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Hex.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Hex.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Hex.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/util/Hex.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Hex (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -38,7 +38,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/pdfbox/util/DateConverter.html" title="class in org.apache.pdfbox.util"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/pdfbox/util/LayerUtility.html" title="class in org.apache.pdfbox.util"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/pdfbox/util/Matrix.html" title="class in org.apache.pdfbox.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/pdfbox/util/Hex.html" target="_top">Frames</a></li>
@@ -97,7 +97,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <span class="strong">Hex</span>
+<pre>public final class <span class="strong">Hex</span>
 extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">Utility functions for hex encoding.</div>
 <dl><dt><span class="strong">Author:</span></dt>
@@ -201,7 +201,7 @@ extends <a href="http://download.oracle.
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/pdfbox/util/DateConverter.html" title="class in org.apache.pdfbox.util"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../org/apache/pdfbox/util/LayerUtility.html" title="class in org.apache.pdfbox.util"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../org/apache/pdfbox/util/Matrix.html" title="class in org.apache.pdfbox.util"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/pdfbox/util/Hex.html" target="_top">Frames</a></li>