Class TabbedPane.TabbedPaneStyle

java.lang.Object
gaiasky.util.scene2d.TabbedPane.TabbedPaneStyle
Enclosing class:
TabbedPane

public static class TabbedPane.TabbedPaneStyle
extends java.lang.Object
The style for a TabbedPane.
  • Field Summary

    Fields
    Modifier and Type Field Description
    com.badlogic.gdx.scenes.scene2d.utils.Drawable bodyBackground  
    com.badlogic.gdx.graphics.Color checkedFontColor
    Optional.
    com.badlogic.gdx.graphics.Color checkedOverFontColor
    Optional.
    com.badlogic.gdx.graphics.Color disabledFontColor
    Optional.
    com.badlogic.gdx.graphics.Color downFontColor
    Optional.
    com.badlogic.gdx.graphics.g2d.BitmapFont font  
    com.badlogic.gdx.graphics.Color fontColor
    Optional.
    com.badlogic.gdx.graphics.Color overFontColor
    Optional.
    com.badlogic.gdx.scenes.scene2d.utils.Drawable titleBegin  
    com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonSelected  
    com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonUnselected  
    com.badlogic.gdx.scenes.scene2d.utils.Drawable titleEnd  
  • Constructor Summary

    Constructors
    Constructor Description
    TabbedPaneStyle()  
    TabbedPaneStyle​(com.badlogic.gdx.scenes.scene2d.utils.Drawable titleBegin, com.badlogic.gdx.scenes.scene2d.utils.Drawable titleEnd, com.badlogic.gdx.scenes.scene2d.utils.Drawable bodyBackground, com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonSelected, com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonUnselected, com.badlogic.gdx.graphics.g2d.BitmapFont font)  
    TabbedPaneStyle​(TabbedPane.TabbedPaneStyle style)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • titleBegin

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable titleBegin
    • titleEnd

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable titleEnd
    • bodyBackground

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable bodyBackground
    • titleButtonSelected

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonSelected
    • titleButtonUnselected

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonUnselected
    • font

      public com.badlogic.gdx.graphics.g2d.BitmapFont font
    • fontColor

      public com.badlogic.gdx.graphics.Color fontColor
      Optional.
    • downFontColor

      public com.badlogic.gdx.graphics.Color downFontColor
      Optional.
    • overFontColor

      public com.badlogic.gdx.graphics.Color overFontColor
      Optional.
    • checkedFontColor

      public com.badlogic.gdx.graphics.Color checkedFontColor
      Optional.
    • checkedOverFontColor

      public com.badlogic.gdx.graphics.Color checkedOverFontColor
      Optional.
    • disabledFontColor

      public com.badlogic.gdx.graphics.Color disabledFontColor
      Optional.
  • Constructor Details

    • TabbedPaneStyle

      public TabbedPaneStyle()
    • TabbedPaneStyle

      public TabbedPaneStyle​(com.badlogic.gdx.scenes.scene2d.utils.Drawable titleBegin, com.badlogic.gdx.scenes.scene2d.utils.Drawable titleEnd, com.badlogic.gdx.scenes.scene2d.utils.Drawable bodyBackground, com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonSelected, com.badlogic.gdx.scenes.scene2d.utils.Drawable titleButtonUnselected, com.badlogic.gdx.graphics.g2d.BitmapFont font)
    • TabbedPaneStyle

      public TabbedPaneStyle​(TabbedPane.TabbedPaneStyle style)