com.mindfusion.diagramming.jlayout
Class CascadeLayoutInfo

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

public class CascadeLayoutInfo
extends java.lang.Object

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

CascadeLayoutInfo

public CascadeLayoutInfo()
Initializes a new instance of the CascadeLayoutInfo 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.


getPadding

public float getPadding()
Gets the spacing between nodes in adjacent layers.


setPadding

public void setPadding(float value)
Sets the spacing between nodes in adjacent layers.


getUnitsPerMillimeter

public float getUnitsPerMillimeter()
Gets a coefficient representing the ratio between millimeter and the current default units of measure.


setUnitsPerMillimeter

public void setUnitsPerMillimeter(float value)
Sets a coefficient representing the ratio between millimeter and the current default units of measure.

Parameters:
value -