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 GroupAnalyzer
Config. 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 class
GroupAnalyzerByDOM
A group analyzer that groups together the areas that are created by the same DOM element.class
GroupAnalyzerByStyles
This 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 GroupAnalyzer
GroupByDOMOperator. createGroupAnalyzer(Area root)
protected GroupAnalyzer
HomogeneousLeafOperator. createGroupAnalyzer(Area root)
protected GroupAnalyzer
SuperAreaOperator. createGroupAnalyzer(Area root)
-