GeometryCanvas.js
上传用户:ahit0551
上传日期:2009-04-15
资源大小:2345k
文件大小:0k
源码类别:

xml/soap/webservice

开发平台:

Java

  1. /**
  2.  * <p>Title:  </p>
  3.  * <p>Description: </p>
  4.  * <p>Copyright: Copyright (c) xio.name 2006</p>
  5.  * @author xio
  6.  */ function GeometryCanvas() {     this.base = Panel;     this.base(Toolkit.newElement("v:group"));     this.setPosition("relative"); } GeometryCanvas.prototype = new Panel();