C# Class JumpsProfileGraph, chronojump

Afficher le fichier Open project: GNOME/chronojump

Méthodes publiques

Méthode Description
Do ( List l_jpi, DrawingArea area ) : void

Private Methods

Méthode Description
drawRoundedRectangle ( double x, double y, double width, double height, double radius, Cairo g, Cairo color ) : void
min ( ) : double
plotArc ( int centerx, int centery, int radius, double start, double end, Cairo g, Cairo color ) : void
printText ( int x, int y, int height, int textHeight, string text, Cairo g ) : void

Method Details

Do() public static méthode

public static Do ( List l_jpi, DrawingArea area ) : void
l_jpi List
area DrawingArea
Résultat void