- colorString(int, int, int) - Method in class org.fit.pdfdom.PDFBoxTree
-
Creates a CSS rgb() specification from the color component values.
- colorString(float, float, float) - Method in class org.fit.pdfdom.PDFBoxTree
-
Creates a CSS rgb() specification from the color component values.
- colorString(PDColor) - Method in class org.fit.pdfdom.PDFBoxTree
-
Creates a CSS rgb specification from a PDF color
- config - Variable in class org.fit.cssbox.pdf.CSSBoxTree
-
Used CSSBox configuration
- config - Variable in class org.fit.pdfdom.PDFDomTree
-
- createAnonymousElement(Document, String, String) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a new DOM element that represents an anonymous box in a document.
- createBlock(BlockBox, Element, boolean) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a new block box from the given element with the given parent.
- createBlockStyle() - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates an empty block style definition.
- createBodyStyle() - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a style definition used for the body element.
- createCurrentPageTransformation() - Method in class org.fit.pdfdom.PDFBoxTree
-
- createDeclaration(String, Term<?>) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a single property declaration.
- createDefaultConfig() - Static method in class org.fit.pdfdom.PDFDomTreeConfig
-
- createDocument() - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
- createDocument() - Method in class org.fit.pdfdom.PDFDomTree
-
Creates a new empty HTML document tree.
- createDOM(PDDocument) - Method in class org.fit.pdfdom.PDFDomTree
-
Loads a PDF document and creates a DOM tree from it.
- createFontFaces() - Method in class org.fit.pdfdom.PDFDomTree
-
- createGlobalStyle() - Method in class org.fit.pdfdom.PDFDomTree
-
Generate the global CSS style for the whole document.
- createImageElement(float, float, float, float, ImageResource) - Method in class org.fit.pdfdom.PDFDomTree
-
Creates an element that represents an image drawn at the specified coordinates in the page.
- createLayout(Dimension, Rectangle) - Method in class org.fit.cssbox.pdf.PdfBrowserCanvas
-
- createLineElement(float, float, float, float) - Method in class org.fit.pdfdom.PDFDomTree
-
Create an element that represents a horizntal or vertical line.
- createLineStyle(float, float, float, float) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
- createPageElement() - Method in class org.fit.pdfdom.PDFDomTree
-
Creates an element that represents a single page.
- createPageStyle() - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a style definition used for pages.
- createPathImage(List<PathSegment>) - Method in class org.fit.pdfdom.PDFDomTree
-
- createPdfLayout(Dimension) - Method in class org.fit.cssbox.pdf.PdfBrowserCanvas
-
Creates the box tree for the PDF file.
- createRectangleElement(float, float, float, float, boolean, boolean) - Method in class org.fit.pdfdom.PDFDomTree
-
Creates an element that represents a rectangle drawn at the specified coordinates in the page.
- createRectangleStyle(float, float, float, float, boolean, boolean) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates the style definition used for a rectangle element based on the given properties of the rectangle
- createTextBox(BlockBox, Text) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a text box with the given parent and text node assigned.
- createTextElement(float) - Method in class org.fit.pdfdom.PDFDomTree
-
Creates an element that represents a single positioned box with no content.
- createTextElement(String, float) - Method in class org.fit.pdfdom.PDFDomTree
-
Creates an element that represents a single positioned box containing the specified text string.
- createTextStyle(BoxStyle, float) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
Creates the style declaration for a text box based on the given
BoxStyle structure.
- CSSBoxTree - Class in org.fit.cssbox.pdf
-
This class implements direct creation of a CSSBox tree from a PDF file.
- CSSBoxTree(Graphics2D, VisualContext, Dimension, URL) - Constructor for class org.fit.cssbox.pdf.CSSBoxTree
-
Creates a new instance bound to certain graphic context.
- cssFontFamily - Static variable in class org.fit.pdfdom.PDFBoxTree
-
Known font names that are recognized in the PDF files
- cssFontStyle - Static variable in class org.fit.pdfdom.PDFBoxTree
-
- cssFontWeight - Static variable in class org.fit.pdfdom.PDFBoxTree
-
- ctx - Variable in class org.fit.cssbox.pdf.CSSBoxTree
-
Root visual context
- cur_x - Variable in class org.fit.pdfdom.PDFBoxTree
-
Current text coordinates (the coordinates of the last encountered text box).
- cur_y - Variable in class org.fit.pdfdom.PDFBoxTree
-
Current text coordinates (the coordinates of the last encountered text box).
- curpage - Variable in class org.fit.pdfdom.PDFDomTree
-
The element representing the page currently being created in the resulting document.
- curstyle - Variable in class org.fit.pdfdom.PDFBoxTree
-
The style of the text line being created
- pagebox - Variable in class org.fit.cssbox.pdf.CSSBoxTree
-
The box representing the page that is currently being created
- pagecnt - Variable in class org.fit.pdfdom.PDFDomTree
-
Page counter for assigning IDs to the pages.
- path_start_x - Variable in class org.fit.pdfdom.PDFBoxTree
-
Starting path construction position
- path_start_y - Variable in class org.fit.pdfdom.PDFBoxTree
-
Starting path construction position
- path_x - Variable in class org.fit.pdfdom.PDFBoxTree
-
Current path construction position
- path_y - Variable in class org.fit.pdfdom.PDFBoxTree
-
Current path construction position
- PathDrawer - Class in org.fit.pdfdom
-
- PathDrawer(PDGraphicsState) - Constructor for class org.fit.pdfdom.PathDrawer
-
- PathSegment - Class in org.fit.pdfdom
-
- PathSegment(float, float, float, float) - Constructor for class org.fit.pdfdom.PathSegment
-
- PdfBoxBrowser - Class in org.fit.cssbox.demo
-
This demo shows a simple browser of PDF files based on transforming the files to DOM and rendering by CSSBox.
- PdfBoxBrowser() - Constructor for class org.fit.cssbox.demo.PdfBoxBrowser
-
- PDFBoxTree - Class in org.fit.pdfdom
-
A generic tree of boxes created from a PDF file.
- PDFBoxTree() - Constructor for class org.fit.pdfdom.PDFBoxTree
-
- PdfBrowserCanvas - Class in org.fit.cssbox.pdf
-
A browser canvas that is able to render PDF documents in addition to the HTML documents.
- PdfBrowserCanvas(Element, DOMAnalyzer, Dimension, URL) - Constructor for class org.fit.cssbox.pdf.PdfBrowserCanvas
-
Creates a canvas from a HTML DOM (for compatibility with BrowserCanvas) and computes the layout.
- PdfBrowserCanvas(PDDocument, int, int, DOMAnalyzer, Dimension, URL) - Constructor for class org.fit.cssbox.pdf.PdfBrowserCanvas
-
Creates a canvas from a PDF file and computes the layout.
- PdfBrowserCanvas(PDDocument, DOMAnalyzer, Dimension, URL) - Constructor for class org.fit.cssbox.pdf.PdfBrowserCanvas
-
Creates a canvas from a PDF file and computes the layout.
- PdfBrowserCanvas(PDDocument, int, int, DOMAnalyzer, URL) - Constructor for class org.fit.cssbox.pdf.PdfBrowserCanvas
-
Creates a canvas from a PDF file without computing the layout.
- pdfdocument - Variable in class org.fit.cssbox.pdf.PdfBrowserCanvas
-
- PDFDomTree - Class in org.fit.pdfdom
-
A DOM representation of a PDF file.
- PDFDomTree() - Constructor for class org.fit.pdfdom.PDFDomTree
-
Creates a new PDF DOM parser.
- PDFDomTree(PDFDomTreeConfig) - Constructor for class org.fit.pdfdom.PDFDomTree
-
Creates a new PDF DOM parser.
- PDFDomTree.HtmlDivLine - Class in org.fit.pdfdom
-
Maps input line to an HTML div rectangle, since HTML does not support standard lines
- PDFDomTreeConfig - Class in org.fit.pdfdom
-
- pdfLoaded - Variable in class org.fit.cssbox.pdf.PdfBrowserCanvas
-
- pdFontType - Static variable in class org.fit.pdfdom.PDFBoxTree
-
Known font subtypes recognized in PDF files
- PDFToHTML - Class in org.fit.pdfdom
-
- PDFToHTML() - Constructor for class org.fit.pdfdom.PDFToHTML
-
- pdpage - Variable in class org.fit.pdfdom.PDFBoxTree
-
The PDF page currently being processed
- processDocument(PDDocument, int, int) - Method in class org.fit.cssbox.pdf.CSSBoxTree
-
- processImageOperation(List<COSBase>) - Method in class org.fit.pdfdom.PDFBoxTree
-
- processOperator(Operator, List<COSBase>) - Method in class org.fit.pdfdom.PDFBoxTree
-
- processPage(PDPage) - Method in class org.fit.pdfdom.PDFBoxTree
-
- processTextPosition(TextPosition) - Method in class org.fit.pdfdom.PDFBoxTree
-