Class UltramarineColorScheme

    • Constructor Detail

      • UltramarineColorScheme

        public UltramarineColorScheme​()
        Creates a new Ultramarine color scheme.
    • Method Detail

      • getForegroundColor

        public java.awt.Color getForegroundColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the foreground color.
        Returns:
        Foreground color.
      • getUltraLightColor

        public java.awt.Color getUltraLightColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the ultra-light color.
        Returns:
        Ultra-light color.
      • getExtraLightColor

        public java.awt.Color getExtraLightColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the extra color.
        Returns:
        Extra color.
      • getLightColor

        public java.awt.Color getLightColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the light color.
        Returns:
        Light color.
      • getMidColor

        public java.awt.Color getMidColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the medium color.
        Returns:
        Medium color.
      • getDarkColor

        public java.awt.Color getDarkColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the dark color.
        Returns:
        Dark color.
      • getUltraDarkColor

        public java.awt.Color getUltraDarkColor​()
        Description copied from interface: SchemeBaseColors
        Retrieves the ultra-dark color.
        Returns:
        Ultra-dark color.