Class LightMaroon

java.lang.Object
org.pdfsam.theme.Light
org.pdfsam.theme.LightMaroon
All Implemented Interfaces:
Theme

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

    • LightMaroon

      public LightMaroon()
  • Method Details

    • id

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

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

      public boolean isDefault()
      Specified by:
      isDefault in interface Theme
      Overrides:
      isDefault in class Light
      Returns:
      true if it can be picked up as a default theme
    • defaultPrimary

      public String defaultPrimary()
      Returns:
      the String representation of the default primary color for this theme as specified in
      invalid reference
      javafx.scene.paint.Color#web(String)
      or null if the system accent color should be used