public class TriangularLayoutInfo
extends java.lang.Object
TriangularLayout
class.Constructor and Description |
---|
TriangularLayoutInfo()
Initializes a new instance of the
TriangularLayoutInfo class. |
Modifier and Type | Method and Description |
---|---|
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.
|
com.mindfusion.common.Orientation |
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(com.mindfusion.common.Orientation value)
Sets the orientation of the arranged graph.
|
public TriangularLayoutInfo()
TriangularLayoutInfo
class.public com.mindfusion.common.Orientation getOrientation()
public void setOrientation(com.mindfusion.common.Orientation value)
public boolean getBendNonplanarLinks()
public void setBendNonplanarLinks(boolean value)
public float getGridSize()
public void setGridSize(float value)