Package org.andrewberman.ui

Examples of org.andrewberman.ui.UIRectangle


  public void setup()
  {
    trees = new ArrayList();
    renderers = new ArrayList();
    cameraRect = new UIRectangle(0, 0, 0, 0);
    camera = new RectMover(p, this);
    camera.fillScreen();
    /*
     * We need to let the ToolManager know our current Camera object.
     */
 
View Full Code Here

TOP

Related Classes of org.andrewberman.ui.UIRectangle

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.