public interface LogicalArea extends AreaTreeNode<LogicalArea>
| Modifier and Type | Method and Description |
|---|---|
void |
addArea(Area a) |
LogicalArea |
findArea(Area area)
Scans a logical area subtree rooted in this logical area for the given area.
|
int |
getAreaCount() |
List<Area> |
getAreas() |
Area |
getFirstArea() |
Tag |
getMainTag() |
String |
getText() |
void |
setMainTag(Tag tag) |
void |
setText(String text) |
addUserAttribute, appendChild, appendChildren, getDepth, getChildArea, getChildAreas, getChildCount, getIndex, getLeafCount, getNextSibling, getParentArea, getPreviousSibling, getUserAttribute, insertChild, isAncestorOf, isLeaf, removeAllChildren, removeChildvoid addArea(Area a)
Area getFirstArea()
int getAreaCount()
void setText(String text)
String getText()
void setMainTag(Tag tag)
Tag getMainTag()
LogicalArea findArea(Area area)
area - the layout area to search fornull when the given area
is not present in the given subtreeCopyright © 2018. All rights reserved.