-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBall.ctxt
More file actions
26 lines (26 loc) · 741 Bytes
/
Ball.ctxt
File metadata and controls
26 lines (26 loc) · 741 Bytes
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
#BlueJ class context
comment0.params=
comment0.target=Ball()
comment1.params=xP\ yP
comment1.target=Ball(int,\ int)
comment10.params=
comment10.target=int[]\ getVector()
comment11.params=
comment11.target=int[]\ getPosition()
comment2.params=xP\ yP\ xV\ yV\ r
comment2.target=void\ construct(int,\ int,\ int,\ int,\ int)
comment3.params=g
comment3.target=void\ paintComponent(java.awt.Graphics)
comment4.params=
comment4.target=Ball\ randVector()
comment5.params=v
comment5.target=Ball\ setVector(int[])
comment6.params=
comment6.target=Ball\ move()
comment7.params=p
comment7.target=Ball\ setPosition(int[])
comment8.params=
comment8.target=Ball\ moveBall()
comment9.params=
comment9.target=java.awt.Rectangle\ getCollider()
numComments=12