Package org.sgx.yuigwt.yui.graphic

Examples of org.sgx.yuigwt.yui.graphic.Shape.node()


    diamond1.lineTo(80, 80);
    diamond1.lineTo(60, 60);
    diamond1.end();
   
    //register a clicl listener
    Y.one(diamond1.node()).on("click", new EventCallback() {     
      @Override
      public void call(EventFacade e) {
        Window.alert("clicked");
      }
    });   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.