libgdx API

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 java.lang.Object


Field Summary
 NinePatch background
           
 BitmapFont titleFont
           
 Color titleFontColor
           
 
Constructor Summary
Window.WindowStyle()
           
Window.WindowStyle(BitmapFont titleFont, Color titleFontColor, NinePatch backgroundPatch)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

background

public NinePatch background

titleFont

public BitmapFont titleFont

titleFontColor

public Color titleFontColor
Constructor Detail

Window.WindowStyle

public Window.WindowStyle()

Window.WindowStyle

public Window.WindowStyle(BitmapFont titleFont,
                          Color titleFontColor,
                          NinePatch backgroundPatch)

libgdx API

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