C# Класс Visualizer.SolutionVisualizerForm

Наследование: VisualizerForm
Показать файл Открыть проект

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

Метод Описание
SolutionVisualizerForm ( SplittedMatrix splittedMatrix, IMatrix matrix, ISolution solution, int min, int max, double criterion ) : System.Drawing

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

Метод Описание
ChangeBitmap ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

SetBitmap ( ) : void
SetSettings ( ) : void
SetStep ( ) : void

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

Метод Описание
GetMaxOfSumOfSplittedElements ( ) : int
GetMinOfSumOfSplittedElements ( ) : int
GetValueOfMatrixFrom ( int value ) : int
InitParameters ( SplittedMatrix splittedMatrix, IMatrix matrix, ISolution solution ) : void
InitSumInBlocks ( ) : void
SetAlmostMaxOfSumOfSplittedElements ( ) : void
SetAlmostMinOfSumOfSplittedElements ( ) : void
SetBoundOfValuesOfBlocks ( ) : void
SetBoundOfValuesOfMatrix ( int min, int max ) : void
SetChangeModeButtonLocation ( ) : void
SetCriterion ( double criterion ) : void
SetCriterionLocation ( ) : void
SetPixelToBitmapOfMatrix ( int value, int row, int column ) : void
SetPixelToSumInBlocksBitmap ( int valueRed, int valueGreen, int valueBlue, int row, int column ) : void
SetSizeOfBitmap ( ) : void
SetSolutionSize ( ) : void
SetSumInBlocks ( ) : void

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

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

protected ChangeBitmap ( ) : void
Результат void

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

protected SetBitmap ( ) : void
Результат void

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

protected SetSettings ( ) : void
Результат void

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

protected SetStep ( ) : void
Результат void

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

public SolutionVisualizerForm ( SplittedMatrix splittedMatrix, IMatrix matrix, ISolution solution, int min, int max, double criterion ) : System.Drawing
splittedMatrix SplittedMatrix
matrix IMatrix
solution ISolution
min int
max int
criterion double
Результат System.Drawing