Class Styles.WindowStyle

java.lang.Object
com.github.tommyettinger.textra.Styles.WindowStyle
Enclosing class:
Styles

public static class Styles.WindowStyle extends Object
The style for a window, see TextraWindow or TypingWindow.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
    com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
     
    com.badlogic.gdx.graphics.Color
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    WindowStyle(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(Font titleFont, com.badlogic.gdx.graphics.Color titleFontColor, com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.utils.Drawable stageBackground)
     
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • background

      @Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable background
    • titleFont

      public Font 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(Font titleFont, com.badlogic.gdx.graphics.Color titleFontColor, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable stageBackground)
    • 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

      public WindowStyle(Styles.WindowStyle style)
    • WindowStyle

      public WindowStyle(com.badlogic.gdx.scenes.scene2d.ui.Window.WindowStyle style)