Class Dark

All Implemented Interfaces:
Theme
Direct Known Subclasses:
DarkTeal

public class Dark extends Light
Author:
Andrea Vacondio
  • Constructor Details

    • Dark

      public Dark()
  • Method Details

    • id

      public String id()
      Specified by:
      id in interface Theme
      Overrides:
      id in class Light
      Returns:
      a unique identifier for this theme
    • stylesheets

      public List<String> stylesheets()
      Specified by:
      stylesheets in interface Theme
      Overrides:
      stylesheets in class Light
      Returns:
      a collection of stylesheets paths
    • name

      public String name()
      Specified by:
      name in interface Theme
      Overrides:
      name in class Light
      Returns:
      The theme name
    • isDark

      public boolean isDark()
      Specified by:
      isDark in interface Theme
      Overrides:
      isDark in class Light
      Returns:
      if the theme is a dark theme