C# 클래스 Visualizer.VisualizerForm

파일 보기 프로젝트 열기: sergey-and-valya/load-balancing 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BlocksColorGroupBox System.Windows.Forms.GroupBox
BlueLabel System.Windows.Forms.Label
BlueTrackBar System.Windows.Forms.TrackBar
CriterionLabel System.Windows.Forms.Label
CriterionValueLabel System.Windows.Forms.Label
DrawingBox System.Windows.Forms.PictureBox
GreenLabel System.Windows.Forms.Label
GreenTrackBar System.Windows.Forms.TrackBar
MaxLabel System.Windows.Forms.Label
MaxTrackBar System.Windows.Forms.TrackBar
MinLabel System.Windows.Forms.Label
MinTrackBar System.Windows.Forms.TrackBar
ModeChangeButton System.Windows.Forms.Button
boundOfValuesOfBlocks Bound
boundOfValuesOfMatrix Bound
coefficient double
matrix IMatrix
matrixBitmap Bitmap
modeOfDrawing Mode
screenSize Size
settingsEvent SetSettingsEvent
shift int
sizeOfMatrix Size
sumInBlocksBitmap Bitmap
trackBarColor color
zoomOfSize zoom

공개 메소드들

메소드 설명
Draw ( ) : void

보호된 메소드들

메소드 설명
BlueTrackBar_Scroll ( object sender, EventArgs e ) : void
ChangeBitmap ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

GreenTrackBar_Scroll ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MaxTrackBar_Scroll ( object sender, EventArgs e ) : void
MinTrackBar_Scroll ( object sender, EventArgs e ) : void
ModeChangeButton_Click ( object sender, System e ) : void
SetBitmap ( ) : void
SetDrawingBoxBackgroundImage ( Bitmap bitmap ) : void
SetMinMax ( int min, int max ) : void
SetSettings ( ) : void
SetStep ( ) : void
SetZoom ( ) : void
VisualizerForm ( ) : System

비공개 메소드들

메소드 설명
InitParameters ( ) : void
SetElementsLocation ( ) : void
SetLabelsLocation ( ) : void
SetSize ( ) : void
SetTrackBarVisible ( ) : void

메소드 상세

BlueTrackBar_Scroll() 보호된 메소드

protected BlueTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 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

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GreenTrackBar_Scroll() 보호된 메소드

protected GreenTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

InitializeComponent() 보호된 메소드

Required method for Designer support - do not modify the contents of this method with the code editor.
protected InitializeComponent ( ) : void
리턴 void

MaxTrackBar_Scroll() 보호된 메소드

protected MaxTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

MinTrackBar_Scroll() 보호된 메소드

protected MinTrackBar_Scroll ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ModeChangeButton_Click() 보호된 메소드

protected ModeChangeButton_Click ( object sender, System e ) : void
sender object
e System
리턴 void

SetBitmap() 보호된 메소드

protected SetBitmap ( ) : void
리턴 void

SetDrawingBoxBackgroundImage() 보호된 메소드

protected SetDrawingBoxBackgroundImage ( Bitmap bitmap ) : void
bitmap Bitmap
리턴 void

SetMinMax() 보호된 메소드

protected SetMinMax ( int min, int max ) : void
min int
max int
리턴 void

SetSettings() 보호된 메소드

protected SetSettings ( ) : void
리턴 void

SetStep() 보호된 메소드

protected SetStep ( ) : void
리턴 void

SetZoom() 보호된 메소드

protected SetZoom ( ) : void
리턴 void

VisualizerForm() 보호된 메소드

protected VisualizerForm ( ) : System
리턴 System

프로퍼티 상세

BlocksColorGroupBox 보호되어 있는 프로퍼티

protected System.Windows.Forms.GroupBox BlocksColorGroupBox
리턴 System.Windows.Forms.GroupBox

BlueLabel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label BlueLabel
리턴 System.Windows.Forms.Label

BlueTrackBar 보호되어 있는 프로퍼티

protected System.Windows.Forms.TrackBar BlueTrackBar
리턴 System.Windows.Forms.TrackBar

CriterionLabel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label CriterionLabel
리턴 System.Windows.Forms.Label

CriterionValueLabel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label CriterionValueLabel
리턴 System.Windows.Forms.Label

DrawingBox 보호되어 있는 프로퍼티

protected System.Windows.Forms.PictureBox DrawingBox
리턴 System.Windows.Forms.PictureBox

GreenLabel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label GreenLabel
리턴 System.Windows.Forms.Label

GreenTrackBar 보호되어 있는 프로퍼티

protected System.Windows.Forms.TrackBar GreenTrackBar
리턴 System.Windows.Forms.TrackBar

MaxLabel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label MaxLabel
리턴 System.Windows.Forms.Label

MaxTrackBar 보호되어 있는 프로퍼티

protected System.Windows.Forms.TrackBar MaxTrackBar
리턴 System.Windows.Forms.TrackBar

MinLabel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Label MinLabel
리턴 System.Windows.Forms.Label

MinTrackBar 보호되어 있는 프로퍼티

protected System.Windows.Forms.TrackBar MinTrackBar
리턴 System.Windows.Forms.TrackBar

ModeChangeButton 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button ModeChangeButton
리턴 System.Windows.Forms.Button

boundOfValuesOfBlocks 보호되어 있는 프로퍼티

protected Bound boundOfValuesOfBlocks
리턴 Bound

boundOfValuesOfMatrix 보호되어 있는 프로퍼티

protected Bound boundOfValuesOfMatrix
리턴 Bound

coefficient 보호되어 있는 프로퍼티

protected double coefficient
리턴 double

matrix 보호되어 있는 프로퍼티

protected IMatrix matrix
리턴 IMatrix

matrixBitmap 보호되어 있는 프로퍼티

protected Bitmap matrixBitmap
리턴 Bitmap

modeOfDrawing 보호되어 있는 프로퍼티

protected Mode modeOfDrawing
리턴 Mode

screenSize 보호되어 있는 프로퍼티

protected Size screenSize
리턴 Size

settingsEvent 보호되어 있는 프로퍼티

protected SetSettingsEvent settingsEvent
리턴 SetSettingsEvent

shift 보호되어 있는 프로퍼티

protected int shift
리턴 int

sizeOfMatrix 보호되어 있는 프로퍼티

protected Size sizeOfMatrix
리턴 Size

sumInBlocksBitmap 보호되어 있는 프로퍼티

protected Bitmap sumInBlocksBitmap
리턴 Bitmap

trackBarColor 보호되어 있는 프로퍼티

protected color trackBarColor
리턴 color

zoomOfSize 보호되어 있는 프로퍼티

protected zoom zoomOfSize
리턴 zoom