快速业务通道

[JAVA100例]029、绘制指针的时钟 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-21
r-8)*Math.cos(RAD*sdo)+x0);    y=(int)((r-8)*Math.sin(RAD*sdo)+y0)-2*T0;    g.drawLine(x0,y0,x,(h-y));    old_X=x;    old_Y=y;    //擦除分针和时针    if (mdo != old_M) {     line(g,old_M,(int)(r*0.7),getBackground());     old_M=mdo;    }    if (hdo != old_H) {     line(g,old_H,(int)(r*0.5),getBackground());     old_H=hdo;    }    //绘制分针    line(g,mdo,(int)(r*0.7),Color.green);    //绘制时针    line(g,hdo,(int)(r*0.5),Color.red);  } // end paint /** *<br>方法说明:绘制线,用于绘制时针和分针 *<br>输入参数: *<br>返回类型: */   public void line(Graphics g, int t, int n, Color c) {    int [] xp = new int[4];    int [] yp = new int[4];    xp[0]=x0;    yp[0]=y0;    xp[1]= (int)((n-10)*Math.cos(RAD*(t-4))+x0);    yp[1]=h-(int)((n-10)*Math.sin(RAD*(t-4))+y0);    xp[2]= (int)( n  *Math.cos(RAD* t  )+x0);    yp[2]=h-(int)( n  *Math.sin(RAD* t  )+y0);    xp[3]= (int)((n-10)*Math.cos(RAD*(t+4))+x0);    yp[3]=h-(int)((n-10)*Math.sin(RAD*(t+4))+y0);    g.setColor(c);    g.fillPolygon(xp,yp,4);   } }

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号