Uses of Class
cz.vutbr.fit.layout.segm.op.GroupAnalyzer
-
Packages that use GroupAnalyzer Package Description cz.vutbr.fit.layout.segm cz.vutbr.fit.layout.segm.op -
-
Uses of GroupAnalyzer in cz.vutbr.fit.layout.segm
Methods in cz.vutbr.fit.layout.segm that return GroupAnalyzer Modifier and Type Method Description static GroupAnalyzerConfig. createGroupAnalyzer(Area root)Creates a group analyzer for an area using the selected implementation. -
Uses of GroupAnalyzer in cz.vutbr.fit.layout.segm.op
Subclasses of GroupAnalyzer in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description classGroupAnalyzerByDOMA group analyzer that groups together the areas that are created by the same DOM element.classGroupAnalyzerByStylesThis group analyzer tries to expand the selected box to all directions stopping on whitespace separators.Methods in cz.vutbr.fit.layout.segm.op that return GroupAnalyzer Modifier and Type Method Description protected GroupAnalyzerGroupByDOMOperator. createGroupAnalyzer(Area root)protected GroupAnalyzerHomogeneousLeafOperator. createGroupAnalyzer(Area root)protected GroupAnalyzerSuperAreaOperator. createGroupAnalyzer(Area root)
-