pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
Repository: pdfbox-docs
Updated Branches:
  refs/heads/master f0f06d684 -> 907a4aa47


PDFBOX-3330: add javadoc for PDFBox 2.0.3


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/907a4aa4
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/907a4aa4
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/907a4aa4

Branch: refs/heads/master
Commit: 907a4aa47c3da6ddac1ab308be6af71203b933d1
Parents: f0f06d6
Author: Maruan Sahyoun 
Authored: Mon Sep 19 11:09:51 2016 +0200
Committer: Maruan Sahyoun 
Committed: Mon Sep 19 11:09:51 2016 +0200

--
 content/_layouts/default.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/907a4aa4/content/_layouts/default.html
--
diff --git a/content/_layouts/default.html b/content/_layouts/default.html
index 3557b10..7d168c3 100644
--- a/content/_layouts/default.html
+++ b/content/_layouts/default.html
@@ -90,7 +90,7 @@
 
 
 Command Line 
Tools
-API 
Docs
+API 
Docs
 
 
 



[04/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
new file mode 100644
index 000..bc8346e
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/Operator.html
@@ -0,0 +1,337 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Operator (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.pdfbox.contentstream.operator
+Class Operator
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.pdfbox.contentstream.operator.Operator
+
+
+
+
+
+
+
+
+public final class Operator
+extends 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
+An Operator in a PDF content stream.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+byte[]
+getImageData()
+This is the special case for the ID operator where there 
are just random
+ bytes inlined the stream.
+
+
+
+COSDictionary
+getImageParameters()
+This will get the image parameters, this is only valid for 
BI operators.
+
+
+
+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
+getName()
+This will get the name of the operator.
+
+
+
+static Operator
+getOperator(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoperator)
+This is used to create/cache operators in the system.
+
+
+
+void
+setImageData(byte[]imageDataArray)
+This will set the image data, this is only used for the ID 
operator.
+
+
+
+void
+setImageParameters(COSDictionaryparams)
+This will set the image parameters, this is only valid for 
BI operators.
+
+
+
+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
+toString()
+This will print a string rep of this class.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getOperator
+public staticOperatorgetOperator(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoperator)
+This is used to create/cache operators in the system.
+Parameters:operator 
- The operator for the system.
+Returns:The 

[24/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfSimpleDescript.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfSimpleDescript.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfSimpleDescript.html
new file mode 100644
index 000..eb2381f
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfSimpleDescript.html
@@ -0,0 +1,393 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+GlyfSimpleDescript (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class 
GlyfSimpleDescript
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.GlyfDescript
+
+
+org.apache.fontbox.ttf.GlyfSimpleDescript
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+GlyphDescription
+
+
+
+public class GlyfSimpleDescript
+extends GlyfDescript
+This class is based on code from Apache Batik a subproject 
of Apache XMLGraphics. see
+ http://xmlgraphics.apache.org/batik/ for further details.
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from classorg.apache.fontbox.ttf.GlyfDescript
+ON_CURVE,
 REPEAT, 
X_DUAL, 
X_SHORT_VECTOR,
 Y_DUAL, 
Y_SHORT_VECTOR
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+GlyfSimpleDescript(shortnumberOfContours,
+  org.apache.fontbox.ttf.TTFDataStreambais,
+  shortx0)
+Constructor.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+int
+getEndPtOfContours(inti)
+Returns the index of the ending point of the given 
contour.
+
+
+
+byte
+getFlags(inti)
+Returns the flags of the given point.
+
+
+
+int
+getPointCount()
+Returns the number of points.
+
+
+
+short
+getXCoordinate(inti)
+Returns the x coordinate of the given point.
+
+
+
+short
+getYCoordinate(inti)
+Returns the y coordinate of the given point.
+
+
+
+boolean
+isComposite()
+Returns whether this point is a composite or not.
+
+
+
+
+
+
+
+Methods inherited from classorg.apache.fontbox.ttf.GlyfDescript
+getContourCount,
 getInstructions,
 readInstructions,
 resolve
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+GlyfSimpleDescript
+publicGlyfSimpleDescript(shortnumberOfContours,
+  org.apache.fontbox.ttf.TTFDataStreambais,
+  shortx0)
+   throws 

[33/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCIDFont.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCIDFont.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCIDFont.html
new file mode 100644
index 000..235cf39
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCIDFont.html
@@ -0,0 +1,170 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.cff.CFFCIDFont (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.fontbox.cff.CFFCIDFont
+
+
+
+
+
+Packages that use CFFCIDFont
+
+Package
+Description
+
+
+
+org.apache.fontbox.cff
+
+This package holds classes used to parse CFF/Type2-Fonts 
(aka Type1C-Fonts).
+
+
+
+
+
+
+
+
+
+
+Uses of CFFCIDFont in org.apache.fontbox.cff
+
+Fields in org.apache.fontbox.cff
 declared as CFFCIDFont
+
+Modifier and Type
+Field and Description
+
+
+
+protected CFFCIDFont
+FDSelect.owner
+
+
+
+
+Constructors in org.apache.fontbox.cff
 with parameters of type CFFCIDFont
+
+Constructor and Description
+
+
+
+FDSelect(CFFCIDFontowner)
+Constructor.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCharset.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCharset.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCharset.html
new file mode 100644
index 000..c07cab4
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/CFFCharset.html
@@ -0,0 +1,199 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.cff.CFFCharset (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.fontbox.cff.CFFCharset
+
+
+
+
+
+Packages that use CFFCharset
+
+Package
+Description
+
+
+
+org.apache.fontbox.cff
+
+This package holds classes used to parse CFF/Type2-Fonts 
(aka Type1C-Fonts).
+
+
+
+
+
+
+
+
+
+
+Uses of CFFCharset in org.apache.fontbox.cff
+
+Subclasses of CFFCharset in org.apache.fontbox.cff
+
+Modifier and Type
+Class and Description
+
+
+
+class
+CFFExpertCharset
+This is specialized CFFCharset.
+
+
+
+class
+CFFExpertSubsetCharset
+This is specialized CFFCharset.
+
+
+
+class
+CFFISOAdobeCharset
+This is specialized CFFCharset.
+
+
+
+
+
+Fields in org.apache.fontbox.cff
 declared as CFFCharset
+
+Modifier and Type
+Field and Description
+
+
+
+protected CFFCharset
+CFFFont.charset
+
+
+
+
+Methods in org.apache.fontbox.cff
 that return CFFCharset
+
+Modifier and Type
+Method and Description
+
+
+
+CFFCharset
+CFFFont.getCharset()
+Returns the CFFCharset of the font.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 

[45/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/index.html
--
diff --git a/content/docs/2.0.3/javadocs/index.html 
b/content/docs/2.0.3/javadocs/index.html
new file mode 100644
index 000..7837cd4
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/index.html
@@ -0,0 +1,74 @@
+http://www.w3.org/TR/html4/frameset.dtd;>
+
+
+
+
+PDFBox reactor 2.0.3 API
+
+targetPage = "" + window.location.search;
+if (targetPage != "" && targetPage != "undefined")
+targetPage = targetPage.substring(1);
+if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
+targetPage = "undefined";
+function validURL(url) {
+try {
+url = decodeURIComponent(url);
+}
+catch (error) {
+return false;
+}
+var pos = url.indexOf(".html");
+if (pos == -1 || pos != url.length - 5)
+return false;
+var allowNumber = false;
+var allowSep = false;
+var seenDot = false;
+for (var i = 0; i < url.length - 5; i++) {
+var ch = url.charAt(i);
+if ('a' <= ch && ch <= 'z' ||
+'A' <= ch && ch <= 'Z' ||
+ch == '$' ||
+ch == '_' ||
+ch.charCodeAt(0) > 127) {
+allowNumber = true;
+allowSep = true;
+} else if ('0' <= ch && ch <= '9'
+|| ch == '-') {
+if (!allowNumber)
+ return false;
+} else if (ch == '/' || ch == '.') {
+if (!allowSep)
+return false;
+allowNumber = false;
+allowSep = false;
+if (ch == '.')
+ seenDot = true;
+if (ch == '/' && seenDot)
+ return false;
+} else {
+return false;
+}
+}
+return true;
+}
+function loadFrames() {
+if (targetPage != "" && targetPage != "undefined")
+ top.classFrame.location = top.targetPage;
+}
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+Frame Alert
+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 Non-frame version.
+
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/EncodedFont.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/EncodedFont.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/EncodedFont.html
new file mode 100644
index 000..1bb7aaf
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/EncodedFont.html
@@ -0,0 +1,219 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+EncodedFont (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox
+Interface EncodedFont
+
+
+
+
+
+
+All Known Implementing Classes:
+CFFType1Font, Type1Font
+
+
+
+public interface EncodedFont
+A PostScript font which uses an encoding vector.
+Author:
+  John Hewson
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Encoding
+getEncoding()
+Returns the PostScript Encoding vector for the font.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getEncoding
+EncodinggetEncoding()
+ throws 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
+Returns the PostScript Encoding vector for the font.
+Throws:
+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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No 
Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Interfaceorg.apache.fontbox.ttf.TrueTypeCollection.TrueTypeFontProcessor
+
+
+
+
+
+Packages that use TrueTypeCollection.TrueTypeFontProcessor
+
+Package
+Description
+
+
+
+org.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+
+
+
+
+
+
+
+
+
+Uses of TrueTypeCollection.TrueTypeFontProcessor in org.apache.fontbox.ttf
+
+Methods in org.apache.fontbox.ttf
 with parameters of type TrueTypeCollection.TrueTypeFontProcessor
+
+Modifier and Type
+Method and Description
+
+
+
+void
+TrueTypeCollection.processAllFonts(TrueTypeCollection.TrueTypeFontProcessortrueTypeFontProcessor)
+Run the callback for each TT font in the collection.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No 
Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeCollection.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeCollection.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeCollection.html
new file mode 100644
index 000..c134b33
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeCollection.html
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.ttf.TrueTypeCollection (PDFBox reactor 
2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.ttf.TrueTypeCollection
+
+No usage of 
org.apache.fontbox.ttf.TrueTypeCollection
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeFont.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeFont.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/TrueTypeFont.html
new file mode 100644
index 000..6262f39
--- 

[22/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/IndexToLocationTable.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/IndexToLocationTable.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/IndexToLocationTable.html
new file mode 100644
index 000..07f7618
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/IndexToLocationTable.html
@@ -0,0 +1,321 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+IndexToLocationTable (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class 
IndexToLocationTable
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.TTFTable
+
+
+org.apache.fontbox.ttf.IndexToLocationTable
+
+
+
+
+
+
+
+
+
+
+public class IndexToLocationTable
+extends TTFTable
+A table in a true type font.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static 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
+TAG
+A tag that identifies this table type.
+
+
+
+
+
+
+
+Fields inherited from classorg.apache.fontbox.ttf.TTFTable
+font, initialized
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+long[]
+getOffsets()
+
+
+void
+read(TrueTypeFontttf,
+org.apache.fontbox.ttf.TTFDataStreamdata)
+This will read the required data from the stream.
+
+
+
+void
+setOffsets(long[]offsetsValue)
+
+
+
+
+
+
+Methods inherited from classorg.apache.fontbox.ttf.TTFTable
+getCheckSum,
 getInitialized,
 getLength,
 getOffset,
 getTag
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+TAG
+public static finalhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String TAG
+A tag that identifies this table type.
+See Also:Constant
 Field Values
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+read
+publicvoidread(TrueTypeFontttf,
+org.apache.fontbox.ttf.TTFDataStreamdata)
+  throws 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
+This will read the required data from the stream.
+Parameters:ttf - The 
font that is being read.data - The stream to read the 
data from.
+Throws:

[08/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/class-use/WindowsFontDirFinder.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/class-use/WindowsFontDirFinder.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/class-use/WindowsFontDirFinder.html
new file mode 100644
index 000..d18591e
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/class-use/WindowsFontDirFinder.html
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.util.autodetect.WindowsFontDirFinder 
(PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.fontbox.util.autodetect.WindowsFontDirFinder
+
+No usage of 
org.apache.fontbox.util.autodetect.WindowsFontDirFinder
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-frame.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-frame.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-frame.html
new file mode 100644
index 000..7f26f16
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-frame.html
@@ -0,0 +1,26 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.fontbox.util.autodetect (PDFBox reactor 2.0.3 API)
+
+
+
+org.apache.fontbox.util.autodetect
+
+Interfaces
+
+FontDirFinder
+
+Classes
+
+FontFileFinder
+MacFontDirFinder
+NativeFontDirFinder
+UnixFontDirFinder
+WindowsFontDirFinder
+
+
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-summary.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-summary.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-summary.html
new file mode 100644
index 000..f198993
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/util/autodetect/package-summary.html
@@ -0,0 +1,185 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.fontbox.util.autodetect (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Package
+Next 
Package
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.fontbox.util.autodetect
+
+This package contains utility classes to manage local 
fonts.
+
+See:Description
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+FontDirFinder
+
+Implementers provide find method for searching native 
operating system for available fonts.
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+FontFileFinder
+
+Helps to autodetect/locate available operating system 
fonts.
+
+
+
+MacFontDirFinder
+
+Mac font directory finder.
+
+
+
+NativeFontDirFinder
+
+Native font finder base class.
+
+
+
+UnixFontDirFinder
+
+Unix font directory finder.
+
+
+
+WindowsFontDirFinder
+
+FontFinder for native Windows platforms.
+
+
+
+
+
+
+
+
+
+Package 
org.apache.fontbox.util.autodetect Description
+This package contains utility classes to 

[12/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/package-summary.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/package-summary.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/package-summary.html
new file mode 100644
index 000..4c5d32f
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/package-summary.html
@@ -0,0 +1,370 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.fontbox.ttf (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Package
+Next 
Package
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+See:Description
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+GlyphDescription
+
+Specifies access to glyph description classes, simple and 
composite.
+
+
+
+TrueTypeCollection.TrueTypeFontProcessor
+
+Implement the callback method to call TrueTypeCollection.processAllFonts(TrueTypeFontProcessor).
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+BufferedRandomAccessFile
+
+This class is a version of the one published at
+ https://code.google.com/p/jmzreader/wiki/BufferedRandomAccessFile augmented 
to handle unsigned
+ bytes.
+
+
+
+CFFTable
+
+PostScript font program (compact font format).
+
+
+
+CmapSubtable
+
+A "cmap" subtable.
+
+
+
+CmapTable
+
+The "cmap" table of a true type font.
+
+
+
+DigitalSignatureTable
+
+A table in a true type font.
+
+
+
+GlyfCompositeComp
+
+This class is based on code from Apache Batik a subproject 
of Apache XMLGraphics. see
+ http://xmlgraphics.apache.org/batik/ for further details.
+
+
+
+GlyfCompositeDescript
+
+Glyph description for composite glyphs.
+
+
+
+GlyfDescript
+
+This class is based on code from Apache Batik a subproject 
of Apache XMLGraphics.
+
+
+
+GlyfSimpleDescript
+
+This class is based on code from Apache Batik a subproject 
of Apache XMLGraphics. see
+ http://xmlgraphics.apache.org/batik/ for further details.
+
+
+
+GlyphData
+
+A glyph data record in the glyf table.
+
+
+
+GlyphTable
+
+A table in a true type font.
+
+
+
+HeaderTable
+
+A table in a true type font.
+
+
+
+HorizontalHeaderTable
+
+A table in a true type font.
+
+
+
+HorizontalMetricsTable
+
+A table in a true type font.
+
+
+
+IndexToLocationTable
+
+A table in a true type font.
+
+
+
+KerningSubtable
+
+A 'kern' table in a true type font.
+
+
+
+KerningTable
+
+A 'kern' table in a true type font.
+
+
+
+MaximumProfileTable
+
+A table in a true type font.
+
+
+
+NameRecord
+
+A name record in the name table.
+
+
+
+NamingTable
+
+A table in a true type font.
+
+
+
+OpenTypeFont
+
+An OpenType (OTF/TTF) font.
+
+
+
+OS2WindowsMetricsTable
+
+A table in a true type font.
+
+
+
+OTFParser
+
+OpenType font file parser.
+
+
+
+OTLTable
+
+OpenType Layout (OTL) table.
+
+
+
+PostScriptTable
+
+A table in a true type font.
+
+
+
+TrueTypeCollection
+
+A TrueType Collection, now more properly known as a "Font 
Collection" as it may contain either
+ TrueType or OpenType fonts.
+
+
+
+TrueTypeFont
+
+A TrueType font file.
+
+
+
+TTFParser
+
+TrueType font file parser.
+
+
+
+TTFSubsetter
+
+Subsetter for TrueType (TTF) fonts.
+
+
+
+TTFTable
+
+A table in a true type font.
+
+
+
+VerticalHeaderTable
+
+A vertical header 'vhea' table in a TrueType or OpenType 
font.
+
+
+
+VerticalMetricsTable
+
+A vertical metrics 'vmtx' table in a TrueType or OpenType 
font.
+
+
+
+VerticalOriginTable
+
+A vertical origin 'VORG' table in an OpenType font.
+
+
+
+WGL4Names
+
+Windows Glyph List 4 (WGL4) names for Mac glyphs.
+
+
+
+
+
+
+
+
+
+Package 
org.apache.fontbox.ttf Description
+This package contains classes to parse a TTF file.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Package
+Next 
Package
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/package-tree.html

[02/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
new file mode 100644
index 000..b5a738d
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/operator/class-use/OperatorProcessor.html
@@ -0,0 +1,712 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class 
org.apache.pdfbox.contentstream.operator.OperatorProcessor (PDFBox reactor 
2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.pdfbox.contentstream.operator.OperatorProcessor
+
+
+
+
+
+Packages that use OperatorProcessor
+
+Package
+Description
+
+
+
+org.apache.pdfbox.contentstream
+
+This package contains provides classes for working with 
content streams.
+
+
+
+org.apache.pdfbox.contentstream.operator
+
+This package contains implementations of all of the PDF 
operators.
+
+
+
+org.apache.pdfbox.contentstream.operator.color
+
+
+
+org.apache.pdfbox.contentstream.operator.graphics
+
+This package contains implementations of all of the PDF 
graphics operators.
+
+
+
+org.apache.pdfbox.contentstream.operator.markedcontent
+
+
+
+org.apache.pdfbox.contentstream.operator.state
+
+
+
+org.apache.pdfbox.contentstream.operator.text
+
+
+
+org.apache.pdfbox.preflight.content
+
+
+
+
+
+
+
+
+
+
+Uses of OperatorProcessor in org.apache.pdfbox.contentstream
+
+Methods in org.apache.pdfbox.contentstream
 with parameters of type OperatorProcessor
+
+Modifier and Type
+Method and Description
+
+
+
+void
+PDFStreamEngine.addOperator(OperatorProcessorop)
+Adds an operator processor to the engine.
+
+
+
+void
+PDFStreamEngine.registerOperatorProcessor(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoperator,
+ OperatorProcessorop)
+Deprecated.
+Use PDFStreamEngine.addOperator(OperatorProcessor)
 instead
+
+
+
+
+
+
+
+
+
+Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator
+
+Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator
+
+Modifier and Type
+Class and Description
+
+
+
+class
+DrawObject
+Do: Draws an XObject.
+
+
+
+
+
+
+
+
+Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.color
+
+Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.color
+
+Modifier and Type
+Class and Description
+
+
+
+class
+SetColor
+sc,scn,SC,SCN: Sets the color to use for stroking or 
non-stroking operations.
+
+
+
+class
+SetNonStrokingColor
+sc: Sets the colour to use for stroking non-stroking 
operations.
+
+
+
+class
+SetNonStrokingColorN
+scn: Sets the colour to use for stroking non-stroking 
operations.
+
+
+
+class
+SetNonStrokingColorSpace
+cs: Sets the non-stroking color space.
+
+
+
+class
+SetNonStrokingDeviceCMYKColor
+k: Set the non-stroking colour space to DeviceCMYK and set 
the colour to
+ use for non-stroking operations.
+
+
+
+class
+SetNonStrokingDeviceGrayColor
+g: Set the non-stroking colour space to DeviceGray and set 
the gray
+ level to use for non-stroking operations.
+
+
+
+class
+SetNonStrokingDeviceRGBColor
+rg: Set the non-stroking colour space to DeviceRGB and set 
the colour to
+ use for non-stroking operations.
+
+
+
+class
+SetStrokingColor
+SC: Sets the colour to use for stroking stroking 
operations.
+
+
+
+class
+SetStrokingColorN
+SCN: Sets the colour to use for stroking stroking 
operations.
+
+
+
+class
+SetStrokingColorSpace
+CS: Set color space for stroking operations.
+
+
+
+class
+SetStrokingDeviceCMYKColor
+K: Set the stroking colour space to DeviceCMYK and set the 
colour to use for stroking operations.
+
+
+
+class
+SetStrokingDeviceGrayColor
+G: Set the stroking colour space to DeviceGray and set the 
gray level to use for stroking
+ operations.
+
+
+
+class
+SetStrokingDeviceRGBColor
+RG: Set the stroking colour space to DeviceRGB and set the 
colour to use for stroking operations.
+
+
+
+
+
+
+
+
+Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.graphics
+

[35/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CharStringHandler.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CharStringHandler.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CharStringHandler.html
new file mode 100644
index 000..4d39324
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CharStringHandler.html
@@ -0,0 +1,282 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CharStringHandler (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.cff
+Class CharStringHandler
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.cff.CharStringHandler
+
+
+
+
+
+
+
+
+public abstract class CharStringHandler
+extends 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 Handler for CharStringCommands.
+Author:
+  Villu Ruusmann, John Hewson
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CharStringHandler()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+abstract http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+handleCommand(http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Numbernumbers,
+ CharStringCommandcommand)
+Handler for CharStringCommands.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+handleSequence(http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectsequence)
+Handler for a sequence of CharStringCommands.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in 

[14/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/MaximumProfileTable.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/MaximumProfileTable.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/MaximumProfileTable.html
new file mode 100644
index 000..31ecf78
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/MaximumProfileTable.html
@@ -0,0 +1,159 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.ttf.MaximumProfileTable (PDFBox 
reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.ttf.MaximumProfileTable
+
+
+
+
+
+Packages that use MaximumProfileTable
+
+Package
+Description
+
+
+
+org.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+
+
+
+
+
+
+
+
+
+Uses of MaximumProfileTable in org.apache.fontbox.ttf
+
+Methods in org.apache.fontbox.ttf
 that return MaximumProfileTable
+
+Modifier and Type
+Method and Description
+
+
+
+MaximumProfileTable
+TrueTypeFont.getMaximumProfile()
+Get the maxp table for this TTF.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/NameRecord.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/NameRecord.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/NameRecord.html
new file mode 100644
index 000..1b126c3
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/NameRecord.html
@@ -0,0 +1,159 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.ttf.NameRecord (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.fontbox.ttf.NameRecord
+
+
+
+
+
+Packages that use NameRecord
+
+Package
+Description
+
+
+
+org.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+
+
+
+
+
+
+
+
+
+Uses of NameRecord in org.apache.fontbox.ttf
+
+Methods in org.apache.fontbox.ttf
 that return types with arguments of type NameRecord
+
+Modifier and Type
+Method and Description
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListNameRecord
+NamingTable.getNameRecords()
+This will get the name records for this naming table.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/NamingTable.html
--
diff --git 

[30/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/class-use/FontBoxFont.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/class-use/FontBoxFont.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/class-use/FontBoxFont.html
new file mode 100644
index 000..21997aa
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/class-use/FontBoxFont.html
@@ -0,0 +1,355 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Interface org.apache.fontbox.FontBoxFont (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Interfaceorg.apache.fontbox.FontBoxFont
+
+
+
+
+
+Packages that use FontBoxFont
+
+Package
+Description
+
+
+
+org.apache.fontbox.cff
+
+This package holds classes used to parse CFF/Type2-Fonts 
(aka Type1C-Fonts).
+
+
+
+org.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+
+
+org.apache.fontbox.type1
+
+This package holds classes used to parse Type1-Fonts.
+
+
+
+org.apache.pdfbox.pdmodel.font
+
+Classes to deal with font functionality in a PDF 
Document.
+
+
+
+
+
+
+
+
+
+
+Uses of FontBoxFont in org.apache.fontbox.cff
+
+Classes in org.apache.fontbox.cff
 that implement FontBoxFont
+
+Modifier and Type
+Class and Description
+
+
+
+class
+CFFCIDFont
+A Type 0 CIDFont represented in a CFF file.
+
+
+
+class
+CFFFont
+An Adobe Compact Font Format (CFF) font.
+
+
+
+class
+CFFType1Font
+A Type 1-equivalent font program represented in a CFF 
file.
+
+
+
+
+
+
+
+
+Uses of FontBoxFont in org.apache.fontbox.ttf
+
+Classes in org.apache.fontbox.ttf
 that implement FontBoxFont
+
+Modifier and Type
+Class and Description
+
+
+
+class
+OpenTypeFont
+An OpenType (OTF/TTF) font.
+
+
+
+class
+TrueTypeFont
+A TrueType font file.
+
+
+
+
+
+
+
+
+Uses of FontBoxFont in org.apache.fontbox.type1
+
+Classes in org.apache.fontbox.type1
 that implement FontBoxFont
+
+Modifier and Type
+Class and Description
+
+
+
+class
+Type1Font
+Represents an Adobe Type 1 (.pfb) font.
+
+
+
+
+
+
+
+
+Uses of FontBoxFont in org.apache.pdfbox.pdmodel.font
+
+Classes in org.apache.pdfbox.pdmodel.font
 with type parameters of type FontBoxFont
+
+Modifier and Type
+Class and Description
+
+
+
+class
+FontMappingT extends FontBoxFont
+A font mapping from a PDF font to a FontBox font.
+
+
+
+
+
+Methods in org.apache.pdfbox.pdmodel.font
 that return FontBoxFont
+
+Modifier and Type
+Method and Description
+
+
+
+abstract FontBoxFont
+FontInfo.getFont()
+Returns a new FontBox font instance for the font.
+
+
+
+FontBoxFont
+FontCache.getFont(FontInfoinfo)
+Returns the FontBox font associated with the given 
FontInfo.
+
+
+
+FontBoxFont
+PDType3Font.getFontBoxFont()
+
+
+FontBoxFont
+PDType1Font.getFontBoxFont()
+
+
+FontBoxFont
+PDType1CFont.getFontBoxFont()
+
+
+FontBoxFont
+PDTrueTypeFont.getFontBoxFont()
+
+
+abstract FontBoxFont
+PDSimpleFont.getFontBoxFont()
+Returns the embedded or system font used for 
rendering.
+
+
+
+FontBoxFont
+PDCIDFontType0.getFontBoxFont()
+Returns the embedded or substituted font.
+
+
+
+FontBoxFont
+CIDFontMapping.getTrueTypeFont()
+Returns a TrueType font when isCIDFont() is true, otherwise 
null.
+
+
+
+
+
+Methods in org.apache.pdfbox.pdmodel.font
 that return types with arguments of type FontBoxFont
+
+Modifier and Type
+Method and Description
+
+
+
+FontMappingFontBoxFont
+FontMapper.getFontBoxFont(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringbaseFont,
+  PDFontDescriptorfontDescriptor)
+Finds a font with the given PostScript name, or a suitable 
substitute, or null.
+
+
+
+
+
+Methods in org.apache.pdfbox.pdmodel.font
 with parameters of type FontBoxFont
+
+Modifier and Type
+Method and Description
+
+
+
+void
+FontCache.addFont(FontInfoinfo,
+   FontBoxFontfont)
+Adds the given FontBox font to the cache.
+
+
+
+
+
+Constructors in org.apache.pdfbox.pdmodel.font
 with parameters of type FontBoxFont
+
+Constructor and Description
+
+
+
+CIDFontMapping(OpenTypeFontfont,
+  FontBoxFontfontBoxFont,
+  booleanisFallback)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.afm
+Class KernPair
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.afm.KernPair
+
+
+
+
+
+
+
+
+public class KernPair
+extends 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
+This represents some kern pair data.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+KernPair()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+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
+getFirstKernCharacter()
+Getter for property firstKernCharacter.
+
+
+
+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
+getSecondKernCharacter()
+Getter for property secondKernCharacter.
+
+
+
+float
+getX()
+Getter for property x.
+
+
+
+float
+getY()
+Getter for property y.
+
+
+
+void
+setFirstKernCharacter(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringfirstKernCharacterValue)
+Setter for property firstKernCharacter.
+
+
+
+void
+setSecondKernCharacter(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringsecondKernCharacterValue)
+Setter for property secondKernCharacter.
+
+
+
+void
+setX(floatxValue)
+Setter for property x.
+
+
+
+void
+setY(floatyValue)
+Setter for property y.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+KernPair
+publicKernPair()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getFirstKernCharacter
+publichttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class 

[37/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFOperator.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFOperator.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFOperator.html
new file mode 100644
index 000..2920587
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFOperator.html
@@ -0,0 +1,354 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CFFOperator (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.cff
+Class CFFOperator
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.cff.CFFOperator
+
+
+
+
+
+
+
+
+public final class CFFOperator
+extends 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
+This class represents a CFF operator.
+Author:
+  Villu Ruusmann
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+Nested Classes
+
+Modifier and Type
+Class and Description
+
+
+static class
+CFFOperator.Key
+This class is a holder for a key value.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+equals(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectobject)
+
+
+CFFOperator.Key
+getKey()
+The key of the operator.
+
+
+
+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
+getName()
+The name of the operator.
+
+
+
+static CFFOperator
+getOperator(CFFOperator.Keykey)
+Returns the operator corresponding to the given key.
+
+
+
+static CFFOperator
+getOperator(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the operator corresponding to the given name.
+
+
+
+int
+hashCode()
+
+
+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
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"
 title="class or interface in java.lang">notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.orac
 
le.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" 
title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getKey
+publicCFFOperator.KeygetKey()
+The key of the operator.
+Returns:the key
+
+
+
+
+
+
+
+getName
+publichttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringgetName()
+The name of the operator.
+Returns:the name
+
+
+
+
+
+
+
+toString
+publichttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringtoString()
+
+Overrides:

[44/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/AFMParser.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/AFMParser.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/AFMParser.html
new file mode 100644
index 000..d3e9139
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/AFMParser.html
@@ -0,0 +1,1371 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+AFMParser (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.afm
+Class AFMParser
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.afm.AFMParser
+
+
+
+
+
+
+
+
+public class AFMParser
+extends 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
+This class is used to parse AFM(Adobe Font Metrics) 
documents.
+Author:
+  Ben Litchfield
+See Also:http://partners.adobe.com/asn/developer/type/;>AFM 
Documentation
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static 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
+ASCENDER
+This is ascender attribute.
+
+
+
+static 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
+CAP_HEIGHT
+This is the cap height attribute.
+
+
+
+static 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
+CC
+This is a composite character.
+
+
+
+static 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
+CHAR_WIDTH
+This is the char width.
+
+
+
+static 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
+CHARACTER_SET
+This is the character set.
+
+
+
+static 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
+CHARACTERS
+This is the characters attribute.
+
+
+
+static 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
+CHARMETRICS_B
+The character metrics value.
+
+
+
+static 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
+CHARMETRICS_C
+The character metrics c value.
+
+
+
+static 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
+CHARMETRICS_CH
+The character metrics c value.
+
+
+
+static 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
+CHARMETRICS_L
+The character metrics value.
+
+
+
+static 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
+CHARMETRICS_N
+The character metrics value.
+
+
+
+static 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
+CHARMETRICS_VV
+The character metrics value.
+
+
+
+static 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
+CHARMETRICS_W
+The character metrics value.
+
+
+
+static 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
+CHARMETRICS_W0
+The character metrics value.
+
+
+
+static 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
+CHARMETRICS_W0X
+The character metrics value.
+
+
+
+static http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 

[05/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
new file mode 100644
index 000..57ae33a
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/class-use/PDContentStream.html
@@ -0,0 +1,321 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Interface org.apache.pdfbox.contentstream.PDContentStream 
(PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Interfaceorg.apache.pdfbox.contentstream.PDContentStream
+
+
+
+
+
+Packages that use PDContentStream
+
+Package
+Description
+
+
+
+org.apache.pdfbox.contentstream
+
+This package contains provides classes for working with 
content streams.
+
+
+
+org.apache.pdfbox.pdfparser
+
+The pdfparser package contains classes to parse PDF 
documents and objects within the document.
+
+
+
+org.apache.pdfbox.pdmodel
+
+The PDModel package represents a high level API for 
creating and manipulating PDF documents.
+
+
+
+org.apache.pdfbox.pdmodel.font
+
+Classes to deal with font functionality in a PDF 
Document.
+
+
+
+org.apache.pdfbox.pdmodel.graphics.form
+
+This package deals with Form XObjects that are stored in a 
PDF document.
+
+
+
+org.apache.pdfbox.pdmodel.graphics.pattern
+
+This package deals with patterns which are used instead of 
colors.
+
+
+
+org.apache.pdfbox.pdmodel.interactive.annotation
+
+The annotation package contains classes that work with PDF 
annotation elements.
+
+
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.contentstream
+
+Methods in org.apache.pdfbox.contentstream
 with parameters of type PDContentStream
+
+Modifier and Type
+Method and Description
+
+
+
+protected void
+PDFStreamEngine.processChildStream(PDContentStreamcontentStream,
+  PDPagepage)
+Process a child stream of the given page.
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.pdfparser
+
+Constructors in org.apache.pdfbox.pdfparser
 with parameters of type PDContentStream
+
+Constructor and Description
+
+
+
+PDFStreamParser(PDContentStreamcontentStream)
+Constructor.
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.pdmodel
+
+Classes in org.apache.pdfbox.pdmodel
 that implement PDContentStream
+
+Modifier and Type
+Class and Description
+
+
+
+class
+PDPage
+A page in a PDF document.
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.pdmodel.font
+
+Classes in org.apache.pdfbox.pdmodel.font
 that implement PDContentStream
+
+Modifier and Type
+Class and Description
+
+
+
+class
+PDType3CharProc
+A Type 3 character procedure.
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.pdmodel.graphics.form
+
+Classes in org.apache.pdfbox.pdmodel.graphics.form
 that implement PDContentStream
+
+Modifier and Type
+Class and Description
+
+
+
+class
+PDFormXObject
+A Form XObject.
+
+
+
+class
+PDTransparencyGroup
+A transparency group.
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.pdmodel.graphics.pattern
+
+Classes in org.apache.pdfbox.pdmodel.graphics.pattern
 that implement PDContentStream
+
+Modifier and Type
+Class and Description
+
+
+
+class
+PDTilingPattern
+A tiling pattern dictionary.
+
+
+
+
+
+
+
+
+Uses of PDContentStream in org.apache.pdfbox.pdmodel.interactive.annotation
+
+Classes in org.apache.pdfbox.pdmodel.interactive.annotation
 that implement PDContentStream
+
+Modifier and Type
+Class and Description
+
+
+
+class
+PDAppearanceStream
+An appearance stream is a form XObject, a self-contained 
content stream that shall be rendered inside the annotation
+ rectangle.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+


[39/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFCIDFont.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFCIDFont.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFCIDFont.html
new file mode 100644
index 000..8844b2f
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFCIDFont.html
@@ -0,0 +1,488 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CFFCIDFont (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.cff
+Class CFFCIDFont
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.cff.CFFFont
+
+
+org.apache.fontbox.cff.CFFCIDFont
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+FontBoxFont
+
+
+
+public class CFFCIDFont
+extends CFFFont
+A Type 0 CIDFont represented in a CFF file. Thread 
safe.
+Author:
+  Villu Ruusmann, John Hewson
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from classorg.apache.fontbox.cff.CFFFont
+charset, charStrings,
 fontName, 
globalSubrIndex,
 topDict
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CFFCIDFont()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+FDSelect
+getFdSelect()
+Returns the fdSelect value.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
+getFontDicts()
+Returns the font dictionaries.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getFontMatrix()
+Returns the FontMatrix.
+
+
+
+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
+getOrdering()
+Returns the ordering value.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/GeneralPath.html?is-external=true;
 title="class or interface in java.awt.geom">GeneralPath
+getPath(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringselector)
+Returns the path for the character with the given 
name.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
+getPrivDicts()
+Returns the private dictionary.
+
+
+
+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
+getRegistry()
+Returns the registry value
+
+
+
+int
+getSupplement()
+Returns the supplement value.
+
+
+
+CIDKeyedType2CharString
+getType2CharString(intcid)
+Returns the Type 2 charstring for the given CID.
+
+
+
+float
+getWidth(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringselector)
+Returns the advance width for the character with the given 
name.
+
+
+
+boolean
+hasGlyph(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringselector)
+Returns 

[50/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/allclasses-frame.html
--
diff --git a/content/docs/2.0.3/javadocs/allclasses-frame.html 
b/content/docs/2.0.3/javadocs/allclasses-frame.html
new file mode 100644
index 000..f6ea6d1
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/allclasses-frame.html
@@ -0,0 +1,901 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+All Classes (PDFBox reactor 2.0.3 API)
+
+
+
+All Classes
+
+
+AbstractActionManager
+AbstractComplexProperty
+AbstractField
+AbstractProcess
+AbstractSimpleProperty
+AbstractStructuredType
+AbstractXObjValidator
+AccessPermission
+AcroFormValidationProcess
+ActionManagerFactory
+ActionsValidationProcess
+AddAnnotations
+AddBorderToField
+AddImageToPDF
+AddJavascript
+AddMessageToEachPage
+AddMetadataFromDocInfo
+AdobePDFSchema
+AFMParser
+AgentNameType
+AnnotationValidationProcess
+AnnotationValidator
+AnnotationValidatorFactory
+AppendRectangleToPath
+ArrayEntry
+ArrayProperty
+Attribute
+AxialShadingContext
+AxialShadingPaint
+BadFieldValueException
+BaseParser
+BeginInlineImage
+BeginMarkedContentSequence
+BeginMarkedContentSequenceWithProperties
+BeginText
+BlendComposite
+BlendMode
+BookmarkValidationProcess
+BooleanType
+BoundingBox
+BufferedRandomAccessFile
+BuiltInEncoding
+BuiltInEncoding
+ByteArrayDataSource
+Cardinality
+CatalogValidationProcess
+CCITTFactory
+CFAPatternType
+CFFCharset
+CFFCIDFont
+CFFDataInput
+CFFEncoding
+CFFExpertCharset
+CFFExpertEncoding
+CFFExpertSubsetCharset
+CFFFont
+CFFISOAdobeCharset
+CFFOperator
+CFFOperator.Key
+CFFParser
+CFFParser.ByteSource
+CFFStandardEncoding
+CFFStandardString
+CFFTable
+CFFType1Font
+CharMetric
+Charsets
+Charsets
+CharStringCommand
+CharStringCommand.Key
+CharStringHandler
+ChoiceType
+CIDFontMapping
+CIDKeyedType2CharString
+CIDSystemInfo
+CIDType0Container
+CIDType0DescriptorHelper
+CIDType0FontValidator
+CIDType2Container
+CIDType2DescriptorHelper
+CIDType2FontValidator
+ClipEvenOddRule
+ClipNonZeroRule
+CloseAndStrokePath
+CloseFillEvenOddAndStrokePath
+CloseFillNonZeroAndStrokePath
+ClosePath
+CMap
+CMapParser
+CmapSubtable
+CmapTable
+CodespaceRange
+ColorBarCellRenderer
+ColorSpaceHelper
+ColorSpaceHelperFactory
+ColorSpaceHelperFactory.ColorSpaceRestriction
+ColorSpaces
+ComplexPropertyContainer
+Composite
+CompositePart
+Concatenate
+ContentStreamException
+ContentStreamWriter
+ContextHelper
+COSArray
+COSArrayList
+COSBase
+COSBoolean
+COSDictionary
+COSDictionaryMap
+COSDocument
+COSFilterInputStream
+COSFloat
+COSInputStream
+COSInteger
+COSName
+COSNull
+COSNumber
+COSObject
+COSObjectable
+COSObjectKey
+COSOutputStream
+COSParser
+COSStandardOutputStream
+COSStream
+COSString
+COSUpdateInfo
+COSUtils
+COSWriter
+COSWriterXRefEntry
+CreateBlankPDF
+CreateBookmarks
+CreateEmptySignatureForm
+CreateGradientShadingPDF
+CreateLandscapePDF
+CreatePDFA
+CreateSignature
+CreateSignatureBase
+CreateSimpleForm
+CreateVisibleSignature
+CSArrayBased
+CSDeviceN
+CSIndexed
+CSSeparation
+CurveTo
+CurveToReplicateFinalPoint
+CurveToReplicateInitialPoint
+CustomGraphicsStreamEngine
+CustomPageDrawer
+DamagedFontException
+DataInput
+DataOutput
+DateConverter
+DateConverter
+DateType
+DecodeResult
+DecompressObjectstreams
+Decrypt
+DecryptionMaterial
+DefaultResourceCache
+DefinedStructuredType
+DescendantFontValidator
+DestinationValidationProcess
+DeviceColorSpaceHelper
+DeviceNColorant
+DeviceNTableModel
+DeviceSettingsType
+DictionaryEncoding
+DigitalSignatureTable
+DimensionsType
+DocumentEntry
+DomHelper
+DomXmpParser
+DrawObject
+DrawObject
+DrawObject
+DrawPrintTextLocations
+DublinCoreSchema
+EmbeddedFiles
+EmbeddedFonts
+EmptyGraphicsStackException
+EmptyValidationProcess
+EncodedFont
+Encoding
+Encoding
+Encrypt
+EncryptFlag
+EndMarkedContentSequence
+EndPath
+EndText
+ErrorDialog
+ExecutionContext
+ExifSchema
+ExportFDF
+ExportXFDF
+ExtensionFileFilter
+ExternalSigningSupport
+ExtGStateValidationProcess
+ExtractEmbeddedFiles
+ExtractImages
+ExtractMetadata
+ExtractText
+ExtractTextByArea
+ExtractTTFFonts
+FDFAnnotation
+FDFAnnotationCaret
+FDFAnnotationCircle
+FDFAnnotationFileAttachment
+FDFAnnotationFreeText
+FDFAnnotationHighlight
+FDFAnnotationInk
+FDFAnnotationLine
+FDFAnnotationLink
+FDFAnnotationPolygon
+FDFAnnotationPolyline
+FDFAnnotationSound
+FDFAnnotationSquare
+FDFAnnotationSquiggly
+FDFAnnotationStamp
+FDFAnnotationStrikeOut
+FDFAnnotationText
+FDFAnnotationTextMarkup
+FDFAnnotationUnderline
+FDFCatalog
+FDFDictionary
+FDFDocument
+FDFField
+FDFIconFit
+FDFJavaScript
+FDFNamedPageReference
+FDFOptionElement
+FDFPage
+FDFPageInfo
+FDFParser
+FDFTemplate
+FDSelect
+FieldTriggers
+FieldUtils
+FileOpenSaveDialog
+FileSpecificationValidationProcess
+FileType
+FileTypeDetector
+FillEvenOddAndStrokePath
+FillEvenOddRule
+FillFormField
+FillNonZeroAndStrokePath
+FillNonZeroRule
+Filter
+FilterFactory
+FilterHelper
+FlagBitsPane
+FlashType

[27/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/package-use.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/package-use.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/package-use.html
new file mode 100644
index 000..b46ae19
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/package-use.html
@@ -0,0 +1,231 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Package org.apache.fontbox (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Packageorg.apache.fontbox
+
+
+
+
+
+Packages that use org.apache.fontbox
+
+Package
+Description
+
+
+
+org.apache.fontbox.cff
+
+This package holds classes used to parse CFF/Type2-Fonts 
(aka Type1C-Fonts).
+
+
+
+org.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+
+
+org.apache.fontbox.type1
+
+This package holds classes used to parse Type1-Fonts.
+
+
+
+org.apache.pdfbox.pdmodel.font
+
+Classes to deal with font functionality in a PDF 
Document.
+
+
+
+
+
+
+
+
+
+Classes in org.apache.fontbox 
used by org.apache.fontbox.cff
+
+Class and Description
+
+
+
+EncodedFont
+A PostScript font which uses an encoding vector.
+
+
+
+FontBoxFont
+Common interface for all FontBox fonts.
+
+
+
+
+
+
+
+
+
+Classes in org.apache.fontbox 
used by org.apache.fontbox.ttf
+
+Class and Description
+
+
+
+FontBoxFont
+Common interface for all FontBox fonts.
+
+
+
+
+
+
+
+
+
+Classes in org.apache.fontbox 
used by org.apache.fontbox.type1
+
+Class and Description
+
+
+
+EncodedFont
+A PostScript font which uses an encoding vector.
+
+
+
+FontBoxFont
+Common interface for all FontBox fonts.
+
+
+
+
+
+
+
+
+
+Classes in org.apache.fontbox 
used by org.apache.pdfbox.pdmodel.font
+
+Class and Description
+
+
+
+FontBoxFont
+Common interface for all FontBox fonts.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/pfb/PfbParser.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/pfb/PfbParser.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/pfb/PfbParser.html
new file mode 100644
index 000..81979bf
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/pfb/PfbParser.html
@@ -0,0 +1,393 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+PfbParser (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.pfb
+Class PfbParser
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.pfb.PfbParser
+
+
+
+
+
+
+
+
+public class PfbParser
+extends 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
+Parser for a pfb-file.
+Author:
+  Ben Litchfield, Michael Niedermair
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+PfbParser(byte[]bytes)
+Create a new object.
+
+
+
+PfbParser(http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true;
 

[47/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/deprecated-list.html
--
diff --git a/content/docs/2.0.3/javadocs/deprecated-list.html 
b/content/docs/2.0.3/javadocs/deprecated-list.html
new file mode 100644
index 000..ef75f35
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/deprecated-list.html
@@ -0,0 +1,729 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Deprecated List (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Deprecated API
+Contents
+
+Deprecated Classes
+Deprecated Fields
+Deprecated Methods
+Deprecated Constructors
+
+
+
+
+
+
+
+
+Deprecated Classes
+
+Class and Description
+
+
+
+org.apache.pdfbox.pdmodel.encryption.PDEncryptionDictionary
+Use PDEncryption 
instead
+
+
+
+
+
+
+
+
+
+
+
+
+Deprecated Fields
+
+Field and Description
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_ART_BOX
+use PDViewerPreferences.BOUNDARY
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_BLEED_BOX
+use PDViewerPreferences.BOUNDARY
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_CROP_BOX
+use PDViewerPreferences.BOUNDARY
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_MEDIA_BOX
+use PDViewerPreferences.BOUNDARY
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.BOUNDARY_TRIM_BOX
+use PDViewerPreferences.BOUNDARY
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_NONE
+use PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT
+use PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_OUTLINES
+use PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE_USE_THUMBS
+use PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE
 instead
+
+
+
+org.apache.pdfbox.cos.COSNumber.ONE
+Use the COSInteger.ONE
 constant instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.READING_DIRECTION_L2R
+use PDViewerPreferences.READING_DIRECTION
 instead
+
+
+
+org.apache.pdfbox.pdmodel.interactive.viewerpreferences.PDViewerPreferences.READING_DIRECTION_R2L
+use PDViewerPreferences.READING_DIRECTION
 instead
+
+
+
+org.apache.pdfbox.cos.COSNumber.ZERO
+Use the COSInteger.ZERO
 constant instead
+
+
+
+
+
+
+
+
+
+
+
+
+Deprecated Methods
+
+Method and Description
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.addBezier31(float,
 float, float, float)
+Use PDPageContentStream.curveTo1(float,
 float, float, float) instead.
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.addBezier312(float,
 float, float, float, float, float)
+Use PDPageContentStream.curveTo(float,
 float, float, float, float, float) instead.
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.addBezier32(float,
 float, float, float)
+Use PDPageContentStream.curveTo2(float,
 float, float, float) instead.
+
+
+
+org.apache.pdfbox.pdmodel.common.PDStream.addCompression()
+This method is inefficient. To copying an existing 
InputStream, use
+ PDStream.PDStream(PDDocument,
 InputStream, COSName) instead, with
+ COSName.FLATE_DECODE as the final argument.
+ 
+ Otherwise, to write new compressed data, use PDStream.createOutputStream(COSName),
+ with COSName.FLATE_DECODE as the argument.
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.addLine(float,
 float, float, float)
+Use moveto(xStart,yStart)
 followed by
+ lineTo(xEnd,yEnd).
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.addPolygon(float[],
 float[])
+Use PDPageContentStream.moveTo(float,
 float) and PDPageContentStream.lineTo(float,
 float) methods instead.
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.appendCOSName(COSName)
+This method will be removed in a future 
release.
+
+
+
+org.apache.pdfbox.pdmodel.PDPageContentStream.appendRawCommands(byte[])
+This method will be removed in a 

[51/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
PDFBOX-3330: add javadoc for PDFBox 2.0.3


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/538257e7
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/538257e7
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/538257e7

Branch: refs/heads/asf-site
Commit: 538257e7b7ab9f81dda44b3dfac22cf041eb4100
Parents: 98ceb45
Author: Maruan Sahyoun 
Authored: Mon Sep 19 11:06:34 2016 +0200
Committer: Maruan Sahyoun 
Committed: Mon Sep 19 11:06:34 2016 +0200

--
 .../docs/2.0.3/javadocs/allclasses-frame.html   |   901 +
 .../docs/2.0.3/javadocs/allclasses-noframe.html |   901 +
 .../docs/2.0.3/javadocs/constant-values.html| 10261 +
 .../docs/2.0.3/javadocs/deprecated-list.html|   729 +
 content/docs/2.0.3/javadocs/help-doc.html   |   220 +
 content/docs/2.0.3/javadocs/index-all.html  | 35392 +
 content/docs/2.0.3/javadocs/index.html  |74 +
 .../org/apache/fontbox/EncodedFont.html |   219 +
 .../org/apache/fontbox/FontBoxFont.html |   317 +
 .../org/apache/fontbox/afm/AFMParser.html   |  1371 +
 .../org/apache/fontbox/afm/CharMetric.html  |   739 +
 .../org/apache/fontbox/afm/Composite.html   |   331 +
 .../org/apache/fontbox/afm/CompositePart.html   |   348 +
 .../org/apache/fontbox/afm/FontMetrics.html |  1596 +
 .../org/apache/fontbox/afm/KernPair.html|   382 +
 .../org/apache/fontbox/afm/Ligature.html|   314 +
 .../org/apache/fontbox/afm/TrackKern.html   |   416 +
 .../apache/fontbox/afm/class-use/AFMParser.html |   115 +
 .../fontbox/afm/class-use/CharMetric.html   |   189 +
 .../apache/fontbox/afm/class-use/Composite.html |   189 +
 .../fontbox/afm/class-use/CompositePart.html|   189 +
 .../fontbox/afm/class-use/FontMetrics.html  |   213 +
 .../apache/fontbox/afm/class-use/KernPair.html  |   225 +
 .../apache/fontbox/afm/class-use/Ligature.html  |   189 +
 .../apache/fontbox/afm/class-use/TrackKern.html |   189 +
 .../org/apache/fontbox/afm/package-frame.html   |25 +
 .../org/apache/fontbox/afm/package-summary.html |   189 +
 .../org/apache/fontbox/afm/package-tree.html|   135 +
 .../org/apache/fontbox/afm/package-use.html |   226 +
 .../org/apache/fontbox/cff/CFFCIDFont.html  |   488 +
 .../org/apache/fontbox/cff/CFFCharset.html  |   329 +
 .../org/apache/fontbox/cff/CFFDataInput.html|   363 +
 .../org/apache/fontbox/cff/CFFEncoding.html |   304 +
 .../apache/fontbox/cff/CFFExpertCharset.html|   241 +
 .../apache/fontbox/cff/CFFExpertEncoding.html   |   268 +
 .../fontbox/cff/CFFExpertSubsetCharset.html |   241 +
 .../org/apache/fontbox/cff/CFFFont.html |   569 +
 .../apache/fontbox/cff/CFFISOAdobeCharset.html  |   241 +
 .../org/apache/fontbox/cff/CFFOperator.Key.html |   340 +
 .../org/apache/fontbox/cff/CFFOperator.html |   354 +
 .../fontbox/cff/CFFParser.ByteSource.html   |   217 +
 .../org/apache/fontbox/cff/CFFParser.html   |   328 +
 .../apache/fontbox/cff/CFFStandardEncoding.html |   268 +
 .../apache/fontbox/cff/CFFStandardString.html   |   230 +
 .../org/apache/fontbox/cff/CFFType1Font.html|   468 +
 .../fontbox/cff/CIDKeyedType2CharString.html|   317 +
 .../fontbox/cff/CharStringCommand.Key.html  |   354 +
 .../apache/fontbox/cff/CharStringCommand.html   |   428 +
 .../apache/fontbox/cff/CharStringHandler.html   |   282 +
 .../org/apache/fontbox/cff/DataInput.html   |   479 +
 .../org/apache/fontbox/cff/DataOutput.html  |   393 +
 .../org/apache/fontbox/cff/FDSelect.html|   300 +
 .../org/apache/fontbox/cff/Type1CharString.html |   430 +
 .../fontbox/cff/Type1CharStringParser.html  |   276 +
 .../org/apache/fontbox/cff/Type1FontUtil.html   |   324 +
 .../org/apache/fontbox/cff/Type2CharString.html |   325 +
 .../fontbox/cff/Type2CharStringParser.html  |   295 +
 .../fontbox/cff/class-use/CFFCIDFont.html   |   170 +
 .../fontbox/cff/class-use/CFFCharset.html   |   199 +
 .../fontbox/cff/class-use/CFFDataInput.html |   115 +
 .../fontbox/cff/class-use/CFFEncoding.html  |   180 +
 .../fontbox/cff/class-use/CFFExpertCharset.html |   159 +
 .../cff/class-use/CFFExpertEncoding.html|   159 +
 .../cff/class-use/CFFExpertSubsetCharset.html   |   159 +
 .../apache/fontbox/cff/class-use/CFFFont.html   |   239 +
 .../cff/class-use/CFFISOAdobeCharset.html   |   159 +
 .../fontbox/cff/class-use/CFFOperator.Key.html  |   174 +
 .../fontbox/cff/class-use/CFFOperator.html  |   165 +
 .../cff/class-use/CFFParser.ByteSource.html |   160 +
 .../apache/fontbox/cff/class-use/CFFParser.html |   115 +
 .../cff/class-use/CFFStandardEncoding.html  |   159 +
 .../cff/class-use/CFFStandardString.html|   115 +
 .../fontbox/cff/class-use/CFFType1Font.html |   

[31/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharString.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharString.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharString.html
new file mode 100644
index 000..686396a
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharString.html
@@ -0,0 +1,210 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.cff.Type1CharString (PDFBox reactor 
2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.cff.Type1CharString
+
+
+
+
+
+Packages that use Type1CharString
+
+Package
+Description
+
+
+
+org.apache.fontbox.cff
+
+This package holds classes used to parse CFF/Type2-Fonts 
(aka Type1C-Fonts).
+
+
+
+org.apache.fontbox.type1
+
+This package holds classes used to parse Type1-Fonts.
+
+
+
+
+
+
+
+
+
+
+Uses of Type1CharString in org.apache.fontbox.cff
+
+Subclasses of Type1CharString in org.apache.fontbox.cff
+
+Modifier and Type
+Class and Description
+
+
+
+class
+CIDKeyedType2CharString
+A CID-Keyed Type 2 CharString.
+
+
+
+class
+Type2CharString
+Represents a Type 2 CharString by converting it into an 
equivalent Type 1 CharString.
+
+
+
+
+
+Methods in org.apache.fontbox.cff
 that return Type1CharString
+
+Modifier and Type
+Method and Description
+
+
+
+Type1CharString
+CFFType1Font.getType1CharString(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the Type 1 charstring for the given PostScript 
glyph name.
+
+
+
+
+
+
+
+
+Uses of Type1CharString in org.apache.fontbox.type1
+
+Methods in org.apache.fontbox.type1
 that return Type1CharString
+
+Modifier and Type
+Method and Description
+
+
+
+Type1CharString
+Type1Font.getType1CharString(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+
+
+Type1CharString
+Type1CharStringReader.getType1CharString(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the Type 1 CharString for the character with the 
given name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharStringParser.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharStringParser.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharStringParser.html
new file mode 100644
index 000..98b10f3
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/class-use/Type1CharStringParser.html
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.cff.Type1CharStringParser (PDFBox 
reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.cff.Type1CharStringParser
+
+No usage of 
org.apache.fontbox.cff.Type1CharStringParser
+

[21/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/NameRecord.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/NameRecord.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/NameRecord.html
new file mode 100644
index 000..bbac535
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/NameRecord.html
@@ -0,0 +1,829 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+NameRecord (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class NameRecord
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.NameRecord
+
+
+
+
+
+
+
+
+public class NameRecord
+extends 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 name record in the name table.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static int
+ENCODING_MACINTOSH_ROMAN
+
+
+static int
+ENCODING_UNICODE_1_0
+
+
+static int
+ENCODING_UNICODE_1_1
+
+
+static int
+ENCODING_UNICODE_2_0_BMP
+
+
+static int
+ENCODING_UNICODE_2_0_FULL
+
+
+static int
+ENCODING_WINDOWS_SYMBOL
+
+
+static int
+ENCODING_WINDOWS_UNICODE_BMP
+
+
+static int
+ENCODING_WINDOWS_UNICODE_UCS4
+
+
+static int
+LANGUGAE_MACINTOSH_ENGLISH
+
+
+static int
+LANGUGAE_UNICODE
+
+
+static int
+LANGUGAE_WINDOWS_EN_US
+
+
+static int
+NAME_COPYRIGHT
+
+
+static int
+NAME_FONT_FAMILY_NAME
+
+
+static int
+NAME_FONT_SUB_FAMILY_NAME
+
+
+static int
+NAME_FULL_FONT_NAME
+
+
+static int
+NAME_POSTSCRIPT_NAME
+
+
+static int
+NAME_TRADEMARK
+
+
+static int
+NAME_UNIQUE_FONT_ID
+
+
+static int
+NAME_VERSION
+
+
+static int
+PLATFORM_ISO
+
+
+static int
+PLATFORM_MACINTOSH
+
+
+static int
+PLATFORM_UNICODE
+
+
+static int
+PLATFORM_WINDOWS
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+NameRecord()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+int
+getLanguageId()
+
+
+int
+getNameId()
+
+
+int
+getPlatformEncodingId()
+
+
+int
+getPlatformId()
+
+
+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
+getString()
+
+
+int
+getStringLength()
+
+
+int
+getStringOffset()
+
+
+void
+initData(TrueTypeFontttf,
+org.apache.fontbox.ttf.TTFDataStreamdata)
+This will read the required data from the stream.
+
+
+
+void
+setLanguageId(intlanguageIdValue)
+
+
+void
+setNameId(intnameIdValue)
+
+
+void
+setPlatformEncodingId(intplatformEncodingIdValue)
+
+
+void
+setPlatformId(intplatformIdValue)
+
+
+void
+setString(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">StringstringValue)
+
+
+void
+setStringLength(intstringLengthValue)
+
+
+void
+setStringOffset(intstringOffsetValue)
+
+
+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
+toString()
+Return a string representation of this class.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, 

[29/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMap.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMap.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMap.html
new file mode 100644
index 000..3430120
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMap.html
@@ -0,0 +1,210 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.cmap.CMap (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.fontbox.cmap.CMap
+
+
+
+
+
+Packages that use CMap
+
+Package
+Description
+
+
+
+org.apache.fontbox.cmap
+
+This package holds classes that are necessary to parse cmap 
files.
+
+
+
+org.apache.pdfbox.pdmodel.font
+
+Classes to deal with font functionality in a PDF 
Document.
+
+
+
+
+
+
+
+
+
+
+Uses of CMap in org.apache.fontbox.cmap
+
+Methods in org.apache.fontbox.cmap
 that return CMap
+
+Modifier and Type
+Method and Description
+
+
+
+CMap
+CMapParser.parse(http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">Filefile)
+Parse a CMAP file on the file system.
+
+
+
+CMap
+CMapParser.parse(http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreaminput)
+This will parse the stream and create a cmap object.
+
+
+
+CMap
+CMapParser.parsePredefined(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Parses a predefined CMap.
+
+
+
+
+
+
+
+
+Uses of CMap in org.apache.pdfbox.pdmodel.font
+
+Methods in org.apache.pdfbox.pdmodel.font
 that return CMap
+
+Modifier and Type
+Method and Description
+
+
+
+CMap
+PDType0Font.getCMap()
+Returns the font's CMap.
+
+
+
+CMap
+PDType0Font.getCMapUCS2()
+Returns the font's UCS2 CMap, only present this font uses a 
predefined CMap.
+
+
+
+protected CMap
+PDFont.readCMap(COSBasebase)
+/**
+ Reads a CMap given a COS Stream or Name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMapParser.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMapParser.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMapParser.html
new file mode 100644
index 000..65f1e50
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cmap/class-use/CMapParser.html
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.cmap.CMapParser (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.cmap.CMapParser
+
+No usage of 
org.apache.fontbox.cmap.CMapParser
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.pdfbox.contentstream.operator.Operator
+
+
+
+
+
+Packages that use Operator
+
+Package
+Description
+
+
+
+org.apache.pdfbox.contentstream
+
+This package contains provides classes for working with 
content streams.
+
+
+
+org.apache.pdfbox.contentstream.operator
+
+This package contains implementations of all of the PDF 
operators.
+
+
+
+org.apache.pdfbox.contentstream.operator.color
+
+
+
+org.apache.pdfbox.contentstream.operator.graphics
+
+This package contains implementations of all of the PDF 
graphics operators.
+
+
+
+org.apache.pdfbox.contentstream.operator.markedcontent
+
+
+
+org.apache.pdfbox.contentstream.operator.state
+
+
+
+org.apache.pdfbox.contentstream.operator.text
+
+
+
+org.apache.pdfbox.examples.util
+
+The packages in this package will show how to use the 
PDFBox util API.
+
+
+
+org.apache.pdfbox.pdfwriter
+
+This is the persistence layer used to write the PDFBox 
documents to a stream.
+
+
+
+org.apache.pdfbox.preflight.content
+
+
+
+org.apache.pdfbox.preflight.font.util
+
+
+
+
+
+
+
+
+
+
+Uses of Operator in org.apache.pdfbox.contentstream
+
+Methods in org.apache.pdfbox.contentstream
 with parameters of type Operator
+
+Modifier and Type
+Method and Description
+
+
+
+protected void
+PDFStreamEngine.operatorException(Operatoroperator,
+ http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBaseoperands,
+ http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOExceptione)
+Called when an exception is thrown by an operator.
+
+
+
+protected void
+PDFStreamEngine.processOperator(Operatoroperator,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBaseoperands)
+This is used to handle an operation.
+
+
+
+protected void
+PDFStreamEngine.unsupportedOperator(Operatoroperator,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBaseoperands)
+Called when an unsupported operator is encountered.
+
+
+
+
+
+
+
+
+Uses of Operator in org.apache.pdfbox.contentstream.operator
+
+Methods in org.apache.pdfbox.contentstream.operator
 that return Operator
+
+Modifier and Type
+Method and Description
+
+
+
+static Operator
+Operator.getOperator(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoperator)
+This is used to create/cache operators in the system.
+
+
+
+
+
+Methods in org.apache.pdfbox.contentstream.operator
 with parameters of type Operator
+
+Modifier and Type
+Method and Description
+
+
+
+abstract void
+OperatorProcessor.process(Operatoroperator,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBaseoperands)
+Process the operator.
+
+
+
+void
+DrawObject.process(Operatoroperator,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBasearguments)
+
+
+
+
+Constructors in org.apache.pdfbox.contentstream.operator
 with parameters of type Operator
+
+Constructor and Description
+
+
+
+MissingOperandException(Operatoroperator,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or 

[28/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/encoding/StandardEncoding.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/encoding/StandardEncoding.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/encoding/StandardEncoding.html
new file mode 100644
index 000..2f32e74
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/encoding/StandardEncoding.html
@@ -0,0 +1,292 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+StandardEncoding (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.encoding
+Class StandardEncoding
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.encoding.Encoding
+
+
+org.apache.fontbox.encoding.StandardEncoding
+
+
+
+
+
+
+
+
+
+
+public class StandardEncoding
+extends Encoding
+Adobe Standard Encoding
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static StandardEncoding
+INSTANCE
+Singleton instance of this class.
+
+
+
+
+
+
+
+Fields inherited from classorg.apache.fontbox.encoding.Encoding
+codeToName,
 nameToCode
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+StandardEncoding()
+Constructor.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from classorg.apache.fontbox.encoding.Encoding
+addCharacterEncoding,
 getCode,
 getCodeToNameMap,
 getName
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+INSTANCE
+public static finalStandardEncoding INSTANCE
+Singleton instance of this class.
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+StandardEncoding
+publicStandardEncoding()
+Constructor.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+


[11/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/Type1Font.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/Type1Font.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/Type1Font.html
new file mode 100644
index 000..198102e
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/Type1Font.html
@@ -0,0 +1,1017 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Type1Font (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.type1
+Class Type1Font
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.type1.Type1Font
+
+
+
+
+
+
+
+All Implemented Interfaces:
+EncodedFont, FontBoxFont, Type1CharStringReader
+
+
+
+public final class Type1Font
+extends 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
+implements Type1CharStringReader, EncodedFont, FontBoxFont
+Represents an Adobe Type 1 (.pfb) font. Thread safe.
+Author:
+  John Hewson
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static Type1Font
+createWithPFB(byte[]pfbBytes)
+Constructs a new Type1Font object from a .pfb stream.
+
+
+
+static Type1Font
+createWithPFB(http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreampfbStream)
+Constructs a new Type1Font object from a .pfb stream.
+
+
+
+static Type1Font
+createWithSegments(byte[]segment1,
+  byte[]segment2)
+Constructs a new Type1Font object from two header-less .pfb 
segments.
+
+
+
+byte[]
+getASCIISegment()
+Returns the ASCII segment.
+
+
+
+byte[]
+getBinarySegment()
+Returns the binary segment.
+
+
+
+int
+getBlueFuzz()
+Returns the blue fuzz.
+
+
+
+float
+getBlueScale()
+Returns the blue scale.
+
+
+
+int
+getBlueShift()
+Returns the blue shift.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getBlueValues()
+Returns the blues values.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,byte[]
+getCharStringsDict()
+Returns the /CharStrings dictionary as raw bytes.
+
+
+
+Encoding
+getEncoding()
+Returns the Encoding, if present.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getFamilyBlues()
+Returns the family blues values.
+
+
+
+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
+getFamilyName()
+Returns the family name.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getFamilyOtherBlues()
+Returns the other family blues values.
+
+
+
+BoundingBox
+getFontBBox()
+Returns the font bounding box.
+
+
+
+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
+getFontID()
+Returns the font ID.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getFontMatrix()
+Returns the font matrix.
+
+
+

[49/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/allclasses-noframe.html
--
diff --git a/content/docs/2.0.3/javadocs/allclasses-noframe.html 
b/content/docs/2.0.3/javadocs/allclasses-noframe.html
new file mode 100644
index 000..3e4cad4
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/allclasses-noframe.html
@@ -0,0 +1,901 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+All Classes (PDFBox reactor 2.0.3 API)
+
+
+
+All Classes
+
+
+AbstractActionManager
+AbstractComplexProperty
+AbstractField
+AbstractProcess
+AbstractSimpleProperty
+AbstractStructuredType
+AbstractXObjValidator
+AccessPermission
+AcroFormValidationProcess
+ActionManagerFactory
+ActionsValidationProcess
+AddAnnotations
+AddBorderToField
+AddImageToPDF
+AddJavascript
+AddMessageToEachPage
+AddMetadataFromDocInfo
+AdobePDFSchema
+AFMParser
+AgentNameType
+AnnotationValidationProcess
+AnnotationValidator
+AnnotationValidatorFactory
+AppendRectangleToPath
+ArrayEntry
+ArrayProperty
+Attribute
+AxialShadingContext
+AxialShadingPaint
+BadFieldValueException
+BaseParser
+BeginInlineImage
+BeginMarkedContentSequence
+BeginMarkedContentSequenceWithProperties
+BeginText
+BlendComposite
+BlendMode
+BookmarkValidationProcess
+BooleanType
+BoundingBox
+BufferedRandomAccessFile
+BuiltInEncoding
+BuiltInEncoding
+ByteArrayDataSource
+Cardinality
+CatalogValidationProcess
+CCITTFactory
+CFAPatternType
+CFFCharset
+CFFCIDFont
+CFFDataInput
+CFFEncoding
+CFFExpertCharset
+CFFExpertEncoding
+CFFExpertSubsetCharset
+CFFFont
+CFFISOAdobeCharset
+CFFOperator
+CFFOperator.Key
+CFFParser
+CFFParser.ByteSource
+CFFStandardEncoding
+CFFStandardString
+CFFTable
+CFFType1Font
+CharMetric
+Charsets
+Charsets
+CharStringCommand
+CharStringCommand.Key
+CharStringHandler
+ChoiceType
+CIDFontMapping
+CIDKeyedType2CharString
+CIDSystemInfo
+CIDType0Container
+CIDType0DescriptorHelper
+CIDType0FontValidator
+CIDType2Container
+CIDType2DescriptorHelper
+CIDType2FontValidator
+ClipEvenOddRule
+ClipNonZeroRule
+CloseAndStrokePath
+CloseFillEvenOddAndStrokePath
+CloseFillNonZeroAndStrokePath
+ClosePath
+CMap
+CMapParser
+CmapSubtable
+CmapTable
+CodespaceRange
+ColorBarCellRenderer
+ColorSpaceHelper
+ColorSpaceHelperFactory
+ColorSpaceHelperFactory.ColorSpaceRestriction
+ColorSpaces
+ComplexPropertyContainer
+Composite
+CompositePart
+Concatenate
+ContentStreamException
+ContentStreamWriter
+ContextHelper
+COSArray
+COSArrayList
+COSBase
+COSBoolean
+COSDictionary
+COSDictionaryMap
+COSDocument
+COSFilterInputStream
+COSFloat
+COSInputStream
+COSInteger
+COSName
+COSNull
+COSNumber
+COSObject
+COSObjectable
+COSObjectKey
+COSOutputStream
+COSParser
+COSStandardOutputStream
+COSStream
+COSString
+COSUpdateInfo
+COSUtils
+COSWriter
+COSWriterXRefEntry
+CreateBlankPDF
+CreateBookmarks
+CreateEmptySignatureForm
+CreateGradientShadingPDF
+CreateLandscapePDF
+CreatePDFA
+CreateSignature
+CreateSignatureBase
+CreateSimpleForm
+CreateVisibleSignature
+CSArrayBased
+CSDeviceN
+CSIndexed
+CSSeparation
+CurveTo
+CurveToReplicateFinalPoint
+CurveToReplicateInitialPoint
+CustomGraphicsStreamEngine
+CustomPageDrawer
+DamagedFontException
+DataInput
+DataOutput
+DateConverter
+DateConverter
+DateType
+DecodeResult
+DecompressObjectstreams
+Decrypt
+DecryptionMaterial
+DefaultResourceCache
+DefinedStructuredType
+DescendantFontValidator
+DestinationValidationProcess
+DeviceColorSpaceHelper
+DeviceNColorant
+DeviceNTableModel
+DeviceSettingsType
+DictionaryEncoding
+DigitalSignatureTable
+DimensionsType
+DocumentEntry
+DomHelper
+DomXmpParser
+DrawObject
+DrawObject
+DrawObject
+DrawPrintTextLocations
+DublinCoreSchema
+EmbeddedFiles
+EmbeddedFonts
+EmptyGraphicsStackException
+EmptyValidationProcess
+EncodedFont
+Encoding
+Encoding
+Encrypt
+EncryptFlag
+EndMarkedContentSequence
+EndPath
+EndText
+ErrorDialog
+ExecutionContext
+ExifSchema
+ExportFDF
+ExportXFDF
+ExtensionFileFilter
+ExternalSigningSupport
+ExtGStateValidationProcess
+ExtractEmbeddedFiles
+ExtractImages
+ExtractMetadata
+ExtractText
+ExtractTextByArea
+ExtractTTFFonts
+FDFAnnotation
+FDFAnnotationCaret
+FDFAnnotationCircle
+FDFAnnotationFileAttachment
+FDFAnnotationFreeText
+FDFAnnotationHighlight
+FDFAnnotationInk
+FDFAnnotationLine
+FDFAnnotationLink
+FDFAnnotationPolygon
+FDFAnnotationPolyline
+FDFAnnotationSound
+FDFAnnotationSquare
+FDFAnnotationSquiggly
+FDFAnnotationStamp
+FDFAnnotationStrikeOut
+FDFAnnotationText
+FDFAnnotationTextMarkup
+FDFAnnotationUnderline
+FDFCatalog
+FDFDictionary
+FDFDocument
+FDFField
+FDFIconFit
+FDFJavaScript
+FDFNamedPageReference
+FDFOptionElement
+FDFPage
+FDFPageInfo
+FDFParser
+FDFTemplate
+FDSelect
+FieldTriggers
+FieldUtils
+FileOpenSaveDialog
+FileSpecificationValidationProcess
+FileType
+FileTypeDetector
+FillEvenOddAndStrokePath
+FillEvenOddRule
+FillFormField
+FillNonZeroAndStrokePath
+FillNonZeroRule
+Filter
+FilterFactory
+FilterHelper
+FlagBitsPane
+FlashType

[20/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/OS2WindowsMetricsTable.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/OS2WindowsMetricsTable.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/OS2WindowsMetricsTable.html
new file mode 100644
index 000..ae29541
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/OS2WindowsMetricsTable.html
@@ -0,0 +1,1855 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+OS2WindowsMetricsTable (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class 
OS2WindowsMetricsTable
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.TTFTable
+
+
+org.apache.fontbox.ttf.OS2WindowsMetricsTable
+
+
+
+
+
+
+
+
+
+
+public class OS2WindowsMetricsTable
+extends TTFTable
+A table in a true type font.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static int
+FAMILY_CLASS_CLAREDON_SERIFS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_FREEFORM_SERIFS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_MODERN_SERIFS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_NO_CLASSIFICATION
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_OLDSTYLE_SERIFS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_ORNAMENTALS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_SANS_SERIF
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_SCRIPTS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_SLAB_SERIFS
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_SYMBOLIC
+Family class constant.
+
+
+
+static int
+FAMILY_CLASS_TRANSITIONAL_SERIFS
+Family class constant.
+
+
+
+static short
+FSTYPE_BITMAP_ONLY
+Bitmap embedding only: only bitmaps contained in the font 
may be embedded.
+
+
+
+static short
+FSTYPE_EDITIBLE
+Editable embedding: the font may be embedded but must only 
be installed temporarily on other
+ systems.
+
+
+
+static short
+FSTYPE_NO_SUBSETTING
+No subsetting: the font must not be subsetted prior to 
embedding.
+
+
+
+static short
+FSTYPE_PREVIEW_AND_PRINT
+Preview and Print embedding: the font may be embedded, and 
temporarily loaded on the
+ remote system.
+
+
+
+static short
+FSTYPE_RESTRICTED
+Restricted License embedding: must not be modified, 
embedded or exchanged in any manner.
+
+
+
+static 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
+TAG
+A tag that identifies this table type.
+
+
+
+static int
+WEIGHT_CLASS_BLACK
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_BOLD
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_EXTRA_BOLD
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_LIGHT
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_MEDIUM
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_NORMAL
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_SEMI_BOLD
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_THIN
+Weight class constant.
+
+
+
+static int
+WEIGHT_CLASS_ULTRA_LIGHT
+Weight class constant.
+
+
+
+static int
+WIDTH_CLASS_CONDENSED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_EXPANDED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_EXTRA_CONDENSED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_EXTRA_EXPANDED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_MEDIUM
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_SEMI_CONDENSED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_SEMI_EXPANDED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_ULTRA_CONDENSED
+Width class constant.
+
+
+
+static int
+WIDTH_CLASS_ULTRA_EXPANDED
+Width class constant.
+
+
+
+
+
+
+
+Fields inherited from classorg.apache.fontbox.ttf.TTFTable
+font, initialized
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+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
+getAchVendId()
+
+

[10/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-summary.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-summary.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-summary.html
new file mode 100644
index 000..52f371d
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-summary.html
@@ -0,0 +1,178 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.fontbox.type1 (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Package
+Next 
Package
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Packageorg.apache.fontbox.type1
+
+This package holds classes used to parse Type1-Fonts.
+
+See:Description
+
+
+
+
+
+Interface Summary
+
+Interface
+Description
+
+
+
+Type1CharStringReader
+
+Something which can read Type 1 CharStrings, namely Type 1 
and CFF fonts.
+
+
+
+
+
+
+
+Class Summary
+
+Class
+Description
+
+
+
+Type1Font
+
+Represents an Adobe Type 1 (.pfb) font.
+
+
+
+
+
+
+
+Exception Summary
+
+Exception
+Description
+
+
+
+DamagedFontException
+
+Thrown when a font is damaged and cannot be read.
+
+
+
+
+
+
+
+
+
+Package 
org.apache.fontbox.type1 Description
+This package holds classes used to parse Type1-Fonts.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Package
+Next 
Package
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-tree.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-tree.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-tree.html
new file mode 100644
index 000..7bfa3a5
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/type1/package-tree.html
@@ -0,0 +1,145 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+org.apache.fontbox.type1 Class Hierarchy (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package org.apache.fontbox.type1
+Package Hierarchies:
+
+All Packages
+
+
+
+Class Hierarchy
+
+java.lang.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
+
+java.lang.http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Throwable.html?is-external=true;
 title="class or interface in java.lang">Throwable (implements java.io.http://download.oracle.com/javase/1.6.0/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
+
+java.lang.http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Exception.html?is-external=true;
 title="class or interface in java.lang">Exception
+
+java.io.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
+
+org.apache.fontbox.type1.DamagedFontException
+
+
+
+
+
+
+org.apache.fontbox.type1.Type1Font (implements 
org.apache.fontbox.EncodedFont, org.apache.fontbox.FontBoxFont, org.apache.fontbox.type1.Type1CharStringReader)
+
+
+
+Interface Hierarchy
+
+org.apache.fontbox.type1.Type1CharStringReader
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.cff
+Class Type1CharString
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.cff.Type1CharString
+
+
+
+
+
+
+
+Direct Known Subclasses:
+Type2CharString
+
+
+
+public class Type1CharString
+extends 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
+This class represents and renders a Type 1 CharString.
+Author:
+  Villu Ruusmann, John Hewson
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected int
+commandCount
+
+
+protected http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+type1Sequence
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Modifier
+Constructor and Description
+
+
+protected 
+Type1CharString(Type1CharStringReaderfont,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringfontName,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringglyphName)
+Constructor for use in subclasses.
+
+
+
+
+Type1CharString(Type1CharStringReaderfont,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringfontName,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringglyphName,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Objectsequence)
+Constructs a new Type1CharString object.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/Rectangle2D.html?is-external=true;
 title="class or interface in java.awt.geom">Rectangle2D
+getBounds()
+Returns the bounds of the renderer path.
+
+
+
+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
+getName()
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/GeneralPath.html?is-external=true;
 title="class or interface in java.awt.geom">GeneralPath
+getPath()
+Returns the path of the character.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+getType1Sequence()
+Returns the Type 1 char string sequence.
+
+
+
+int
+getWidth()
+Returns the advance width of the glyph.
+
+
+
+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
+toString()
+
+
+
+
+
+
+Methods inherited from classjava.lang.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

[18/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TTFParser.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TTFParser.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TTFParser.html
new file mode 100644
index 000..c4b8b23
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TTFParser.html
@@ -0,0 +1,399 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+TTFParser (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class TTFParser
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.TTFParser
+
+
+
+
+
+
+
+Direct Known Subclasses:
+OTFParser
+
+
+
+public class TTFParser
+extends 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
+TrueType font file parser.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TTFParser()
+Constructor.
+
+
+
+TTFParser(booleanisEmbedded)
+Constructor.
+
+
+
+TTFParser(booleanisEmbedded,
+ booleanparseOnDemand)
+Constructor.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+protected boolean
+allowCFF()
+
+
+TrueTypeFont
+parse(http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">FilettfFile)
+Parse a file and return a TrueType font.
+
+
+
+TrueTypeFont
+parse(http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreaminputStream)
+Parse an input stream and return a TrueType font.
+
+
+
+TrueTypeFont
+parse(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">StringttfFile)
+Parse a file and return a TrueType font.
+
+
+
+TrueTypeFont
+parseEmbedded(http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStreaminputStream)
+Parse an input stream and return a TrueType font that is to 
be embedded.
+
+
+
+protected TTFTable
+readTable(TrueTypeFontfont,
+ http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringtag)
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+

[06/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
new file mode 100644
index 000..e9d8fc4
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/pdfbox/contentstream/PDFStreamEngine.html
@@ -0,0 +1,1099 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+PDFStreamEngine (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.pdfbox.contentstream
+Class PDFStreamEngine
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.pdfbox.contentstream.PDFStreamEngine
+
+
+
+
+
+
+
+Direct Known Subclasses:
+PDFGraphicsStreamEngine, 
PDFMarkedContentExtractor, PDFTextStripper, PreflightStreamEngine, PrintImageLocations
+
+
+
+public abstract class PDFStreamEngine
+extends 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
+Processes a PDF content stream and executes certain 
operations.
+ Provides a callback interface for clients that want to do things with the 
stream.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Modifier
+Constructor and Description
+
+
+protected 
+PDFStreamEngine()
+Creates a new PDFStreamEngine.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+addOperator(OperatorProcessorop)
+Adds an operator processor to the engine.
+
+
+
+protected void
+applyTextAdjustment(floattx,
+   floatty)
+Applies a text position adjustment from the TJ 
operator.
+
+
+
+void
+beginText()
+Called when the BT operator is encountered.
+
+
+
+void
+endText()
+Called when the ET operator is encountered.
+
+
+
+PDAppearanceStream
+getAppearance(PDAnnotationannotation)
+Returns the appearance stream to process for the given 
annotation.
+
+
+
+PDPage
+getCurrentPage()
+Returns the current page.
+
+
+
+int
+getGraphicsStackSize()
+
+
+PDGraphicsState
+getGraphicsState()
+
+
+Matrix
+getInitialMatrix()
+Gets the stream's initial matrix.
+
+
+
+PDResources
+getResources()
+Returns the stream' resources.
+
+
+
+Matrix
+getTextLineMatrix()
+
+
+Matrix
+getTextMatrix()
+
+
+protected void
+operatorException(Operatoroperator,
+ http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBaseoperands,
+ http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true;
 title="class or interface in java.io">IOExceptione)
+Called when an exception is thrown by an operator.
+
+
+
+protected void
+processAnnotation(PDAnnotationannotation,
+ PDAppearanceStreamappearance)
+Process the given annotation with the specified appearance 
stream.
+
+
+
+protected void
+processChildStream(PDContentStreamcontentStream,
+  PDPagepage)
+Process a child stream of the given page.
+
+
+
+protected void
+processOperator(Operatoroperator,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBaseoperands)
+This is used to handle an operation.
+
+
+
+void
+processOperator(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringoperation,
+   http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCOSBasearguments)
+This is used to handle an operation.
+
+
+
+void
+processPage(PDPagepage)
+This will initialise and process the contents of the 
stream.
+
+
+
+protected void
+processSoftMask(PDTransparencyGroupgroup)
+Processes a soft mask transparency group stream.
+
+
+
+protected void
+processTilingPattern(PDTilingPatterntilingPattern,
+PDColorcolor,
+PDColorSpacecolorSpace)

[26/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/CFFTable.html
--
diff --git a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/CFFTable.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/CFFTable.html
new file mode 100644
index 000..ec4295c
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/CFFTable.html
@@ -0,0 +1,307 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CFFTable (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class CFFTable
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.TTFTable
+
+
+org.apache.fontbox.ttf.CFFTable
+
+
+
+
+
+
+
+
+
+
+public class CFFTable
+extends TTFTable
+PostScript font program (compact font format).
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static 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
+TAG
+A tag that identifies this table type.
+
+
+
+
+
+
+
+Fields inherited from classorg.apache.fontbox.ttf.TTFTable
+font, initialized
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+CFFFont
+getFont()
+Returns the CFF font, which is a compact representation of 
a PostScript Type 1, or CIDFont
+
+
+
+void
+read(TrueTypeFontttf,
+org.apache.fontbox.ttf.TTFDataStreamdata)
+This will read the required data from the stream.
+
+
+
+
+
+
+
+Methods inherited from classorg.apache.fontbox.ttf.TTFTable
+getCheckSum,
 getInitialized,
 getLength,
 getOffset,
 getTag
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+TAG
+public static finalhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String TAG
+A tag that identifies this table type.
+See Also:Constant
 Field Values
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+read
+publicvoidread(TrueTypeFontttf,
+org.apache.fontbox.ttf.TTFDataStreamdata)
+  throws 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
+This will read the required data from the stream.
+Parameters:ttf - The 
font that is being read.data - The stream to read the 
data from.
+Throws:

[15/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfCompositeDescript.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfCompositeDescript.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfCompositeDescript.html
new file mode 100644
index 000..fa2503b
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfCompositeDescript.html
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.ttf.GlyfCompositeDescript (PDFBox 
reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.ttf.GlyfCompositeDescript
+
+No usage of 
org.apache.fontbox.ttf.GlyfCompositeDescript
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfDescript.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfDescript.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfDescript.html
new file mode 100644
index 000..dc3958b
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfDescript.html
@@ -0,0 +1,166 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.ttf.GlyfDescript (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.ttf.GlyfDescript
+
+
+
+
+
+Packages that use GlyfDescript
+
+Package
+Description
+
+
+
+org.apache.fontbox.ttf
+
+This package contains classes to parse a TTF file.
+
+
+
+
+
+
+
+
+
+
+Uses of GlyfDescript in org.apache.fontbox.ttf
+
+Subclasses of GlyfDescript in org.apache.fontbox.ttf
+
+Modifier and Type
+Class and Description
+
+
+
+class
+GlyfCompositeDescript
+Glyph description for composite glyphs.
+
+
+
+class
+GlyfSimpleDescript
+This class is based on code from Apache Batik a subproject 
of Apache XMLGraphics. see
+ http://xmlgraphics.apache.org/batik/ for further details.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfSimpleDescript.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfSimpleDescript.html
 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfSimpleDescript.html
new file mode 100644
index 000..c89d902
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/class-use/GlyfSimpleDescript.html
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class 

[17/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TrueTypeFont.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TrueTypeFont.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TrueTypeFont.html
new file mode 100644
index 000..90bbe55
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/TrueTypeFont.html
@@ -0,0 +1,972 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+TrueTypeFont (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class TrueTypeFont
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.TrueTypeFont
+
+
+
+
+
+
+
+All Implemented Interfaces:
+http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/AutoCloseable.html?is-external=true;
 title="class or interface in java.lang">AutoCloseable, FontBoxFont
+
+
+Direct Known Subclasses:
+OpenTypeFont
+
+
+
+public class TrueTypeFont
+extends 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
+implements FontBoxFont, http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true;
 title="class or interface in java.io">Closeable
+A TrueType font file.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,TTFTable
+tables
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+close()
+
+
+int
+getAdvanceHeight(intgid)
+Returns the height for the given GID.
+
+
+
+int
+getAdvanceWidth(intgid)
+Returns the width for the given GID.
+
+
+
+CmapTable
+getCmap()
+Get the "cmap" table for this TTF.
+
+
+
+BoundingBox
+getFontBBox()
+Returns the font's bounding box in PostScript units.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getFontMatrix()
+Returns the FontMatrix in PostScript units.
+
+
+
+GlyphTable
+getGlyph()
+Get the glyf table for this TTF.
+
+
+
+HeaderTable
+getHeader()
+Get the head table for this TTF.
+
+
+
+HorizontalHeaderTable
+getHorizontalHeader()
+Get the hhea table for this TTF.
+
+
+
+HorizontalMetricsTable
+getHorizontalMetrics()
+Get the hmtx table for this TTF.
+
+
+
+IndexToLocationTable
+getIndexToLocation()
+Get the loca table for this TTF.
+
+
+
+KerningTable
+getKerning()
+Get the "kern" table for this TTF.
+
+
+
+MaximumProfileTable
+getMaximumProfile()
+Get the maxp table for this TTF.
+
+
+
+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
+getName()
+The PostScript name of the font.
+
+
+
+NamingTable
+getNaming()
+This will get the naming table for the true type font.
+
+
+
+int
+getNumberOfGlyphs()
+Returns the number of glyphs 
(MaximumProfile.numGlyphs).
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true;
 title="class or interface in java.io">InputStream
+getOriginalData()
+This permit to get the data of the True Type Font
+ program representing the stream used to build this 
+ object (normally from the TTFParser object).
+
+
+
+OS2WindowsMetricsTable
+getOS2Windows()
+Get the OS/2 table for this TTF.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/GeneralPath.html?is-external=true;
 title="class or interface in java.awt.geom">GeneralPath

[42/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/FontMetrics.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/FontMetrics.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/FontMetrics.html
new file mode 100644
index 000..11aa639
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/FontMetrics.html
@@ -0,0 +1,1596 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+FontMetrics (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.afm
+Class FontMetrics
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.afm.FontMetrics
+
+
+
+
+
+
+
+
+public class FontMetrics
+extends 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
+This is the outermost AFM type.  This can be created by the 
afmparser with a valid AFM document.
+Author:
+  Ben Litchfield
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+FontMetrics()
+Constructor.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+void
+addCharMetric(CharMetricmetric)
+This will add another character metric.
+
+
+
+void
+addComment(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringcomment)
+This will add a new comment.
+
+
+
+void
+addComposite(Compositecomposite)
+This will add a single composite part to the picture.
+
+
+
+void
+addKernPair(KernPairkernPair)
+This will add a kern pair.
+
+
+
+void
+addKernPair0(KernPairkernPair)
+This will add a kern pair.
+
+
+
+void
+addKernPair1(KernPairkernPair)
+This will add a kern pair.
+
+
+
+void
+addTrackKern(TrackKernkern)
+This will add another track kern.
+
+
+
+float
+getAFMVersion()
+This will get the version of the AFM document.
+
+
+
+float
+getAscender()
+Getter for property ascender.
+
+
+
+float
+getAverageCharacterWidth()
+This will get the average width of a character.
+
+
+
+float
+getCapHeight()
+Getter for property capHeight.
+
+
+
+float
+getCharacterHeight(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+This will get the width of a character.
+
+
+
+int
+getCharacters()
+Getter for property characters.
+
+
+
+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
+getCharacterSet()
+Getter for property characterSet.
+
+
+
+float
+getCharacterWidth(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+This will get the width of a character.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListCharMetric
+getCharMetrics()
+Getter for property charMetrics.
+
+
+
+float[]
+getCharWidth()
+Getter for property charWidth.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+getComments()
+This will get all comments.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListComposite
+getComposites()
+Getter for property composites.
+
+
+
+float
+getDescender()
+Getter for property descender.
+
+
+
+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
+getEncodingScheme()
+Getter for property encodingScheme.
+
+
+
+int
+getEscChar()
+Getter for property escChar.
+
+
+
+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
+getFamilyName()
+Getter for property familyName.
+
+
+

[38/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFExpertEncoding.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFExpertEncoding.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFExpertEncoding.html
new file mode 100644
index 000..2a40b59
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFExpertEncoding.html
@@ -0,0 +1,268 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CFFExpertEncoding (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.cff
+Class CFFExpertEncoding
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.encoding.Encoding
+
+
+org.apache.fontbox.cff.CFFEncoding
+
+
+org.apache.fontbox.cff.CFFExpertEncoding
+
+
+
+
+
+
+
+
+
+
+
+
+public final class CFFExpertEncoding
+extends CFFEncoding
+This is specialized CFFEncoding. It's used if the 
EncodingId of a font is set to 1.
+Author:
+  Villu Ruusmann
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from classorg.apache.fontbox.encoding.Encoding
+nameToCode
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static CFFExpertEncoding
+getInstance()
+Returns an instance of the CFFExportEncoding class.
+
+
+
+
+
+
+
+Methods inherited from classorg.apache.fontbox.cff.CFFEncoding
+add,
 add,
 getName
+
+
+
+
+
+Methods inherited from classorg.apache.fontbox.encoding.Encoding
+addCharacterEncoding,
 getCode,
 getCodeToNameMap
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify, notifyAll, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)"
 title="class or interface in java.lang">wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+getInstance
+public staticCFFExpertEncodinggetInstance()
+Returns an instance of the CFFExportEncoding class.
+Returns:an instance of 
CFFExportEncoding
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+


[40/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/FontMetrics.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/FontMetrics.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/FontMetrics.html
new file mode 100644
index 000..3db8d0f
--- /dev/null
+++ 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/FontMetrics.html
@@ -0,0 +1,213 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.afm.FontMetrics (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.fontbox.afm.FontMetrics
+
+
+
+
+
+Packages that use FontMetrics
+
+Package
+Description
+
+
+
+org.apache.fontbox.afm
+
+This package holds classes used to parse AFM(Adobe Font 
Metrics) files.
+
+
+
+org.apache.pdfbox.pdmodel.font
+
+Classes to deal with font functionality in a PDF 
Document.
+
+
+
+org.apache.pdfbox.pdmodel.font.encoding
+
+
+
+
+
+
+
+
+
+
+Uses of FontMetrics in org.apache.fontbox.afm
+
+Methods in org.apache.fontbox.afm
 that return FontMetrics
+
+Modifier and Type
+Method and Description
+
+
+
+FontMetrics
+AFMParser.parse()
+This will parse the AFM document.
+
+
+
+FontMetrics
+AFMParser.parse(booleanreducedDataset)
+This will parse the AFM document.
+
+
+
+
+
+
+
+
+Uses of FontMetrics in org.apache.pdfbox.pdmodel.font
+
+Methods in org.apache.pdfbox.pdmodel.font
 that return FontMetrics
+
+Modifier and Type
+Method and Description
+
+
+
+protected FontMetrics
+PDFont.getStandard14AFM()
+Returns the AFM if this is a Standard 14 font.
+
+
+
+
+
+
+
+
+Uses of FontMetrics in org.apache.pdfbox.pdmodel.font.encoding
+
+Constructors in org.apache.pdfbox.pdmodel.font.encoding
 with parameters of type FontMetrics
+
+Constructor and Description
+
+
+
+Type1Encoding(FontMetricsfontMetrics)
+Creates an encoding from the given AFM font metrics.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20022016 http://pdfbox.apache.org;>The Apache Software Foundation. All rights 
reserved.
+
+

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/KernPair.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/KernPair.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/KernPair.html
new file mode 100644
index 000..edcddf5
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/afm/class-use/KernPair.html
@@ -0,0 +1,225 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.fontbox.afm.KernPair (PDFBox reactor 2.0.3 
API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses 
of Classorg.apache.fontbox.afm.KernPair
+
+
+
+
+
+Packages that use KernPair
+
+Package
+Description
+
+
+
+org.apache.fontbox.afm
+
+This package holds classes used to parse AFM(Adobe Font 
Metrics) files.
+
+
+
+
+
+
+
+
+
+
+Uses of KernPair in org.apache.fontbox.afm
+
+Methods in org.apache.fontbox.afm
 that return types with arguments of type KernPair
+
+Modifier and Type
+Method and Description
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">ListKernPair
+FontMetrics.getKernPairs()
+Getter for property kernPairs.
+
+
+

[36/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFType1Font.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFType1Font.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFType1Font.html
new file mode 100644
index 000..5468833
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/cff/CFFType1Font.html
@@ -0,0 +1,468 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+CFFType1Font (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.cff
+Class CFFType1Font
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.cff.CFFFont
+
+
+org.apache.fontbox.cff.CFFType1Font
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+EncodedFont, FontBoxFont
+
+
+
+public class CFFType1Font
+extends CFFFont
+implements EncodedFont
+A Type 1-equivalent font program represented in a CFF file. 
Thread safe.
+Author:
+  Villu Ruusmann, John Hewson
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+Fields inherited from classorg.apache.fontbox.cff.CFFFont
+charset, charStrings,
 fontName, 
globalSubrIndex,
 topDict
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CFFType1Font()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+CFFEncoding
+getEncoding()
+Returns the CFFEncoding of the font.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/Number.html?is-external=true;
 title="class or interface in java.lang">Number
+getFontMatrix()
+Returns the FontMatrix.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/awt/geom/GeneralPath.html?is-external=true;
 title="class or interface in java.awt.geom">GeneralPath
+getPath(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the path for the character with the given 
name.
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,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
+getPrivateDict()
+Returns the private dictionary.
+
+
+
+Type1CharString
+getType1CharString(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the Type 1 charstring for the given PostScript 
glyph name.
+
+
+
+Type2CharString
+getType2CharString(intgid)
+Returns the Type 1 charstring for the given GID.
+
+
+
+float
+getWidth(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the advance width for the character with the given 
name.
+
+
+
+boolean
+hasGlyph(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns true if the font contains the given glyph.
+
+
+
+int
+nameToGID(http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringname)
+Returns the GID for the given PostScript glyph name.
+
+
+
+
+
+
+
+Methods inherited from classorg.apache.fontbox.cff.CFFFont
+addValueToTopDict,
 getCharset,
 getCharStringBytes,
 getData, 
getFontBBox,
 getGlobalSubrIndex,
 getName, 
getNumCharStrings,
 getTopDict,
 toString
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, 

[25/51] [partial] pdfbox-docs git commit: PDFBOX-3330: add javadoc for PDFBox 2.0.3

2016-09-19 Thread msahyoun
http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/538257e7/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfCompositeComp.html
--
diff --git 
a/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfCompositeComp.html 
b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfCompositeComp.html
new file mode 100644
index 000..42d65cb
--- /dev/null
+++ b/content/docs/2.0.3/javadocs/org/apache/fontbox/ttf/GlyfCompositeComp.html
@@ -0,0 +1,708 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+GlyfCompositeComp (PDFBox reactor 2.0.3 API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev 
Class
+Next 
Class
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+Summary:
+Nested|
+Field|
+Constr|
+Method
+
+
+Detail:
+Field|
+Constr|
+Method
+
+
+
+
+
+
+
+
+org.apache.fontbox.ttf
+Class GlyfCompositeComp
+
+
+
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+
+
+org.apache.fontbox.ttf.GlyfCompositeComp
+
+
+
+
+
+
+
+
+public class GlyfCompositeComp
+extends 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
+This class is based on code from Apache Batik a subproject 
of Apache XMLGraphics. see
+ http://xmlgraphics.apache.org/batik/ for further details.
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected static short
+ARG_1_AND_2_ARE_WORDS
+If set, the arguments are words; otherwise, they are 
bytes.
+
+
+
+protected static short
+ARGS_ARE_XY_VALUES
+If set, the arguments are xy values; otherwise they are 
points.
+
+
+
+protected static short
+MORE_COMPONENTS
+Indicates at least one more glyph after this one.
+
+
+
+protected static short
+ROUND_XY_TO_GRID
+If set, xy values are rounded to those of the closest grid 
lines.
+
+
+
+protected static short
+USE_MY_METRICS
+If set, this forces the aw and lsb (and rsb) for the 
composite to be equal to those from this original glyph.
+
+
+
+protected static short
+WE_HAVE_A_SCALE
+If set, there is a simple scale; otherwise, scale = 
1.0.
+
+
+
+protected static short
+WE_HAVE_A_TWO_BY_TWO
+There is a 2 by2 transformation that will be used to scale 
the component.
+
+
+
+protected static short
+WE_HAVE_AN_X_AND_Y_SCALE
+The x direction will use a different scale from the y 
direction.
+
+
+
+protected static short
+WE_HAVE_INSTRUCTIONS
+Following the last component are instructions for the 
composite character.
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Modifier
+Constructor and Description
+
+
+protected 
+GlyfCompositeComp(org.apache.fontbox.ttf.TTFDataStreambais)
+Constructor.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+short
+getArgument1()
+Returns argument 1.
+
+
+
+short
+getArgument2()
+Returns argument 2.
+
+
+
+int
+getFirstContour()
+Returns the index of the first contour.
+
+
+
+int
+getFirstIndex()
+Returns the first index.
+
+
+
+short
+getFlags()
+Returns the flags of the glyph.
+
+
+
+int
+getGlyphIndex()
+Returns the index of the first contour.
+
+
+
+double
+getScale01()
+Returns the scale-01 value.
+
+
+
+double
+getScale10()
+Returns the scale-10 value.
+
+
+
+double
+getXScale()
+Returns the x-scaling value.
+
+
+
+int
+getXTranslate()
+Returns the x-translation value.
+
+
+
+double
+getYScale()
+Returns the y-scaling value.
+
+
+
+int
+getYTranslate()
+Returns the y-translation value.
+
+
+
+int
+scaleX(intx,
+  inty)
+Transforms an x-coordinate of a point for this 
component.
+
+
+
+int
+scaleY(intx,
+  inty)
+Transforms a y-coordinate of a point for this 
component.
+
+
+
+void
+setFirstContour(intidx)
+Sets the index for the first contour.
+
+
+
+void
+setFirstIndex(intidx)
+Sets the first index.
+
+
+
+
+
+
+
+Methods inherited from classjava.lang.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
+http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals, http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true#finalize()"