public static interface Layout.Node
Modifier and Type | Method and Description |
---|---|
Layout.Node |
getChild(int off)
Get a child node.
|
int |
getDim()
Get the dimension represented by this node.
|
double |
getX()
Get layout X position.
|
double |
getY()
Get layout Y position.
|
int |
numChildren()
Get the number of children.
|
int getDim()
double getX()
double getY()
Layout.Node getChild(int off)
off
- offsetint numChildren()
Copyright © 2019 ELKI Development Team. License information.