com.mindfusion.diagramming.jlayout
Class TriangularLayoutInfo

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

public class TriangularLayoutInfo
extends java.lang.Object

Contains settings for the TriangularLayout class.


Constructor Summary
TriangularLayoutInfo()
          Initializes a new instance of the TriangularLayoutInfo class.
 
Method Summary
 boolean getBendNonplanarLinks()
          Gets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
 float getGridSize()
          Gets the size of the virtual grid the layout will place vertices on.
 int getOrientation()
          Gets the orientation of the arranged graph.
 void setBendNonplanarLinks(boolean value)
          Sets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
 void setGridSize(float value)
          Sets the size of the virtual grid the layout will place vertices on.
 void setOrientation(int value)
          Sets the orientation of the arranged graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriangularLayoutInfo

public TriangularLayoutInfo()
Initializes a new instance of the TriangularLayoutInfo class.

Method Detail

getOrientation

public int getOrientation()
Gets the orientation of the arranged graph.


setOrientation

public void setOrientation(int value)
Sets the orientation of the arranged graph.


getBendNonplanarLinks

public boolean getBendNonplanarLinks()
Gets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.


setBendNonplanarLinks

public void setBendNonplanarLinks(boolean value)
Sets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.


getGridSize

public float getGridSize()
Gets the size of the virtual grid the layout will place vertices on.


setGridSize

public void setGridSize(float value)
Sets the size of the virtual grid the layout will place vertices on.