|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.TriangularLayoutInfo
public class TriangularLayoutInfo
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 |
---|
public TriangularLayoutInfo()
TriangularLayoutInfo
class.
Method Detail |
---|
public int getOrientation()
public void setOrientation(int value)
public boolean getBendNonplanarLinks()
public void setBendNonplanarLinks(boolean value)
public float getGridSize()
public void setGridSize(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |