public interface Layout extends Serializable
Modifier and Type | Method and Description |
---|---|
Dimension2D |
getPreferredSize(Container container)
Returns the preferred size of the specified container using this layout.
|
void |
layout(Container container)
Arranges the components of the specified container according to this
layout.
|
void layout(Container container)
container
- Container to be laid out.Dimension2D getPreferredSize(Container container)
container
- Container whose preferred size is to be returned.Copyright © 2009-2013. All Rights Reserved.