Uses of Interface
cz.vutbr.fit.layout.model.AreaTree
-
Packages that use AreaTree Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of AreaTree in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api with parameters of type AreaTree Modifier and Type Method Description voidAreaTreeOperator. apply(AreaTree atree)Applies the operation to the given tree.voidAreaTreeOperator. apply(AreaTree atree, Area root)Applies the operation to the given subtree of the tree. -
Uses of AreaTree in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement AreaTree Modifier and Type Class Description classDefaultAreaTreeDefault Page implementation.Methods in cz.vutbr.fit.layout.impl that return AreaTree Modifier and Type Method Description AreaTreeDefaultArea. getAreaTree()Methods in cz.vutbr.fit.layout.impl with parameters of type AreaTree Modifier and Type Method Description voidBaseProcessor. apply(AreaTree atree, AreaTreeOperator op, Map<String,Object> params)Applies an area tree operator to an area tree.voidDefaultArea. setAreaTree(AreaTree areaTree)Constructors in cz.vutbr.fit.layout.impl with parameters of type AreaTree Constructor Description DefaultAreaTree(AreaTree src)Creates a copy of an area tree. -
Uses of AreaTree in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return AreaTree Modifier and Type Method Description AreaTreeArea. getAreaTree()Obtains the tree the node belongs to.Methods in cz.vutbr.fit.layout.model with parameters of type AreaTree Modifier and Type Method Description voidArea. setAreaTree(AreaTree tree)
-