-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwhiteboard_anikasharma.ctxt
28 lines (28 loc) · 1.04 KB
/
whiteboard_anikasharma.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#BlueJ class context
comment0.target=whiteboard_anikasharma
comment0.text=\r\n\ Write\ a\ description\ of\ class\ Whiteboard\ here.\r\n\ \r\n\ @author\ (your\ name)\ \r\n\ @version\ (a\ version\ number\ or\ a\ date)\r\n
comment1.params=
comment1.target=whiteboard_anikasharma()
comment10.params=
comment10.target=int\ getXloc()
comment11.params=
comment11.target=int\ getYloc()
comment2.params=
comment2.target=void\ act()
comment3.params=txt\ x\ y
comment3.target=void\ addText(java.lang.String,\ int,\ int)
comment4.params=imgFile\ x\ y
comment4.target=void\ addImage(java.lang.String,\ int,\ int)
comment5.params=
comment5.target=void\ previousSlide()
comment5.text=\r\n\ change\ image\ to\ previous\ slide\r\n
comment6.params=
comment6.target=void\ nextSlide()
comment6.text=\r\n\ change\ image\ to\ next\ slide,\ if\ the\ slides\ are\ done\ then\ end\ the\ method\r\n
comment7.params=
comment7.target=void\ eraseBoard()
comment8.params=
comment8.target=void\ hideBoard()
comment9.params=
comment9.target=void\ showBoard()
numComments=12