|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Layout
Method Summary | |
---|---|
float |
getMaxHeight()
|
float |
getMaxWidth()
|
float |
getMinHeight()
|
float |
getMinWidth()
|
float |
getPrefHeight()
|
float |
getPrefWidth()
|
void |
invalidate()
Invalidates the layout, forcing the next call to layout() to relayout. |
void |
layout()
Positions and sizes each child of this actor. |
Method Detail |
---|
void layout()
invalidate()
is
called.
void invalidate()
layout()
to relayout. If an actor is resized or otherwise changed
in a way that affects its layout, invalidate()
should be called.
float getMinWidth()
float getMinHeight()
float getPrefWidth()
float getPrefHeight()
float getMaxWidth()
float getMaxHeight()
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |