MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / GamePointBean

Class GamePointBean

src/pkgBean/GamePointBean.java:8–25  ·  view source on GitHub ↗

��Ϸ���࣬��¼��Ϸ��ij���������

Source from the content-addressed store, hash-verified

6 * ��Ϸ���࣬��¼��Ϸ��ij���������
7 */
8public 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected