Package gwt.g2d.shared.math

Examples of gwt.g2d.shared.math.Rectangle


 
  /**
   * Gets the rectangle that encloses this surface.
   */
  public Rectangle getViewRectangle() {
    return new Rectangle(0, 0, getCoordinateSpaceWidth(), getCoordinateSpaceHeight());
  }
View Full Code Here

TOP

Related Classes of gwt.g2d.shared.math.Rectangle

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.