Package cz.vutbr.fit.layout.bcs.impl
Class AreaProcessor2
- java.lang.Object
-
- cz.vutbr.fit.layout.bcs.impl.AreaProcessor2
-
public class AreaProcessor2 extends Object
-
-
Constructor Summary
Constructors Constructor Description AreaProcessor2(List<PageArea> areas, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PageArea>extractGroups(List<PageArea> areas)ArrayList<PageArea>getAreas()HashMap<Integer,PageArea>getGroups()doublegetThreshold()List<PageArea>getUngrouped()voidsetDebug(boolean d)voidsetThreshold(double t)
-