|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.jlayout.CascadeLayoutInfo
public class CascadeLayoutInfo
Contains settings for the CascadeLayout class.
Constructor Summary | |
---|---|
CascadeLayoutInfo()
Initializes a new instance of the CascadeLayoutInfo class. |
Method Summary | |
---|---|
int |
getOrientation()
Gets the orientation of the arranged graph. |
float |
getPadding()
Gets the spacing between nodes in adjacent layers. |
float |
getUnitsPerMillimeter()
Gets a coefficient representing the ratio between millimeter and the current default units of measure. |
void |
setOrientation(int value)
Sets the orientation of the arranged graph. |
void |
setPadding(float value)
Sets the spacing between nodes in adjacent layers. |
void |
setUnitsPerMillimeter(float value)
Sets a coefficient representing the ratio between millimeter and the current default units of measure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CascadeLayoutInfo()
CascadeLayoutInfo
class.
Method Detail |
---|
public int getOrientation()
public void setOrientation(int value)
public float getPadding()
public void setPadding(float value)
public float getUnitsPerMillimeter()
public void setUnitsPerMillimeter(float value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |