com.mindfusion.diagramming.jlayout
Class TopologicalLayoutInfo
java.lang.Object
com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
public class TopologicalLayoutInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopologicalLayoutInfo
public TopologicalLayoutInfo()
getOrientation
public int getOrientation()
setOrientation
public void setOrientation(int value)
getDirection
public int getDirection()
setDirection
public void setDirection(int value)
getNodeDistance
public float getNodeDistance()
setNodeDistance
public void setNodeDistance(float value)
getMargins
public XDimension2D.Double getMargins()
- Gets the distance between the top-left corner
of the smallest rectangle containing the arranged diagram
setMargins
public void setMargins(XDimension2D.Double value)
- Gets the distance between the top-left corner
of the smallest rectangle containing the arranged diagram
getBendAdjacentLinks
public boolean getBendAdjacentLinks()
setBendAdjacentLinks
public void setBendAdjacentLinks(boolean value)