DroidDiagram Programmer's Guide
TreeMapLayoutInfo Members
Constructors Methods
 


Contains settings for the TreeMapLayout class.

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

 Public Constructors

  Name Description

TreeMapLayoutInfo

Initializes a new instance of the TreeMapLayoutInfo class.

 Public Methods

  Name Description

getContainerPadding

Gets the padding inside containers.

getLayoutArea

Gets the rectangle in which the layout will try to arrange the nodes.

getMinNodeSize

Gets the minimal size of an arranged node.

getOrientation

Gets the overall orientation of the arranged diagram.

getPadding

Gets the distance between adjacent nodes.

getSquarify

Gets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.

setContainerPadding

Sets the padding inside containers.

setLayoutArea

Sets the rectangle in which the layout will try to arrange the nodes.

setMinNodeSize

Sets the minimal size of an arranged node.

setOrientation

Sets the overall orientation of the arranged diagram.

setPadding

Sets the distance between adjacent nodes.

setSquarify

Sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.

 See Also

TreeMapLayoutInfo Class
com.mindfusion.diagramming.jlayout Namespace