Uses of Class
cz.vutbr.fit.layout.vips.impl.VisualArea
-
Packages that use VisualArea Package Description cz.vutbr.fit.layout.vips.impl -
-
Uses of VisualArea in cz.vutbr.fit.layout.vips.impl
Methods in cz.vutbr.fit.layout.vips.impl that return VisualArea Modifier and Type Method Description VisualAreaVips. getVisualStructure()VisualAreaVisualStructureConstructor. getVisualStructure()Methods in cz.vutbr.fit.layout.vips.impl that return types with arguments of type VisualArea Modifier and Type Method Description List<VisualArea>VisualArea. getChildren()Gets all child areas.Methods in cz.vutbr.fit.layout.vips.impl with parameters of type VisualArea Modifier and Type Method Description voidVisualArea. addChild(VisualArea child)Adds a new child area to this area.AreaVipsTreeBuilder. buildAreaTree(AreaTree atree, VisualArea vs)booleanSeparator. isInside(VisualArea area)Check whether this separator is inside a visual area (it splits the area in two parts)Method parameters in cz.vutbr.fit.layout.vips.impl with type arguments of type VisualArea Modifier and Type Method Description voidVisualArea. addChildren(List<VisualArea> children)Adds a set of children to the area.Constructors in cz.vutbr.fit.layout.vips.impl with parameters of type VisualArea Constructor Description VisualArea(VisualArea src)VisualBlockDetector(VisualArea rootArea)Creates a detector for the given root visual area.VisualBlockDetector(VisualArea rootArea, int sizeTresholdWidth, int sizeTresholdHeight)Creates a new detector with the specified thresholds.
-