Uses of Class
cz.vutbr.fit.layout.segm.op.SeparatorSet
-
Packages that use SeparatorSet Package Description cz.vutbr.fit.layout.segm cz.vutbr.fit.layout.segm.op -
-
Uses of SeparatorSet in cz.vutbr.fit.layout.segm
Methods in cz.vutbr.fit.layout.segm that return SeparatorSet Modifier and Type Method Description static SeparatorSet
Config. createSeparators(Area root)
Creates the separators for an area using the selected algorithmstatic SeparatorSet
Separators. getSeparatorsForArea(Area area)
-
Uses of SeparatorSet in cz.vutbr.fit.layout.segm.op
Subclasses of SeparatorSet in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description class
SeparatorSetHVS
A horizntal/vertical separator detection with shrinking.
-