Examples of SpeedBoostRectangle


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
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.