Uses of Interface
cz.vutbr.fit.layout.model.LogicalArea
-
Packages that use LogicalArea Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of LogicalArea in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement LogicalArea Modifier and Type Class Description classDefaultLogicalAreaDefault LogicalArea implementation.Methods in cz.vutbr.fit.layout.impl that return LogicalArea Modifier and Type Method Description LogicalAreaDefaultLogicalArea. findArea(Area area)LogicalAreaDefaultLogicalAreaTree. getRoot()Methods in cz.vutbr.fit.layout.impl with parameters of type LogicalArea Modifier and Type Method Description voidDefaultLogicalAreaTree. setRoot(LogicalArea root) -
Uses of LogicalArea in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return LogicalArea Modifier and Type Method Description LogicalAreaLogicalArea. findArea(Area area)Scans a logical area subtree rooted in this logical area for the given area.LogicalAreaLogicalAreaTree. getRoot()Obtains the root node of the logical area tree.
-