public class SeparatorSetHVS extends SeparatorSet
ART_SEP_WIDTH, bsep, hsep, HSEP_MIN_HEIGHT, root, SEP_MIN_RATIO, vsep, VSEP_MIN_WIDTH| Constructor and Description |
|---|
SeparatorSetHVS(AreaImpl root)
Creates a new separator set with one horizontal and one vertical separator.
|
SeparatorSetHVS(AreaImpl root,
Area filter)
Creates a new separator set with one horizontal and one vertical separator.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
findSeparators(AreaImpl area,
Area filter)
Finds the horizontal and vertical list of separators
|
applyFinalFilters, applyRegularFilters, filterMarginalSeparators, filterSeparators, getBoxsep, getHorizontal, getMinHSepHeight, getMinVSepWidth, getMostImportantSeparator, getVertical, isSeparatorAt, processIntersections, processIntersectionsRemoveHorizontal, processIntersectionsSplitHorizontalpublic SeparatorSetHVS(AreaImpl root)
protected void findSeparators(AreaImpl area, Area filter)
findSeparators in class SeparatorSetarea - the root areafilter - if not null, only the sub areas enclosed in the filter area
are considered