public interface IElementLayoutHelper
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IElementLayoutHelper.LayoutFactory |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IGuiElement element) |
void |
clear()
Removes all layouts and resets all variables of this helper.
|
default void |
finish() |
void |
finish(boolean centerX)
Adds the layouts to the parent of the
IElementGroup. |
java.util.Collection<IElementLayout> |
layouts() |
boolean add(IGuiElement element)
void clear()
void finish(boolean centerX)
IElementGroup. And calls clear()default void finish()
java.util.Collection<IElementLayout> layouts()