khaledosman / terasoft-12

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

Class Diagram class Anglebar #341

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
class : Anglebar

variables :

User[] user;
int minAngle;
int maxAngle;
Texture2D curve;
int curveRadius;
int curveWidth;

Texture2D playerIndicator;
Color[] playerColor;
Color acceptColor;
Color rejectColor;

Properties :

bool Accepted
string Rule

constructor :

AngleBar(User[] user, int minAngle, int maxAngle, int curveRadius, Color 
acceptColor, Color rejectColor, Color[] playerColor)

Methods :

void LoadContent(GraphicsDevice graphicsDevice, ContentManager contentManager)
Color CurveColor(int leftAngle, int rightAngle, int currentAngle, Color 
leftColor, Color rightColor)
Texture2D CreateCurve(GraphicsDevice graphicsDevice)
string Command(int ID)
int Angle(int ID)
void Draw(SpriteBatch spriteBatch, Vector2 position)

Original issue reported on code.google.com by 3abdelazim on 25 May 2012 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 5:25