1920212223242526
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; }