Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle
-
Packages that use Window.WindowStyle Package Description 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 that return Window.WindowStyle Modifier and Type Method Description Window.WindowStyleWindow. getStyle()Returns the window's style.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Window.WindowStyle Modifier and Type Method Description voidWindow. setStyle(Window.WindowStyle style)Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Window.WindowStyle Constructor Description Dialog(java.lang.String title, Window.WindowStyle windowStyle)Window(java.lang.String title, Window.WindowStyle style)WindowStyle(Window.WindowStyle style)
-