|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.CircularLayoutInfo
public class CircularLayoutInfo
Constructor Summary | |
---|---|
CircularLayoutInfo()
Initializes a new instance of the CircularLayoutInfo class. |
Method Summary | |
---|---|
XDimension2D.Double |
getMargins()
Gets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds. |
float |
getRadius()
Gets the radius of the layout circle. |
int |
getSiftingRounds()
Gets the number of sifts to perform during the layout. |
void |
setMargins(XDimension2D.Double margins)
Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds. |
void |
setRadius(float value)
Sets the radius of the layout circle. |
void |
setSiftingRounds(int value)
Sets the number of sifts to perform during the layout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CircularLayoutInfo()
Method Detail |
---|
public void setMargins(XDimension2D.Double margins)
public XDimension2D.Double getMargins()
public void setRadius(float value)
value
- public float getRadius()
public void setSiftingRounds(int value)
value
- public int getSiftingRounds()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |