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 void
AreaTreeOperator. apply(AreaTree atree)
Applies the operation to the given tree.void
AreaTreeOperator. 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 AreaTree
BCSProvider. 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 class
DefaultAreaTree
Default Page implementation.Methods in cz.vutbr.fit.layout.impl that return AreaTree Modifier and Type Method Description AreaTree
DefaultArea. getAreaTree()
Methods in cz.vutbr.fit.layout.impl with parameters of type AreaTree Modifier and Type Method Description void
DefaultArea. 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 void
HTMLOutputOperator. apply(AreaTree atree)
void
HTMLOutputOperator. apply(AreaTree atree, Area root)
void
XMLOutputOperator. apply(AreaTree atree)
void
XMLOutputOperator. apply(AreaTree atree, Area root)
void
HTMLOutputOperator. dumpTo(AreaTree tree, Page sourcePage, PrintWriter out)
Formats the complete area tree to an output stream.void
XMLOutputOperator. dumpTo(AreaTree 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. 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. 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. 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 void
TagByExamplesOperator. apply(AreaTree atree)
void
TagByExamplesOperator. 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 AreaTree
Area. 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 void
Area. 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 class
RDFAreaTree
Constructors 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 class
SegmentationAreaTree
A tree of visual areas created from a box tree.Methods in cz.vutbr.fit.layout.segm that return AreaTree Modifier and Type Method Description AreaTree
BasicSegmProvider. 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 void
CollapseAreasOperator. apply(AreaTree atree)
void
CollapseAreasOperator. apply(AreaTree atree, Area root)
void
FindLineOperator. apply(AreaTree atree)
void
FindLineOperator. apply(AreaTree atree, Area root)
void
FlattenTreeOperator. apply(AreaTree atree)
void
FlattenTreeOperator. apply(AreaTree atree, Area root)
void
GroupByDOMOperator. apply(AreaTree atree)
void
GroupByDOMOperator. apply(AreaTree atree, Area root)
void
HomogeneousLeafOperator. apply(AreaTree atree)
void
HomogeneousLeafOperator. apply(AreaTree atree, Area root)
void
MultiLineOperator. apply(AreaTree atree)
void
MultiLineOperator. apply(AreaTree atree, Area root)
void
SortByLinesOperator. apply(AreaTree atree)
void
SortByLinesOperator. apply(AreaTree atree, Area root)
void
SortByPositionOperator. apply(AreaTree atree)
void
SortByPositionOperator. apply(AreaTree atree, Area root)
void
SuperAreaOperator. apply(AreaTree atree)
void
SuperAreaOperator. 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 void
TagEntitiesOperator. apply(AreaTree atree)
void
TagEntitiesOperator. 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 AreaTree
Cli. getAreaTree()
Methods in cz.vutbr.fit.layout.tools with parameters of type AreaTree Modifier and Type Method Description void
Cli. 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 AreaTree
Segmentator. 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 void
Export. outputRDF(AreaTree atree, OutputStream os, String mimeType)
void
Export. 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 AreaTree
VipsProvider. 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 Area
VipsTreeBuilder. buildAreaTree(AreaTree atree, VisualArea vs)
-