DroidDiagram Programmer's Guide
DecisionLayoutInfo Members
Constructors Methods
 


Contains settings for the DecisionLayout class.

The following tables list the members exposed by the DecisionLayoutInfo type.

 Public Constructors

  Name Description

DecisionLayoutInfo

Initializes a new instance of the DecisionLayoutInfo class.

 Public Methods

  Name Description

getHorizontalPadding

Gets the horizontal distance between adjacent nodes.

getLinkPadding

Gets the distance between parallel links.

getMargins

Gets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.

getOrientation

Gets a the overall orientation of the arranged diagram.

getStartNode

Gets the initial (top-left) node in the arranged diagram.

getVerticalPadding

Gets the vertical distance between adjacent nodes.

setHorizontalPadding

Sets the horizontal distance between adjacent nodes.

setLinkPadding

Sets the distance between parallel links.

setMargins

Sets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.

setOrientation

Sets a the overall orientation of the arranged diagram.

setStartNode

Sets the initial (top-left) node in the arranged diagram.

setVerticalPadding

Sets the vertical distance between adjacent nodes.

 See Also

DecisionLayoutInfo Class
com.mindfusion.diagramming.jlayout Namespace