public class

DefaultColourScheme

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

Class Overview

The default Confluence colours, loaded from confluence-default-colours.properties file in the classpath. There is only one default colour scheme object and it is non-editable.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.confluence.themes.ColourScheme
[Expand]
Inherited Fields
From interface com.atlassian.confluence.themes.ColourScheme
Public Methods
String get(String colourName)
static ColourScheme getInstance()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.themes.ColourScheme

Public Methods

public String get (String colourName)

public static ColourScheme getInstance ()