public class TopologicalLayoutInfo
extends java.lang.Object
Constructor and Description |
---|
TopologicalLayoutInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBendAdjacentLinks() |
Direction |
getDirection() |
Dimension |
getMargins()
Gets the distance between the top-left corner
of the smallest rectangle containing the arranged diagram
|
float |
getNodeDistance() |
Orientation |
getOrientation() |
void |
setBendAdjacentLinks(boolean value) |
void |
setDirection(Direction value) |
void |
setMargins(Dimension value)
Gets the distance between the top-left corner
of the smallest rectangle containing the arranged diagram
|
void |
setNodeDistance(float value) |
void |
setOrientation(Orientation value) |
public Orientation getOrientation()
public void setOrientation(Orientation value)
public Direction getDirection()
public void setDirection(Direction value)
public float getNodeDistance()
public void setNodeDistance(float value)
public Dimension getMargins()
public void setMargins(Dimension value)
public boolean getBendAdjacentLinks()
public void setBendAdjacentLinks(boolean value)