Package | Description |
---|---|
bibliothek.gui.dock.common.location |
Various implementations of
CLocation . |
Modifier and Type | Class and Description |
---|---|
class |
TreeLocationNode
A turn in a path to an element, beginning at the "normalized-area".
|
class |
TreeLocationRoot
The root of a path of turns, leading to the location of an element, beginning
at the "normalized-area".
|
Modifier and Type | Method and Description |
---|---|
AbstractTreeLocation |
TreeLocationLeaf.getParent() |
AbstractTreeLocation |
TreeLocationNode.getParent() |
Constructor and Description |
---|
TreeLocationLeaf(AbstractTreeLocation parent,
long leafId)
Creates a new leaf.
|
TreeLocationNode(AbstractTreeLocation parent,
double size,
Side side,
long nodeId)
Creates a new node.
|