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

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle
Enclosing class:
Window

public static class Window.WindowStyle
extends Object

The style for a window, see Window.

Author:
Nathan Sweet

Field Summary
 Drawable background
          Optional.
 Drawable stageBackground
          Optional.
 BitmapFont titleFont
           
 Color titleFontColor
          Optional.
 
Constructor Summary
Window.WindowStyle()
           
Window.WindowStyle(BitmapFont titleFont, Color titleFontColor, Drawable background)
           
Window.WindowStyle(Window.WindowStyle style)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

background

public Drawable background
Optional.


titleFont

public BitmapFont titleFont

titleFontColor

public Color titleFontColor
Optional.


stageBackground

public Drawable stageBackground
Optional.

Constructor Detail

Window.WindowStyle

public Window.WindowStyle()

Window.WindowStyle

public Window.WindowStyle(BitmapFont titleFont,
                          Color titleFontColor,
                          Drawable background)

Window.WindowStyle

public Window.WindowStyle(Window.WindowStyle style)


Copyright © 2013. All Rights Reserved.