Uses of Class
cz.vutbr.fit.layout.impl.BaseOperator
-
Packages that use BaseOperator Package Description cz.vutbr.fit.layout.io cz.vutbr.fit.layout.map.op cz.vutbr.fit.layout.segm.op cz.vutbr.fit.layout.text.op -
-
Uses of BaseOperator in cz.vutbr.fit.layout.io
Subclasses of BaseOperator in cz.vutbr.fit.layout.io Modifier and Type Class Description classHTMLOutputOperatorThis operator serializes the area tree to an HTML file.classXMLOutputOperatorThis operator serializes the area tree to an XML file. -
Uses of BaseOperator in cz.vutbr.fit.layout.map.op
Subclasses of BaseOperator in cz.vutbr.fit.layout.map.op Modifier and Type Class Description classTagByExamplesOperatorTags the areas that correspond to the occurrences of examples obtained from page metadata by the corresponding tags. -
Uses of BaseOperator in cz.vutbr.fit.layout.segm.op
Subclasses of BaseOperator in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description classCollapseAreasOperatorThis operator collapses the areas having only one (leaf) child.classFindLineOperatorDetects the basic lines in the area tree and joins the appropriate areas so that a line is the smallest visual area.classFlattenTreeOperatorThis operator flattens the tree: only the root area and the leaf areas are preserved.classGroupByDOMOperatorCreates groups of areas that share the same source DOM node.classHomogeneousLeafOperatorThis operator joins the homogeneous-style leaf nodes to larger artificial areas.classMultiLineOperatorDetects sequences of aligned lines and joins them to a single area.classSortByLinesOperatorclassSortByPositionOperatorclassSuperAreaOperatorDetects the larger visual areas and creates the artificial area nodes. -
Uses of BaseOperator in cz.vutbr.fit.layout.text.op
Subclasses of BaseOperator in cz.vutbr.fit.layout.text.op Modifier and Type Class Description classTagEntitiesOperator
-