Class FlatLabelTheme<T extends Label>

Type Parameters:
T - Label subclasses.

public class FlatLabelTheme<T extends Label> extends FlatBorderlessTheme<T>
Dark Label Theme for all labels. Used to make label dark.
  • Constructor Details

    • FlatLabelTheme

      public FlatLabelTheme()
      Default constructor. Settings should be specified before using this theme.
    • FlatLabelTheme

      public FlatLabelTheme(FlatColoredTheme.FlatColoredThemeSettings settings)
  • Method Details

    • apply

      public void apply(T component)
      Used to apply theme only for component and not apply for child components.
      Overrides:
      apply in class FlatBorderlessTheme<T extends Label>
      Parameters:
      component - component to apply theme.