Class WidgetStyle


  • public class WidgetStyle
    extends java.lang.Object
    Describes the style with which a user interface widget should be displayed. This acts as a template that can be reused across multiple widgets.
    • Constructor Detail

      • WidgetStyle

        public WidgetStyle​(Image background,
                           TTFont font)
      • WidgetStyle

        public WidgetStyle​(TTFont font)
    • Method Detail

      • getBackground

        public Image getBackground()
      • getFont

        public TTFont getFont()