Package mindnotes.client.ui

Examples of mindnotes.client.ui.Box


  private boolean _valid;

  public MockLayoutTreeElement(int x, int y, int w, int h,
      LayoutTreeElement parent, NodeLocation location) {
    _children = new ArrayList<LayoutTreeElement>();
    _elementBounds = new Box(x, y, w, h);
    _location = location;
  }
View Full Code Here

TOP

Related Classes of mindnotes.client.ui.Box

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.