public class GroupAnalyzerByDOM extends GroupAnalyzer
parent| Constructor and Description |
|---|
GroupAnalyzerByDOM(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.
|
getGrid, getParentpublic GroupAnalyzerByDOM(AreaImpl parent)
public AreaImpl findSuperArea(AreaImpl sub, Vector<AreaImpl> selected)
GroupAnalyzerfindSuperArea in class GroupAnalyzersub - 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.