Package com.github.tommyettinger.textra
Class Styles.WindowStyle
java.lang.Object
com.github.tommyettinger.textra.Styles.WindowStyle
- Enclosing class:
- Styles
The style for a window, see
TextraWindow
or TypingWindow
.-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.graphics.Color
-
Constructor Summary
ConstructorDescriptionWindowStyle
(com.badlogic.gdx.graphics.g2d.BitmapFont titleFont, com.badlogic.gdx.graphics.Color titleFontColor, com.badlogic.gdx.scenes.scene2d.utils.Drawable background) WindowStyle
(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle style) WindowStyle
(Font titleFont, com.badlogic.gdx.graphics.Color titleFontColor, com.badlogic.gdx.scenes.scene2d.utils.Drawable background) WindowStyle
(Styles.WindowStyle style) -
Method Summary
-
Field Details
-
background
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable background -
titleFont
-
titleFontColor
@Null public com.badlogic.gdx.graphics.Color titleFontColor -
stageBackground
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable stageBackground
-
-
Constructor Details
-
WindowStyle
public WindowStyle() -
WindowStyle
public WindowStyle(Font titleFont, com.badlogic.gdx.graphics.Color titleFontColor, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background) -
WindowStyle
public WindowStyle(com.badlogic.gdx.graphics.g2d.BitmapFont titleFont, com.badlogic.gdx.graphics.Color titleFontColor, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background) -
WindowStyle
-
WindowStyle
public WindowStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle style)
-