Uses of Interface
cz.vutbr.fit.layout.model.AreaTree
-
-
Uses of AreaTree in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api with parameters of type AreaTree Modifier and Type Method Description voidAreaTreeOperator. apply(AreaTree atree)Applies the operation to the given tree.voidAreaTreeOperator. apply(AreaTree atree, Area root)Applies the operation to the given subtree of the tree. -
Uses of AreaTree in cz.vutbr.fit.layout.bcs
Methods in cz.vutbr.fit.layout.bcs that return AreaTree Modifier and Type Method Description AreaTreeBCSProvider. createAreaTree(Page page) -
Uses of AreaTree in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement AreaTree Modifier and Type Class Description classDefaultAreaTreeDefault Page implementation.Methods in cz.vutbr.fit.layout.impl that return AreaTree Modifier and Type Method Description AreaTreeDefaultArea. getAreaTree()Methods in cz.vutbr.fit.layout.impl with parameters of type AreaTree Modifier and Type Method Description voidDefaultArea. setAreaTree(AreaTree areaTree)Constructors in cz.vutbr.fit.layout.impl with parameters of type AreaTree Constructor Description DefaultAreaTree(AreaTree src)Creates a copy of an area tree. -
Uses of AreaTree in cz.vutbr.fit.layout.io
Methods in cz.vutbr.fit.layout.io with parameters of type AreaTree Modifier and Type Method Description voidHTMLOutputOperator. apply(AreaTree atree)voidHTMLOutputOperator. apply(AreaTree atree, Area root)voidXMLOutputOperator. apply(AreaTree atree)voidXMLOutputOperator. apply(AreaTree atree, Area root)voidHTMLOutputOperator. dumpTo(AreaTree tree, Page sourcePage, PrintWriter out)Formats the complete area tree to an output stream.voidXMLOutputOperator. dumpTo(AreaTree 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. 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. 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. outputXML(AreaTree atree, OutputStream os)Serializes an area tree to an output stream in XML format. -
Uses of AreaTree in cz.vutbr.fit.layout.map.op
Methods in cz.vutbr.fit.layout.map.op with parameters of type AreaTree Modifier and Type Method Description voidTagByExamplesOperator. apply(AreaTree atree)voidTagByExamplesOperator. apply(AreaTree atree, Area root) -
Uses of AreaTree in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return AreaTree Modifier and Type Method Description AreaTreeArea. getAreaTree()Obtains the tree the node belongs to.Methods in cz.vutbr.fit.layout.model with parameters of type AreaTree Modifier and Type Method Description voidArea. setAreaTree(AreaTree tree) -
Uses of AreaTree in cz.vutbr.fit.layout.patterns
Methods in cz.vutbr.fit.layout.patterns with parameters of type AreaTree Modifier and Type Method Description Collection<AreaConnection>AreaConnectionProvider. extractConnections(AreaTree input, Page page) -
Uses of AreaTree in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement AreaTree Modifier and Type Class Description classRDFAreaTreeConstructors in cz.vutbr.fit.layout.rdf.model with parameters of type AreaTree Constructor Description RDFAreaTree(AreaTree src, org.eclipse.rdf4j.model.IRI targetIri) -
Uses of AreaTree in cz.vutbr.fit.layout.segm
Classes in cz.vutbr.fit.layout.segm that implement AreaTree Modifier and Type Class Description classSegmentationAreaTreeA tree of visual areas created from a box tree.Methods in cz.vutbr.fit.layout.segm that return AreaTree Modifier and Type Method Description AreaTreeBasicSegmProvider. createAreaTree(Page page) -
Uses of AreaTree in cz.vutbr.fit.layout.segm.op
Methods in cz.vutbr.fit.layout.segm.op with parameters of type AreaTree Modifier and Type Method Description voidCollapseAreasOperator. apply(AreaTree atree)voidCollapseAreasOperator. apply(AreaTree atree, Area root)voidFindLineOperator. apply(AreaTree atree)voidFindLineOperator. apply(AreaTree atree, Area root)voidFlattenTreeOperator. apply(AreaTree atree)voidFlattenTreeOperator. apply(AreaTree atree, Area root)voidGroupByDOMOperator. apply(AreaTree atree)voidGroupByDOMOperator. apply(AreaTree atree, Area root)voidHomogeneousLeafOperator. apply(AreaTree atree)voidHomogeneousLeafOperator. apply(AreaTree atree, Area root)voidMultiLineOperator. apply(AreaTree atree)voidMultiLineOperator. apply(AreaTree atree, Area root)voidSortByLinesOperator. apply(AreaTree atree)voidSortByLinesOperator. apply(AreaTree atree, Area root)voidSortByPositionOperator. apply(AreaTree atree)voidSortByPositionOperator. apply(AreaTree atree, Area root)voidSuperAreaOperator. apply(AreaTree atree)voidSuperAreaOperator. apply(AreaTree atree, Area root) -
Uses of AreaTree in cz.vutbr.fit.layout.text.op
Methods in cz.vutbr.fit.layout.text.op with parameters of type AreaTree Modifier and Type Method Description voidTagEntitiesOperator. apply(AreaTree atree)voidTagEntitiesOperator. apply(AreaTree atree, Area root) -
Uses of AreaTree in cz.vutbr.fit.layout.tools
Methods in cz.vutbr.fit.layout.tools that return AreaTree Modifier and Type Method Description AreaTreeCli. getAreaTree()Methods in cz.vutbr.fit.layout.tools with parameters of type AreaTree Modifier and Type Method Description voidCli. setAreaTree(AreaTree areaTree) -
Uses of AreaTree in cz.vutbr.fit.layout.tools.cmd
Methods in cz.vutbr.fit.layout.tools.cmd that return AreaTree Modifier and Type Method Description AreaTreeSegmentator. segment(Page page, Segmentator.Method method, Map<String,String> sopts)Methods in cz.vutbr.fit.layout.tools.cmd with parameters of type AreaTree Modifier and Type Method Description voidExport. outputRDF(AreaTree atree, OutputStream os, String mimeType)voidExport. writeOutput(AreaTree atree, Page page, OutputStream os, Export.Format format) -
Uses of AreaTree in cz.vutbr.fit.layout.vips
Methods in cz.vutbr.fit.layout.vips that return AreaTree Modifier and Type Method Description AreaTreeVipsProvider. createAreaTree(Page page) -
Uses of AreaTree in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl with parameters of type AreaTree Modifier and Type Method Description AreaVipsTreeBuilder. buildAreaTree(AreaTree atree, VisualArea vs)
-