public class

BaseColourScheme

extends Object
implements ColourScheme Serializable
java.lang.Object
   ↳ com.atlassian.confluence.themes.BaseColourScheme

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.confluence.themes.ColourScheme
Fields
protected Map colours
[Expand]
Inherited Fields
From interface com.atlassian.confluence.themes.ColourScheme
Public Constructors
BaseColourScheme()
BaseColourScheme(ColourScheme colourScheme)
Copying Constructor.
BaseColourScheme(Map colours)
Public Methods
String get(String colourName)
void set(String colourName, String value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.themes.ColourScheme

Fields

protected Map colours

Public Constructors

public 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)

public BaseColourScheme (Map colours)

Public Methods

public String get (String colourName)

public void set (String colourName, String value)