libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle

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

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)