22 lines
699 B
Plaintext
22 lines
699 B
Plaintext
#BlueJ class context
|
|
comment0.target=Game
|
|
comment1.params=
|
|
comment1.target=Game()
|
|
comment1.text=---------------Konstruktor---
|
|
comment2.params=
|
|
comment2.target=void\ settings()
|
|
comment2.text=---------------Methoden------
|
|
comment3.params=x\ y\ b\ h\ HALF_PI\ PI
|
|
comment3.target=void\ _arc(float,\ float,\ float,\ float,\ float,\ float)
|
|
comment4.params=r\ g\ b
|
|
comment4.target=void\ _fill(int,\ int,\ int)
|
|
comment5.params=b
|
|
comment5.target=void\ _fill(int)
|
|
comment6.params=x\ y\ b\ h
|
|
comment6.target=void\ _rect(float,\ float,\ float,\ float)
|
|
comment7.params=x\ y\ b\ h
|
|
comment7.target=void\ _ellipse(float,\ float,\ float,\ float)
|
|
comment8.params=x
|
|
comment8.target=float\ _random(float)
|
|
numComments=9
|