public abstract class AbstractLayout<T> extends Object implements Layout<T>
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle2D |
desiredBounds |
protected boolean |
layouted |
| Constructor and Description |
|---|
AbstractLayout() |
protected boolean layouted
protected Rectangle2D desiredBounds
public Rectangle2D getBounds()
public boolean isLayouted()
isLayouted in interface Layout<T>public void setlayouted(boolean layouted)
Copyright © 2013 dontdrinkandroot. All Rights Reserved.