C# Класс Smrf.NodeXL.Layouts.GraphBinner

Lays out a graph's smaller components in bins.
Наследование: Object
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_iBinLength System.Int32
m_iMaximumVerticesPerBin System.Int32

Открытые методы

Метод Описание
GraphBinner ( ) : System

Initializes a new instance of the GraphBinner class.

LayOutSmallerComponentsInBins ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, ICollection &remainingVertices, Rectangle &remainingRectangle ) : System.Boolean

Защищенные методы

Метод Описание
GetRemainingVertices ( IList oComponents, Int32 iFirstRemainingComponent ) : ICollection
LayOutComponentInBin ( IGraph oGraph, ICollection oVerticesInComponent, Rectangle oBinRectangle ) : void

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

GetRemainingVertices() защищенный Метод

protected GetRemainingVertices ( IList oComponents, Int32 iFirstRemainingComponent ) : ICollection
oComponents IList
iFirstRemainingComponent System.Int32
Результат ICollection

GraphBinner() публичный Метод

Initializes a new instance of the GraphBinner class.
public GraphBinner ( ) : System
Результат System

LayOutComponentInBin() защищенный Метод

protected LayOutComponentInBin ( IGraph oGraph, ICollection oVerticesInComponent, Rectangle oBinRectangle ) : void
oGraph IGraph
oVerticesInComponent ICollection
oBinRectangle System.Drawing.Rectangle
Результат void

LayOutSmallerComponentsInBins() публичный Метод

public LayOutSmallerComponentsInBins ( IGraph graph, ICollection verticesToLayOut, LayoutContext layoutContext, ICollection &remainingVertices, Rectangle &remainingRectangle ) : System.Boolean
graph IGraph
verticesToLayOut ICollection
layoutContext LayoutContext
remainingVertices ICollection
remainingRectangle System.Drawing.Rectangle
Результат System.Boolean

Описание свойств

m_iBinLength защищенное свойство

protected Int32,System m_iBinLength
Результат System.Int32

m_iMaximumVerticesPerBin защищенное свойство

protected Int32,System m_iMaximumVerticesPerBin
Результат System.Int32