Package rectangles

Examples of rectangles.SpeedBoostRectangle


   *
   * @param p location of the SpeedBoost
   */
  public SpeedBoost(Point p) {
    location = p;
    rect = new SpeedBoostRectangle(location.col - 25, location.row - 25);

  }
View Full Code Here

TOP

Related Classes of rectangles.SpeedBoostRectangle

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.