nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network.Layouts / Blocks

Blocks

Full name Microsoft.VisualBasic.Data.visualize.Network.Layouts.Cola.Blocks Assembly Microsoft.VisualBasic.Data.visualize.Network.Layouts Members 8

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.Layouts.Cola.Blocks

02 Methods

NameOverloadsSummary
merge 1 merge the blocks on either side of the specified constraint, by copying the smaller block into the larger And deleting the smaller.
updateBlockPositions 1 useful, for example, after variable desired positions change.
split 1 split each block across its constraint with the minimum lagrangian
GetEnumerator 1 For Each
insert 1
remove 1

03 Properties

NameOverloadsSummary
cost 1

04 Fields

NameOverloadsSummary
vs 1

05 Members

method merge #
merge(Constraint)

merge the blocks on either side of the specified constraint, by copying the smaller block into the larger And deleting the smaller.

Parameters
NameTypeDescription
cConstraint

-

method updateBlockPositions #
updateBlockPositions

useful, for example, after variable desired positions change.

method split #
split(List(Of Constraint))

split each block across its constraint with the minimum lagrangian

Parameters
NameTypeDescription
inactiveList(Of Constraint)

-

method GetEnumerator #
GetEnumerator

For Each

field vs #
vs
property cost #
cost
method insert #
insert(Block)
method remove #
remove(Block)