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 VisualArea
Vips. getVisualStructure()
VisualArea
VisualStructureConstructor. 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 void
VisualArea. addChild(VisualArea child)
Adds a new child area to this area.Area
VipsTreeBuilder. buildAreaTree(AreaTree atree, VisualArea vs)
boolean
Separator. 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 void
VisualArea. 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.
-