Search
GridLayout Methods
 


 Public Methods

  Name Description

arrange

Arranges the specified diagram.

getAnchoring

Gets a value indicating how links will be aligned to the anchor points of tree nodes.

getEndNode

Gets the node that should be placed at the bottom right corner of the grid.

getGridSize

Gets the desired distance between adjacent grid points.

getIterations

Gets the number of iterations that the layout algorithm should run.

getKeepGroupLayout

Gets a value specifying whether the relative position of nodes within groups should be kept intact.

getRandomSeed

Gets the randomization seed used for generating random node positions.

getStartNode

Gets the node that should be placed at the upper left corner of the grid.

getXGap

Gets a value indicating how much horizontal space should be left between the document boundaries and the graph.

getYGap

Gets a value indicating how much vertical space should be left between the document boundaries and the graph.

init

Returns a GridLayoutBuilder object used to configure this GridLayout instance.

setAnchoring

Sets a value indicating how links should be aligned to the anchor points of tree nodes.

setEndNode

Sets the node that should be placed at the bottom right corner of the grid.

setGridSize

Sets the desired distance between adjacent grid points.

setIterations

Sets the number of iterations that the layout algorithm should run.

setKeepGroupLayout

Sets a value specifying whether the relative position of nodes within groups should be kept intact.

setRandomSeed

Sets the randomization seed used for generating random node positions.

setStartNode

Sets the node that should be placed at the upper left corner of the grid.

setXGap

Sets a value indicating how much horizontal space should be left between the document boundaries and the graph.

setYGap

Sets a value indicating how much vertical space should be left between the document boundaries and the graph.

with

Returns a GridLayoutBuilder object used to configure and create new GridLayout instances.

 See Also