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 VisualBlock
VisualBlock. 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 void
VisualArea. addBlock(VisualBlock blockRoot)
Adds a block to contained blocks.void
VisualBlock. addChild(VisualBlock child)
Adds new child to blocks childrenvoid
VisualBlock. setRoot(VisualBlock root)
Method parameters in cz.vutbr.fit.layout.vips.impl with type arguments of type VisualBlock Modifier and Type Method Description void
VisualArea. setBlockRoots(List<VisualBlock> vipsBlocks)
Sets the blocks contained in this area.void
VisualStructureConstructor. setVipsBlocks(List<VisualBlock> vipsBlocks)
Sets VipsBlock structure and also finds and saves all visual blocks from itsvoid
GraphicalOutput. setVisualBlocks(List<VisualBlock> visualBlocks)
void
SeparatorDetector. 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)
-