public class GroupAnalyzer extends Object
| Constructor and Description |
|---|
GroupAnalyzer(AreaImpl parent) |
| Modifier and Type | Method and Description |
|---|---|
AreaImpl |
findSuperArea(AreaImpl sub,
Vector<AreaImpl> selected)
Starts with a specified subarea and finds all the subareas that
may be joined with the first one.
|
org.fit.layout.impl.AreaGrid |
getGrid() |
AreaImpl |
getParent() |
protected AreaImpl parent
public GroupAnalyzer(AreaImpl parent)
public AreaImpl getParent()
public org.fit.layout.impl.AreaGrid getGrid()
public AreaImpl findSuperArea(AreaImpl sub, Vector<AreaImpl> selected)
sub - the subnode to start withselected - a vector that will be filled with the selected subnodes
that should be contained in the new areaCopyright © 2016. All rights reserved.