com.mindfusion.diagramming.jlayout
Class TopologicalLayoutInfo

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo

public class TopologicalLayoutInfo
extends java.lang.Object


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

Constructor Detail

TopologicalLayoutInfo

public TopologicalLayoutInfo()
Method Detail

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)