-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScoreBoard.ctxt
21 lines (21 loc) · 1.21 KB
/
ScoreBoard.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#BlueJ class context
comment0.params=
comment0.target=ScoreBoard()
comment0.text=\r\n\ Constructor\ for\ testing\r\n
comment1.params=authors\ map\ scores
comment1.target=ScoreBoard(java.lang.String[],\ int,\ int[][])
comment1.text=\r\n\ Create\ a\ score\ board\ for\ the\ result\ of\ a\ specific\ map.\r\n
comment2.params=authors\ scores
comment2.target=ScoreBoard(java.lang.String[],\ int[][])
comment2.text=\r\n\ Create\ a\ score\ board\ for\ the\ final\ result.\r\n
comment3.params=authors
comment3.target=java.lang.String\ getAuthorString(java.lang.String[])
comment4.params=authors\ text\ score1\ score2
comment4.target=void\ makeImage(java.lang.String[],\ java.lang.String,\ int,\ int)
comment4.text=\r\n\ Make\ the\ score\ board\ image.\r\n
comment5.params=mapNo\ scores
comment5.target=void\ addMapScores(int,\ int[][])
comment5.text=\r\n\ Add\ the\ scores\ for\ the\ individual\ maps\ to\ the\ score\ board.\ 'scores'\ is\ an\r\n\ array\ with\ all\ scores,\ 'mapNo'\ is\ the\ number\ of\ the\ current\ map\ (array\ entries\r\n\ past\ this\ value\ have\ no\ valid\ value).\r\n
comment6.params=authors\ scores\ totals
comment6.target=void\ printResultToTerminal(java.lang.String[],\ int[][],\ int[])
numComments=7