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 Page
PageSet. 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 void
PageSet. addPage(Page page)
Adds a new page to the set.void
OutputDisplay. drawPage(Page page)
Draws the complete page including all the boxes.void
OutputDisplay. 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 AreaTree
BCSProvider. 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 Page
CSSBoxTreeProvider. 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 class
PageImpl
Methods in cz.vutbr.fit.layout.cssbox.impl that return Page Modifier and Type Method Description Page
CSSBoxTreeBuilder. 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 class
DefaultPage
Default generic page implementation.Methods in cz.vutbr.fit.layout.impl that return Page Modifier and Type Method Description abstract Page
BaseBoxTreeBuilder. getPage()
The resulting page model.Page
PageBoxTreeBuilder. getPage()
Page
PageBoxTreeBuilder. 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 Page
PageBoxTreeBuilder. 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 void
Graphics2DDisplay. drawPage(Page page)
void
Graphics2DDisplay. drawPage(Page page, boolean bitmap)
void
HTMLOutputOperator. dumpTo(AreaTree tree, Page sourcePage, PrintWriter out)
Formats the complete area tree to an output stream.void
HTMLOutputOperator. dumpTo(Page page, PrintWriter out)
Formats the complete box tree to an output stream.void
XMLBoxOutput. dumpTo(Page tree, PrintWriter out)
Formats the complete tag tree to an output streamstatic void
ArtifactStreamOutput. outputHTML(AreaTree atree, Page page, OutputStream os)
Serializes an area tree to an output stream in XML format.static void
ArtifactStreamOutput. outputHTML(Page page, OutputStream os)
Serializes a page to an output stream in HTML format.static void
ArtifactStreamOutput. 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 void
ArtifactStreamOutput. outputPNG(Page page, OutputStream os)
Serializes a page to an output stream as a PNG image using a screen shot if available.static void
ArtifactStreamOutput. 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 void
ArtifactStreamOutput. 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 void
ArtifactStreamOutput. 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 Page
RelationAnalyzer. 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 Page
PDFBoxTreeProvider. 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 class
PageImpl
Methods in cz.vutbr.fit.layout.pdf.impl that return Page Modifier and Type Method Description Page
PDFBoxTreeBuilder. 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 Page
PuppeteerTreeProvider. 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 class
PageImpl
Methods in cz.vutbr.fit.layout.puppeteer.impl that return Page Modifier and Type Method Description Page
BoxTreeBuilder. 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 class
RDFPage
Constructors 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 AreaTree
BasicSegmProvider. 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 Page
Cli. getPage()
Methods in cz.vutbr.fit.layout.tools with parameters of type Page Modifier and Type Method Description void
Cli. 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 Page
Renderer. 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 void
Export. outputRDF(Page page, OutputStream os, String mimeType)
AreaTree
Segmentator. segment(Page page, Segmentator.Method method, Map<String,String> sopts)
void
Export. writeOutput(AreaTree atree, Page page, OutputStream os, Export.Format format)
void
Export. 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 AreaTree
VipsProvider. 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 void
Vips. setPage(Page page)
Sets the page to processvoid
Vips. startSegmentation(Page page)
Starts segmentation of a page.
-