DroidDiagram Programmer's Guide
AbstractLayout Members
Constructors Methods
 


The base class for all layout classes.

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

 Protected Constructors

  Name Description

AbstractLayout

Initialzes a new instance of the AbstractLayout class.

 Public Methods

  Name Description

arrange

Overloaded.  

getAnchoring

Gets how to align links to the anchor points of nodes.

getGrowToFit

Gets a value indicating whether the diagram boundaries should grow to fit the arranged content.

getKeepGroupLayout

Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.

getLayoutLink

Gets an object, which is notified when the position of a link is changed by the layout.

getLayoutNode

Gets an object, which is notified when the position of a node is changed by the layout.

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.

getMultipleGraphsPlacement

Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

getProgress

Gets the progress callback delegate.

removeMidleSegmentPoint

 

setAnchoring

Sets how to align links to the anchor points of nodes.

setGrowToFit

Sets a value indicating whether the diagram boundaries should grow to fit the arranged content.

setKeepGroupLayout

Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.

setLayoutLink

Sets an object, which is notified when the position of a link is changed by the layout.

setLayoutNode

Sets an object, which is notified when the position of a node is changed by the layout.

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.

setMultipleGraphsPlacement

Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

setProgress

Sets the progress callback delegate.

 See Also

AbstractLayout Class
com.mindfusion.diagramming Namespace