DroidDiagram Programmer's Guide
FlowchartLayout Members
Constructors Methods
 


FlowchartLayout can be used to arrange flowcharts representing program source code.

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

 Public Constructors

  Name Description

FlowchartLayout

Initializes a new instance of the FlowchartLayout class.

 Public Methods

  Name Description

arrange

Applies the layout on the specified subset of items from the specified Diagram instance.

getAnchoring

Gets how to align links to the anchor points of nodes. (Inherited from AbstractLayout.)

getBranchPadding

Gets how much space to leave between adjacent decision branches in the flowchart.

getGrowToFit

Gets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from AbstractLayout.)

getIgnoreRepeatingLinks

Gets a value indicating whether to ignore repeating links.

getKeepGroupLayout

Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from AbstractLayout.)

getLayoutLink

Gets an object, which is notified when the position of a link is changed by the layout. (Inherited from AbstractLayout.)

getLayoutNode

Gets an object, which is notified when the position of a node is changed by the layout. (Inherited from AbstractLayout.)

getLinkPadding

Gets how much space to leave between adjacent back links designating nested loops.

getMargins

Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from AbstractLayout.)

getMultipleGraphsPlacement

Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from AbstractLayout.)

getNodeDistance

Gets the distance between consecutive nodes in the flowchart.

getOrientation

Gets the overall orientation of the arranged diagram.

getProgress

Gets the progress callback delegate. (Inherited from AbstractLayout.)

getSplitGraph

Gets a value indicating whether unconnected subgraphs should be laid out independently from each other. If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area.

init

Returns a FlowchartLayoutBuilder object used to configure this FlowchartLayout instance.

removeMidleSegmentPoint

  (Inherited from AbstractLayout.)

setAnchoring

Sets how to align links to the anchor points of nodes. (Inherited from AbstractLayout.)

setBranchPadding

Sets how much space to leave between adjacent decision branches in the flowchart.

setGrowToFit

Sets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from AbstractLayout.)

setIgnoreRepeatingLinks

Sets a value indicating whether to ignore repeating links.

setKeepGroupLayout

Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from AbstractLayout.)

setLayoutLink

Sets an object, which is notified when the position of a link is changed by the layout. (Inherited from AbstractLayout.)

setLayoutNode

Sets an object, which is notified when the position of a node is changed by the layout. (Inherited from AbstractLayout.)

setLinkPadding

Sets how much space to leave between adjacent back links designating nested loops.

setMargins

Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from AbstractLayout.)

setMultipleGraphsPlacement

Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from AbstractLayout.)

setNodeDistance

Sets the distance between consecutive nodes in the flowchart.

setOrientation

Sets the overall orientation of the arranged diagram.

setProgress

Sets the progress callback delegate. (Inherited from AbstractLayout.)

setSplitGraph

Sets a value indicating whether unconnected subgraphs should be laid out independently from each other. If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area.

with

Returns a FlowchartLayoutBuilder object used to configure and create new FlowchartLayout instances.

 See Also

FlowchartLayout Class
com.mindfusion.diagramming Namespace