Uses of Class
cz.vutbr.fit.layout.vips.impl.Separator
-
Packages that use Separator Package Description cz.vutbr.fit.layout.vips.impl -
-
Uses of Separator in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl that return types with arguments of type Separator Modifier and Type Method Description List<Separator>SeparatorDetector. detectHorizontalSeparators()Detects horizontal visual separators from Vips blocks.List<Separator>SeparatorDetector. detectVerticalSeparators()Detects vertical visual separators from Vips blocks.List<Separator>SeparatorDetector. getAllSeparators()Gets all the separators (both horizontal and vertical) sorted by weight.List<Separator>GraphicalOutput. getHorizontalSeparators()List<Separator>SeparatorDetector. getHorizontalSeparators()List<Separator>VisualArea. getSeparators()Gets a list of separators contained in this area.List<Separator>GraphicalOutput. getVerticalSeparators()List<Separator>SeparatorDetector. getVerticalSeparators()Methods in cz.vutbr.fit.layout.vips.impl with parameters of type Separator Modifier and Type Method Description intSeparator. compareTo(Separator otherSeparator)Method parameters in cz.vutbr.fit.layout.vips.impl with type arguments of type Separator Modifier and Type Method Description voidGraphicalOutput. setHorizontalSeparators(List<Separator> horizontalSeparators)voidVisualArea. setSeparators(List<Separator> separators)Sets a list of separators contained in this area.voidGraphicalOutput. setVerticalSeparators(List<Separator> verticalSeparators)Constructors in cz.vutbr.fit.layout.vips.impl with parameters of type Separator Constructor Description Separator(Separator src)
-