public class LogicalAreaImpl extends DefaultLogicalArea
| Constructor and Description |
|---|
LogicalAreaImpl(Area src) |
| Modifier and Type | Method and Description |
|---|---|
LogicalArea |
findArea(Area area)
Scans a logical area subtree rooted in this logical area for the given area.
|
LogicalAreaImpl |
getContentTree() |
void |
setContentTree(LogicalAreaImpl contentTree) |
addArea, appendChild, appendChildren, getAreaCount, getAreas, getFirstArea, getChildArea, getChildAreas, getIndex, getMainTag, getNextSibling, getParentArea, getPreviousSibling, getText, insertChild, removeChild, setMainTag, setText, toStringadd, addAttribute, getAttribute, getDepth, getChildAt, getChildCount, getChildren, getIndex, getLeafCount, getNextSiblingNode, getParent, getPreviousSiblingNode, getRoot, insert, isLeaf, isRoot, remove, remove, removeAllChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttribute, getAttribute, getDepth, getChildCount, getLeafCount, isLeaf, removeAllChildrenpublic LogicalAreaImpl(Area src)
public LogicalAreaImpl getContentTree()
public void setContentTree(LogicalAreaImpl contentTree)
public LogicalArea findArea(Area area)
LogicalAreafindArea in interface LogicalAreafindArea in class DefaultLogicalAreaarea - the layout area to search fornull when the given area
is not present in the given subtree