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 cz.vutbr.fit.layout.rdf cz.vutbr.fit.layout.rdf.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 class
DefaultLogicalArea
Default LogicalArea implementation.Methods in cz.vutbr.fit.layout.impl that return LogicalArea Modifier and Type Method Description LogicalArea
DefaultLogicalArea. findArea(Area area)
LogicalArea
DefaultLogicalAreaTree. getRoot()
Methods in cz.vutbr.fit.layout.impl with parameters of type LogicalArea Modifier and Type Method Description void
DefaultLogicalAreaTree. 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 LogicalArea
LogicalArea. findArea(Area area)
Scans a logical area subtree rooted in this logical area for the given area.LogicalArea
LogicalAreaTree. getRoot()
Obtains the root node of the logical area tree. -
Uses of LogicalArea in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf with parameters of type LogicalArea Modifier and Type Method Description protected org.eclipse.rdf4j.model.IRI
ModelTransformer. getLogicalAreaIri(org.eclipse.rdf4j.model.IRI areaTreeIri, LogicalArea area, int ord)
Reuses a logical area IRI or creates a new one if the box is not an RDFLogicalArea. -
Uses of LogicalArea in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement LogicalArea Modifier and Type Class Description class
RDFLogicalArea
-