-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCasaGUI.ctxt
51 lines (51 loc) · 1.79 KB
/
CasaGUI.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#BlueJ class context
comment0.target=CasaGUI
comment0.text=\r\n\ Interface\ Grafica\ de\ uma\ Casa\ no\ tabuleiro\ do\ jogo.\r\n\r\n\ @author\ Alan\ Moraes\ <alan@ci.ufpb.br>\r\n\ @author\ Leonardo\ Villeth\ <lvilleth@cc.ci.ufpb.br>\r\n
comment1.params=x\ y\ cor\ tabuleiro
comment1.target=CasaGUI(int,\ int,\ java.awt.Color,\ TabuleiroGUI)
comment10.params=
comment10.target=void\ desenharPeaoBranco()
comment11.params=
comment11.target=void\ desenharTorrePreta()
comment12.params=
comment12.target=void\ desenharCavaloPreto()
comment13.params=
comment13.target=void\ desenharBispoPreto()
comment14.params=
comment14.target=void\ desenharRainhaPreta()
comment15.params=
comment15.target=void\ desenharReiPreto()
comment16.params=
comment16.target=void\ desenharPeaoPreto()
comment17.params=
comment17.target=void\ apagarPeca()
comment18.params=
comment18.target=boolean\ possuiPeca()
comment19.params=
comment19.target=int\ getCorPeca()
comment2.params=e
comment2.target=void\ actionPerformed(java.awt.event.ActionEvent)
comment20.params=
comment20.target=int\ getCor()
comment21.params=
comment21.target=void\ destacar()
comment22.params=
comment22.target=void\ atenuar()
comment23.params=g
comment23.target=void\ paintComponent(java.awt.Graphics)
comment23.text=\r\n\ Pinta\ o\ componente\ com\ a\ cor\ de\ fundo,\ aceita\ valores\ RGBA\r\n
comment3.params=
comment3.target=int\ getPosicaoX()
comment4.params=
comment4.target=int\ getPosicaoY()
comment5.params=
comment5.target=void\ desenharTorreBranca()
comment6.params=
comment6.target=void\ desenharCavaloBranco()
comment7.params=
comment7.target=void\ desenharBispoBranco()
comment8.params=
comment8.target=void\ desenharRainhaBranca()
comment9.params=
comment9.target=void\ desenharReiBranco()
numComments=24