DroidDiagram Programmer's Guide
LayeredLayoutInfo Members
Constructors Methods
 


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

 Public Constructors

  Name Description

LayeredLayoutInfo

 

 Public Methods

  Name Description

getDirection

 

getEnableCustomLayers

Gets a value indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.

getEndNode

 

getEnforceLinkFlow

Gets a value indicating whether the layout will force all links to go in the same direction. If the supplied graph has cycles, it will be made acyclic prior the layout. EnableCustomLayers and SplitLayers are ignored if this property is set to true.

getIgnoreNodeSize

 

getLayerDistance

 

getLinksCompactFactor

 

getMargins

Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram

getNodeDistance

 

getOrientation

 

getSplitLayers

 

getStartNode

 

getStatistics

Gets layout-specific information about the nodes and links participating in the layout.

getStraightenLongLinks

 

getTimeLimit

 

setDirection

 

setEnableCustomLayers

Sets a value indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.

setEndNode

 

setEnforceLinkFlow

Sets a value indicating whether the layout will force all links to go in the same direction. If the supplied graph has cycles, it will be made acyclic prior the layout. EnableCustomLayers and SplitLayers are ignored if this property is set to true.

setIgnoreNodeSize

 

setLayerDistance

 

setLinksCompactFactor

 

setMargins

Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram

setNodeDistance

 

setOrientation

 

setSplitLayers

 

setStartNode

 

setStraightenLongLinks

 

setTimeLimit

 

 See Also

LayeredLayoutInfo Class
com.mindfusion.diagramming.jlayout Namespace