C# 클래스 PlotModule.Paint

파일 보기 프로젝트 열기: shranjan/pinac

공개 메소드들

메소드 설명
MaxPoint ( ) : Point
MinPoint ( ) : Point
Paint ( ) : System
plot2D ( double plist ) : void
plotPoints ( List pointslist ) : void
plotPoints ( int plist, System.Windows.Controls.Canvas can ) : void
reset ( ) : void
resubplot2D ( ) : System.Windows.Controls.Canvas
setAxes ( ) : void
setLogScale ( ) : void
setPlotTitle ( string title ) : void
setScale ( ) : void
setXaxisTitle ( string title ) : void
setYaxisTitle ( string title ) : void
subplot2D ( double plist, int panenum ) : void
subplot2D ( int plist, int panenum, System.Windows.Controls.Canvas can ) : void
transformValuesToPoints ( int pvalues ) : List

비공개 메소드들

메소드 설명
CalOrigin ( ) : void
adjustPaneSize ( int panenum ) : void
plotLogPoints ( ) : void
pointToText ( Point point ) : string
setLogAxes ( ) : void
setText ( Point &origin, System.Windows.Controls.Canvas can, Point &point ) : void
setText ( string pointText, Point point ) : void
transformValuesToLogPoints ( double plist ) : List
transformValuesToPoints ( double pvalues ) : List

메소드 상세

MaxPoint() 공개 메소드

public MaxPoint ( ) : Point
리턴 Point

MinPoint() 공개 메소드

public MinPoint ( ) : Point
리턴 Point

Paint() 공개 메소드

public Paint ( ) : System
리턴 System

plot2D() 공개 메소드

public plot2D ( double plist ) : void
plist double
리턴 void

plotPoints() 공개 메소드

public plotPoints ( List pointslist ) : void
pointslist List
리턴 void

plotPoints() 공개 메소드

public plotPoints ( int plist, System.Windows.Controls.Canvas can ) : void
plist int
can System.Windows.Controls.Canvas
리턴 void

reset() 공개 메소드

public reset ( ) : void
리턴 void

resubplot2D() 공개 메소드

public resubplot2D ( ) : System.Windows.Controls.Canvas
리턴 System.Windows.Controls.Canvas

setAxes() 공개 메소드

public setAxes ( ) : void
리턴 void

setLogScale() 공개 메소드

public setLogScale ( ) : void
리턴 void

setPlotTitle() 공개 메소드

public setPlotTitle ( string title ) : void
title string
리턴 void

setScale() 공개 메소드

public setScale ( ) : void
리턴 void

setXaxisTitle() 공개 메소드

public setXaxisTitle ( string title ) : void
title string
리턴 void

setYaxisTitle() 공개 메소드

public setYaxisTitle ( string title ) : void
title string
리턴 void

subplot2D() 공개 메소드

public subplot2D ( double plist, int panenum ) : void
plist double
panenum int
리턴 void

subplot2D() 공개 메소드

public subplot2D ( int plist, int panenum, System.Windows.Controls.Canvas can ) : void
plist int
panenum int
can System.Windows.Controls.Canvas
리턴 void

transformValuesToPoints() 공개 메소드

public transformValuesToPoints ( int pvalues ) : List
pvalues int
리턴 List