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 that return Window.WindowStyle
 Window.WindowStyle Window.getStyle()
          Returns the window's style.
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Window.WindowStyle
 void Window.setStyle(Window.WindowStyle style)
           
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Window.WindowStyle
Window(java.lang.String title, Window.WindowStyle style)
           
Window(java.lang.String title, Window.WindowStyle style, java.lang.String name)
           
 


libgdx API

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