Header menu logo Sigma.NET

NoverlapOptions Type

NoverlapOptions type for configuring the Noverlap layout options.

Constructors

Constructor Description

NoverlapOptions()

Full Usage: NoverlapOptions()

Returns: NoverlapOptions
Returns: NoverlapOptions

Static members

Static member Description

NoverlapOptions.Init(?MaxIterations, ?InputReducer, ?OutputReducer, ?Settings)

Full Usage: NoverlapOptions.Init(?MaxIterations, ?InputReducer, ?OutputReducer, ?Settings)

Parameters:
    ?MaxIterations : int - Optional integer to specify the maximum number of iterations before stopping.
    ?InputReducer : string - Optional string specifying the function to reduce each node’s attributes.
    ?OutputReducer : string - Optional string specifying the function to reduce node positions as computed by the layout algorithm.
    ?Settings : NoverlapSettings - Optional NoverlapSettings to configure the Noverlap algorithm settings.

Returns: NoverlapOptions

Initializes a new instance of NoverlapOptions with optional parameters.

?MaxIterations : int

Optional integer to specify the maximum number of iterations before stopping.

?InputReducer : string

Optional string specifying the function to reduce each node’s attributes.

?OutputReducer : string

Optional string specifying the function to reduce node positions as computed by the layout algorithm.

?Settings : NoverlapSettings

Optional NoverlapSettings to configure the Noverlap algorithm settings.

Returns: NoverlapOptions

NoverlapOptions.Style(?MaxIterations, ?InputReducer, ?OutputReducer, ?Settings)

Full Usage: NoverlapOptions.Style(?MaxIterations, ?InputReducer, ?OutputReducer, ?Settings)

Parameters:
    ?MaxIterations : int - Optional integer to specify the maximum number of iterations before stopping.
    ?InputReducer : string - Optional string specifying the function to reduce each node’s attributes.
    ?OutputReducer : string - Optional string specifying the function to reduce node positions as computed by the layout algorithm.
    ?Settings : NoverlapSettings - Optional NoverlapSettings to configure the Noverlap algorithm settings.

Returns: NoverlapOptions -> NoverlapOptions

Applies updates to the NoverlapOptions instance based on the optional parameters.

?MaxIterations : int

Optional integer to specify the maximum number of iterations before stopping.

?InputReducer : string

Optional string specifying the function to reduce each node’s attributes.

?OutputReducer : string

Optional string specifying the function to reduce node positions as computed by the layout algorithm.

?Settings : NoverlapSettings

Optional NoverlapSettings to configure the Noverlap algorithm settings.

Returns: NoverlapOptions -> NoverlapOptions

Type something to start searching.