public interface LayoutManager
Modifier and Type | Method and Description |
---|---|
SizeValue |
calculateConstraintHeight(LayoutPart root,
List<LayoutPart> children)
Calculates a new Height constraint.
|
SizeValue |
calculateConstraintWidth(LayoutPart root,
List<LayoutPart> children)
Calculates a new Width constraint.
|
void |
layoutElements(LayoutPart root,
List<LayoutPart> children)
Layout the given elements using the given root element as the
parent element.
|
void layoutElements(LayoutPart root, List<LayoutPart> children)
root
- root element all children belong tochildren
- children elements of the root elementSizeValue calculateConstraintWidth(LayoutPart root, List<LayoutPart> children)
children
- children elements of the root elementSizeValue calculateConstraintHeight(LayoutPart root, List<LayoutPart> children)
children
- children elements of the root elementCopyright © 2013. All Rights Reserved.