Package arc.scene.ui

Class Label.LabelStyle

java.lang.Object
arc.scene.style.Style
arc.scene.ui.Label.LabelStyle
Enclosing class:
Label

public static class Label.LabelStyle extends Style
The style for a label, see Label.
  • Field Details

    • font

      public Font font
    • fontColor

      public Color fontColor
      Optional.
    • background

      public Drawable background
      Optional.
  • Constructor Details

    • LabelStyle

      public LabelStyle()
    • LabelStyle

      public LabelStyle(Font font, Color fontColor)
    • LabelStyle

      public LabelStyle(Label.LabelStyle style)