|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Window.WindowStyle | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of Window.WindowStyle in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Window.WindowStyle | |
---|---|
void |
Window.setStyle(Window.WindowStyle style)
Sets the style of this widget. |
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Window.WindowStyle | |
---|---|
Window(java.lang.String title,
Stage stage,
Window.WindowStyle style)
|
|
Window(java.lang.String name,
java.lang.String title,
Stage stage,
Window.WindowStyle style,
int prefWidth,
int prefHeight)
Creates a new Window. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |