public interface Layout
Modifier and Type | Method and Description |
---|---|
void |
justify(Widget widget)
Justify bounds of widget children based on a widget client area.
|
void |
layout(Widget widget)
Resolve bounds of widget children based in their preferred locations and bounds.
|
boolean |
requiresJustification(Widget widget)
Resolve whether a widget requires justification after whole scene layout.
|
void layout(Widget widget)
widget
- the widgetboolean requiresJustification(Widget widget)
widget
- the widgetvoid justify(Widget widget)
widget
- the widget