khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Class diagram amendment request #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cena, please add the class GraphUI with the following static functions

static void DrawLine(SpriteBatch batch, Texture2D blank, float width, Color 
color, Vector2 point1, Vector2 point2)

static void Draw(PerformanceGraph g, SpriteBatch spriteBatch, GraphicsDevice 
GraphicsDevice)

static void DrawCurves(PerformanceGraph g, SpriteBatch spriteBatch, 
GraphicsDevice GraphicsDevice)

static int Percentage(int size, double value)

static void DrawLabels(SpriteBatch spriteBatch, GraphicsDevice GraphicsDevice, 
SpriteFont font)

static void DrawAxis(PerformanceGraph g, SpriteBatch spriteBatch, 
GraphicsDevice GraphicsDevice)

static void DrawArrows(PerformanceGraph g, SpriteBatch spriteBatch, 
GraphicsDevice GraphicsDevice)

static void DrawXLabels(PerformanceGraph g, SpriteBatch spriteBatch, 
GraphicsDevice GraphicsDevice, SpriteFont font2)

static void DrawYLabels(PerformanceGraph g, SpriteBatch spriteBatch, 
GraphicsDevice GraphicsDevice, SpriteFont font2)

static void DrawEnvironment(PerformanceGraph g, SpriteBatch spriteBatch, 
GraphicsDevice GraphicsDevice, SpriteFont font, SpriteFont font2)

static void DrawDisqualification(PerformanceGraph g, GraphicsDevice 
GraphicsDevice, SpriteBatch spriteBatch, int dwidth, int dheight, Texture2D 
P1Tex, Texture2D P2Tex, double player1disqtime, double player2disqtime)

Original issue reported on code.google.com by asamg...@gmail.com on 24 May 2012 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 8:23