C# Class PlotModule.Paint

Afficher le fichier Open project: shranjan/pinac

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

MaxPoint() public méthode

public MaxPoint ( ) : Point
Résultat Point

MinPoint() public méthode

public MinPoint ( ) : Point
Résultat Point

Paint() public méthode

public Paint ( ) : System
Résultat System

plot2D() public méthode

public plot2D ( double plist ) : void
plist double
Résultat void

plotPoints() public méthode

public plotPoints ( List pointslist ) : void
pointslist List
Résultat void

plotPoints() public méthode

public plotPoints ( int plist, System.Windows.Controls.Canvas can ) : void
plist int
can System.Windows.Controls.Canvas
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

resubplot2D() public méthode

public resubplot2D ( ) : System.Windows.Controls.Canvas
Résultat System.Windows.Controls.Canvas

setAxes() public méthode

public setAxes ( ) : void
Résultat void

setLogScale() public méthode

public setLogScale ( ) : void
Résultat void

setPlotTitle() public méthode

public setPlotTitle ( string title ) : void
title string
Résultat void

setScale() public méthode

public setScale ( ) : void
Résultat void

setXaxisTitle() public méthode

public setXaxisTitle ( string title ) : void
title string
Résultat void

setYaxisTitle() public méthode

public setYaxisTitle ( string title ) : void
title string
Résultat void

subplot2D() public méthode

public subplot2D ( double plist, int panenum ) : void
plist double
panenum int
Résultat void

subplot2D() public méthode

public subplot2D ( int plist, int panenum, System.Windows.Controls.Canvas can ) : void
plist int
panenum int
can System.Windows.Controls.Canvas
Résultat void

transformValuesToPoints() public méthode

public transformValuesToPoints ( int pvalues ) : List
pvalues int
Résultat List