Uses of Class
cz.vutbr.fit.layout.vips.impl.VisualBlock
-
Packages that use VisualBlock Package Description cz.vutbr.fit.layout.vips.impl -
-
Uses of VisualBlock in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl that return VisualBlock Modifier and Type Method Description VisualBlockVisualBlock. getRoot()Methods in cz.vutbr.fit.layout.vips.impl that return types with arguments of type VisualBlock Modifier and Type Method Description List<VisualBlock>VisualArea. getBlockRoots()Gets the visual blocks contained in this area.List<VisualBlock>VisualBlock. getChildren()Gets all blocks childrenList<VisualBlock>GraphicalOutput. getVisualBlocks()List<VisualBlock>SeparatorDetector. getVisualBlocks()Gets VIPS block that is used for separators computing.List<VisualBlock>VisualBlockDetector. getVisualBlocks()Selects all the extracted blocks from the tree of blocks.List<VisualBlock>VisualStructureConstructor. getVisualBlocks()Returns all visual blocks in pageMethods in cz.vutbr.fit.layout.vips.impl with parameters of type VisualBlock Modifier and Type Method Description voidVisualArea. addBlock(VisualBlock blockRoot)Adds a block to contained blocks.voidVisualBlock. addChild(VisualBlock child)Adds new child to blocks childrenvoidVisualBlock. setRoot(VisualBlock root)Method parameters in cz.vutbr.fit.layout.vips.impl with type arguments of type VisualBlock Modifier and Type Method Description voidVisualArea. setBlockRoots(List<VisualBlock> vipsBlocks)Sets the blocks contained in this area.voidVisualStructureConstructor. setVipsBlocks(List<VisualBlock> vipsBlocks)Sets VipsBlock structure and also finds and saves all visual blocks from itsvoidGraphicalOutput. setVisualBlocks(List<VisualBlock> visualBlocks)voidSeparatorDetector. setVisualBlocks(List<VisualBlock> visualBlocks)Sets VIPS block, that will be used for separators computing.Constructor parameters in cz.vutbr.fit.layout.vips.impl with type arguments of type VisualBlock Constructor Description SeparatorDetector(List<VisualBlock> visualBlocks, Rectangular pageBounds)Creates the separator detector from a list of visual blocks.VisualStructureConstructor(Rectangular pageBounds, List<VisualBlock> blocks, List<Separator> separators)
-