Uses of Class
cz.vutbr.fit.layout.segm.op.Separator
-
Packages that use Separator Package Description cz.vutbr.fit.layout.segm.op -
-
Uses of Separator in cz.vutbr.fit.layout.segm.op
Fields in cz.vutbr.fit.layout.segm.op with type parameters of type Separator Modifier and Type Field Description protected Vector<Separator>
SeparatorSet. bsep
List of separators comming from the box analysisprotected Vector<Separator>
SeparatorSet. hsep
List of horizontal separatorsprotected Vector<Separator>
SeparatorSet. vsep
List of vertical separatorsMethods in cz.vutbr.fit.layout.segm.op that return Separator Modifier and Type Method Description Separator
SeparatorSet. getMostImportantSeparator()
Obtains the most important (with the greatest weight) separator from all the separators.Separator
Separator. hsplit(Separator other)
Separator
Separator. vsplit(Separator other)
Methods in cz.vutbr.fit.layout.segm.op that return types with arguments of type Separator Modifier and Type Method Description Vector<Separator>
SeparatorSet. getBoxsep()
Vector<Separator>
SeparatorSet. getHorizontal()
Vector<Separator>
SeparatorSet. getVertical()
Methods in cz.vutbr.fit.layout.segm.op with parameters of type Separator Modifier and Type Method Description int
Separator. compareTo(Separator other)
Separator
Separator. hsplit(Separator other)
Separator
Separator. vsplit(Separator other)
Constructors in cz.vutbr.fit.layout.segm.op with parameters of type Separator Constructor Description Separator(Separator orig)
-