Class BaseColourScheme

java.lang.Object
com.atlassian.confluence.themes.AbstractColourScheme
com.atlassian.confluence.themes.BaseColourScheme
All Implemented Interfaces:
ColourScheme, Serializable

public class BaseColourScheme extends AbstractColourScheme implements Serializable
A Confluence L&F colour-scheme that is editable - colours are stored in a map in memory.

Generally this class should only be used when creating or editing colour-schemes, the ColourSchemeManager should be used when retrieving schemes to use.

See Also:
  • Field Details

  • Constructor Details

    • BaseColourScheme

      public BaseColourScheme()
    • BaseColourScheme

      public BaseColourScheme(ColourScheme colourScheme)
      Copying Constructor. Allows a base colour scheme (that is editable due to setter methods) to be created from a non-editable colour scheme (such as the default colour scheme)
      Parameters:
      colourScheme -
    • BaseColourScheme

      public BaseColourScheme(Map colours)
  • Method Details