Package g4p_controls.HotSpot

Examples of g4p_controls.HotSpot.HSarc


  }
 
  protected void calculateHotSpot(){
    float overRad = (this.overIncludesBezel) ? bezelRadius : gripRadius;
    if(mouseOverArcOnly)       
      hotspots[0] = new HSarc(1, width/2 , height/2, overRad, startAng, endAng)// over grip
    else
      hotspots[0] = new HScircle(1, width/2, height/2, overRad);
  }
View Full Code Here

TOP

Related Classes of g4p_controls.HotSpot.HSarc

Copyright © 2018 www.massapicom. 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.