nodeMinColumnSpace method

num nodeMinColumnSpace(
  1. LayeredDigraphVertex v,
  2. bool topleft
)

(undocumented) The function nodeMinColumnSpace returns the minimum space reserved to either side of this node.

The default implementation returns 0 for nodes that do not correspond to top-level Go objects. For nodes that do correspond to top-level Go objects, the column space is determined by the width and height of the object divided by the #columnSpacing. Note: all sub-classes that override this method should ensure that nodes that do not correspond to top-level Go objects have a minimum column space of 0. This function can be overridden to provide "fine-tuning" of the layout.

This property has no effect on positioning of nodes when using #alignOption.

Implementation

_i2.num nodeMinColumnSpace(
  _i3.LayeredDigraphVertex v,
  _i2.bool topleft,
) =>
    _i4.callMethod(
      this,
      'nodeMinColumnSpace',
      [
        v,
        topleft,
      ],
    );