Class FlatLayerTheme<T extends Layer>

Type Parameters:
T - Layer subclasses.

public class FlatLayerTheme<T extends Layer> extends FlatBorderlessTheme<T>
Dark LayerContainer Theme for all layer containers. Used to make layer container dark.
  • Constructor Details

    • FlatLayerTheme

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

      public FlatLayerTheme(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 Layer>
      Parameters:
      component - component to apply theme.