��Ϸ���࣬��¼��Ϸ��ij���������
| 6 | * ��Ϸ���࣬��¼��Ϸ��ij��������� |
| 7 | */ |
| 8 | public class GamePointBean{ |
| 9 | /** |
| 10 | * ��xy���꣬�������Ϸ���� |
| 11 | */ |
| 12 | public int x,y; |
| 13 | /** |
| 14 | * ����ɫֵ����Color����洢 |
| 15 | */ |
| 16 | public Color c; |
| 17 | /** |
| 18 | * ��Į��ɫֵ,RRGGBB���ַ�����ʽ�洢 |
| 19 | */ |
| 20 | public String dmC; |
| 21 | @Override |
| 22 | public String toString() { |
| 23 | return "GamePointBean [(" + x + "," + y + "), c=" + c + "]"; |
| 24 | } |
| 25 | } |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected