public interface Layout<T>
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
getBounds() |
boolean |
isLayouted() |
void |
layout() |
void |
render(Graphics2D g2d) |
void layout()
throws LayoutException
LayoutExceptionvoid render(Graphics2D g2d)
boolean isLayouted()
Rectangle2D getBounds()
Copyright © 2012. All Rights Reserved.