Package gaiasky.util.scene2d
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 fontColorOptional. -
downFontColor
public com.badlogic.gdx.graphics.Color downFontColorOptional. -
overFontColor
public com.badlogic.gdx.graphics.Color overFontColorOptional. -
checkedFontColor
public com.badlogic.gdx.graphics.Color checkedFontColorOptional. -
checkedOverFontColor
public com.badlogic.gdx.graphics.Color checkedOverFontColorOptional. -
disabledFontColor
public com.badlogic.gdx.graphics.Color disabledFontColorOptional.
-
-
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
-