Uses of Interface
cz.vutbr.fit.layout.model.AreaTopology
-
Packages that use AreaTopology Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.patterns cz.vutbr.fit.layout.segm.op -
-
Uses of AreaTopology in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api with parameters of type AreaTopology Modifier and Type Method Description static void
AreaUtils. findAreasBeforeAfter(Area a, AreaTopology topology, List<ContentRect> destBefore, List<ContentRect> destAfter)
Scans a list of areas and finds the areas that are befor or after a given area on the same line.static void
AreaUtils. findAreasBelow(Area a, AreaTopology topology, List<ContentRect> destBelow)
static boolean
AreaUtils. isAligned(Area a1, Area a2, AreaTopology topology)
Checks if the given areas are aligned in row or column.static boolean
AreaUtils. isInSameColumn(Area a1, Area a2, AreaTopology topology)
Checks if the given areas are in the same column. -
Uses of AreaTopology in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement AreaTopology Modifier and Type Class Description class
AreaListGridTopology
A grid topology on a generic list of areas.class
DefaultGridTopology
The default topology that creates a grid of child areas within a parent area.Methods in cz.vutbr.fit.layout.impl that return AreaTopology Modifier and Type Method Description protected AreaTopology
DefaultArea. createTopology()
Creates a topology for this area.AreaTopology
DefaultArea. getTopology()
AreaTopology
DefaultChunkSet. getTopology()
Constructors in cz.vutbr.fit.layout.impl with parameters of type AreaTopology Constructor Description AreaGrid(DefaultArea area, AreaTopology targetTopology)
Constructs a grid of all the child areas of the given parent area.AreaGrid(Rectangular position, Collection<ContentRect> areas, AreaTopology targetTopology)
Constructs a grid from the list of areas. -
Uses of AreaTopology in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return AreaTopology Modifier and Type Method Description AreaTopology
Area. getTopology()
Returns the topology of this area.AreaTopology
ChunkSet. getTopology()
-
Uses of AreaTopology in cz.vutbr.fit.layout.patterns
Methods in cz.vutbr.fit.layout.patterns that return AreaTopology Modifier and Type Method Description AreaTopology
RelationAnalyzer. getTopology()
-
Uses of AreaTopology in cz.vutbr.fit.layout.segm.op
Methods in cz.vutbr.fit.layout.segm.op that return AreaTopology Modifier and Type Method Description AreaTopology
GroupAnalyzer. getTopology()
-