com.badlogic.gdx.scenes.scene2d.ui
Class Window.WindowStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle
- Enclosing class:
- Window
public static class Window.WindowStyle
- extends java.lang.Object
Defines the style of a window, see Window
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
background
public NinePatch background
titleFont
public BitmapFont titleFont
titleFontColor
public Color titleFontColor
Window.WindowStyle
public Window.WindowStyle()
Window.WindowStyle
public Window.WindowStyle(BitmapFont titleFont,
Color titleFontColor,
NinePatch backgroundPatch)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)