Class HighContrastDarkTheme

    • Constructor Detail

      • HighContrastDarkTheme

        public HighContrastDarkTheme()
    • Method Detail

      • getPrefix

        public String getPrefix()
        Description copied from class: Theme
        Get the prefix for resource loading.
        Specified by:
        getPrefix in class Theme
        Returns:
        the prefix for loading resources.
      • getName

        public String getName()
        Description copied from class: Theme
        Get the name of this theme.
        Specified by:
        getName in class Theme
        Returns:
        the name of the theme.
      • getLoaderClass

        protected Class<? extends Theme> getLoaderClass()
        Description copied from class: Theme
        The class used to determine the runtime location of resources. It is advised to explicitly return the class instead of using Object.getClass() to protect against extending the theme.
        Specified by:
        getLoaderClass in class Theme
        Returns:
        the loader class.
      • getColorToneRule

        public ColorToneRule getColorToneRule()
        Description copied from class: Theme
        Returns the style rule for this theme.
        Specified by:
        getColorToneRule in class Theme
        Returns:
        the style rule.
      • getContrastRule

        public ContrastRule getContrastRule()
        Description copied from class: Theme
        Returns contrast rule for the theme.
        Overrides:
        getContrastRule in class Theme
        Returns:
        the contrast rule.