Uses of Interface
cz.vutbr.fit.layout.model.Page
-
-
Uses of Page in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return Page Modifier and Type Method Description PagePageSet. get(int index)Obtains the page at the given index.Methods in cz.vutbr.fit.layout.api with parameters of type Page Modifier and Type Method Description voidPageSet. addPage(Page page)Adds a new page to the set.voidOutputDisplay. drawPage(Page page)Draws the complete page including all the boxes.voidOutputDisplay. drawPage(Page page, boolean bitmap)Draws the complete page by drawing all the boxes or a bitmap screenshot. -
Uses of Page in cz.vutbr.fit.layout.bcs
Methods in cz.vutbr.fit.layout.bcs with parameters of type Page Modifier and Type Method Description AreaTreeBCSProvider. createAreaTree(Page page) -
Uses of Page in cz.vutbr.fit.layout.cssbox
Methods in cz.vutbr.fit.layout.cssbox that return Page Modifier and Type Method Description PageCSSBoxTreeProvider. getPage() -
Uses of Page in cz.vutbr.fit.layout.cssbox.impl
Classes in cz.vutbr.fit.layout.cssbox.impl that implement Page Modifier and Type Class Description classPageImplMethods in cz.vutbr.fit.layout.cssbox.impl that return Page Modifier and Type Method Description PageCSSBoxTreeBuilder. getPage()The resulting page model. -
Uses of Page in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Page Modifier and Type Class Description classDefaultPageDefault generic page implementation.Methods in cz.vutbr.fit.layout.impl that return Page Modifier and Type Method Description abstract PageBaseBoxTreeBuilder. getPage()The resulting page model.PagePageBoxTreeBuilder. getPage()PagePageBoxTreeBuilder. processPage(Page input, String label, String creator, String creatorParams)Creates the new page from an input page.Methods in cz.vutbr.fit.layout.impl with parameters of type Page Modifier and Type Method Description PagePageBoxTreeBuilder. processPage(Page input, String label, String creator, String creatorParams)Creates the new page from an input page.Constructors in cz.vutbr.fit.layout.impl with parameters of type Page Constructor Description DefaultPage(Page src) -
Uses of Page in cz.vutbr.fit.layout.io
Methods in cz.vutbr.fit.layout.io with parameters of type Page Modifier and Type Method Description voidGraphics2DDisplay. drawPage(Page page)voidGraphics2DDisplay. drawPage(Page page, boolean bitmap)voidHTMLOutputOperator. dumpTo(AreaTree tree, Page sourcePage, PrintWriter out)Formats the complete area tree to an output stream.voidHTMLOutputOperator. dumpTo(Page page, PrintWriter out)Formats the complete box tree to an output stream.voidXMLBoxOutput. dumpTo(Page tree, PrintWriter out)Formats the complete tag tree to an output streamstatic voidArtifactStreamOutput. outputHTML(AreaTree atree, Page page, OutputStream os)Serializes an area tree to an output stream in XML format.static voidArtifactStreamOutput. outputHTML(Page page, OutputStream os)Serializes a page to an output stream in HTML format.static voidArtifactStreamOutput. outputPNG(AreaTree atree, Page page, OutputStream os)Serializes an area tree to an output stream as a PNG image using a screen shot if available.static voidArtifactStreamOutput. outputPNG(Page page, OutputStream os)Serializes a page to an output stream as a PNG image using a screen shot if available.static voidArtifactStreamOutput. outputPNGi(AreaTree atree, Page page, OutputStream os)Serializes an area tree to an output stream as a PNG image by rendering the internal representation of the page.static voidArtifactStreamOutput. outputPNGi(Page page, OutputStream os)Serializes a page to an output stream as a PNG image by rendering the internal representation of the page.static voidArtifactStreamOutput. outputXML(Page page, OutputStream os)Serializes a page to an output stream in XML format. -
Uses of Page in cz.vutbr.fit.layout.patterns
Methods in cz.vutbr.fit.layout.patterns that return Page Modifier and Type Method Description PageRelationAnalyzer. getPage()Methods in cz.vutbr.fit.layout.patterns with parameters of type Page Modifier and Type Method Description Collection<AreaConnection>AreaConnectionProvider. extractConnections(AreaTree input, Page page)Collection<AreaConnection>TextChunkConnectionProvider. extractConnections(ChunkSet input, Page page)Constructors in cz.vutbr.fit.layout.patterns with parameters of type Page Constructor Description RelationAnalyzer(Page page, Collection<ContentRect> areas)RelationAnalyzerSymmetric(Page page, Collection<ContentRect> areas) -
Uses of Page in cz.vutbr.fit.layout.pdf
Methods in cz.vutbr.fit.layout.pdf that return Page Modifier and Type Method Description PagePDFBoxTreeProvider. getPage() -
Uses of Page in cz.vutbr.fit.layout.pdf.impl
Classes in cz.vutbr.fit.layout.pdf.impl that implement Page Modifier and Type Class Description classPageImplMethods in cz.vutbr.fit.layout.pdf.impl that return Page Modifier and Type Method Description PagePDFBoxTreeBuilder. getPage() -
Uses of Page in cz.vutbr.fit.layout.puppeteer
Methods in cz.vutbr.fit.layout.puppeteer that return Page Modifier and Type Method Description PagePuppeteerTreeProvider. getPage() -
Uses of Page in cz.vutbr.fit.layout.puppeteer.impl
Classes in cz.vutbr.fit.layout.puppeteer.impl that implement Page Modifier and Type Class Description classPageImplMethods in cz.vutbr.fit.layout.puppeteer.impl that return Page Modifier and Type Method Description PageBoxTreeBuilder. getPage() -
Uses of Page in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement Page Modifier and Type Class Description classRDFPageConstructors in cz.vutbr.fit.layout.rdf.model with parameters of type Page Constructor Description RDFPage(Page src, org.eclipse.rdf4j.model.IRI pageIri) -
Uses of Page in cz.vutbr.fit.layout.segm
Methods in cz.vutbr.fit.layout.segm with parameters of type Page Modifier and Type Method Description AreaTreeBasicSegmProvider. createAreaTree(Page page)Constructors in cz.vutbr.fit.layout.segm with parameters of type Page Constructor Description SegmentationAreaTree(Page srcPage, boolean preserveAuxAreas)Create a new tree of areas by the analysis of a box tree -
Uses of Page in cz.vutbr.fit.layout.tools
Methods in cz.vutbr.fit.layout.tools that return Page Modifier and Type Method Description PageCli. getPage()Methods in cz.vutbr.fit.layout.tools with parameters of type Page Modifier and Type Method Description voidCli. setPage(Page page) -
Uses of Page in cz.vutbr.fit.layout.tools.cmd
Methods in cz.vutbr.fit.layout.tools.cmd that return Page Modifier and Type Method Description PageRenderer. render(String url, Renderer.Backend backend, int width, int height, Map<String,String> params)Renders a page using the given backend and returns the page structure.Methods in cz.vutbr.fit.layout.tools.cmd with parameters of type Page Modifier and Type Method Description voidExport. outputRDF(Page page, OutputStream os, String mimeType)AreaTreeSegmentator. segment(Page page, Segmentator.Method method, Map<String,String> sopts)voidExport. writeOutput(AreaTree atree, Page page, OutputStream os, Export.Format format)voidExport. writeOutput(Page page, OutputStream os, Export.Format format) -
Uses of Page in cz.vutbr.fit.layout.vips
Methods in cz.vutbr.fit.layout.vips with parameters of type Page Modifier and Type Method Description AreaTreeVipsProvider. createAreaTree(Page page) -
Uses of Page in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl with parameters of type Page Modifier and Type Method Description voidVips. setPage(Page page)Sets the page to processvoidVips. startSegmentation(Page page)Starts segmentation of a page.
-