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. bsepList of separators comming from the box analysisprotected Vector<Separator>SeparatorSet. hsepList of horizontal separatorsprotected Vector<Separator>SeparatorSet. vsepList of vertical separatorsMethods in cz.vutbr.fit.layout.segm.op that return Separator Modifier and Type Method Description SeparatorSeparatorSet. getMostImportantSeparator()Obtains the most important (with the greatest weight) separator from all the separators.SeparatorSeparator. hsplit(Separator other)SeparatorSeparator. 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 intSeparator. compareTo(Separator other)SeparatorSeparator. hsplit(Separator other)SeparatorSeparator. vsplit(Separator other)Constructors in cz.vutbr.fit.layout.segm.op with parameters of type Separator Constructor Description Separator(Separator orig)
-