public class ElkNode extends ElkWithProperty
obj| Constructor and Description |
|---|
ElkNode(java.lang.Object obj) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
java.util.Collection<ElkLabel> |
getLabels() |
ElkNode |
getParent() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
setDimensions(double width,
double height) |
equals, hashCode, setPropertypublic ElkNode getParent()
public double getX()
public double getY()
public java.util.Collection<ElkLabel> getLabels()
public double getWidth()
public double getHeight()
public void setDimensions(double width,
double height)