public class TreeMapLayoutInfo
extends java.lang.Object
TreeMapLayout
class.Constructor and Description |
---|
TreeMapLayoutInfo()
Initializes a new instance of the
TreeMapLayoutInfo class. |
Modifier and Type | Method and Description |
---|---|
float |
getContainerPadding()
Gets the padding inside containers.
|
java.awt.geom.Rectangle2D.Float |
getLayoutArea()
Gets the rectangle in which the layout will try to arrange the nodes.
|
float |
getMinNodeSize()
Gets the minimal size of an arranged node.
|
com.mindfusion.common.Orientation |
getOrientation()
Gets the overall orientation of the arranged diagram.
|
float |
getPadding()
Gets the distance between adjacent nodes.
|
boolean |
getSquarify()
Gets a value indicating whether the layout should attempt to
keep the dimension ratio of the nodes closer to 1.
|
void |
setContainerPadding(float value)
Sets the padding inside containers.
|
void |
setLayoutArea(java.awt.geom.Rectangle2D.Float value)
Sets the rectangle in which the layout will try to arrange the nodes.
|
void |
setMinNodeSize(float value)
Sets the minimal size of an arranged node.
|
void |
setOrientation(com.mindfusion.common.Orientation value)
Sets the overall orientation of the arranged diagram.
|
void |
setPadding(float value)
Sets the distance between adjacent nodes.
|
void |
setSquarify(boolean value)
Sets a value indicating whether the layout should attempt to
keep the dimension ratio of the nodes closer to 1.
|
public TreeMapLayoutInfo()
TreeMapLayoutInfo
class.public com.mindfusion.common.Orientation getOrientation()
public void setOrientation(com.mindfusion.common.Orientation value)
public boolean getSquarify()
public void setSquarify(boolean value)
public float getPadding()
public void setPadding(float value)
public java.awt.geom.Rectangle2D.Float getLayoutArea()
public void setLayoutArea(java.awt.geom.Rectangle2D.Float value)
public float getMinNodeSize()
public void setMinNodeSize(float value)
public float getContainerPadding()
public void setContainerPadding(float value)