com.atlassian.confluence.themes
Class ChainedColourScheme

java.lang.Object
  extended bycom.atlassian.confluence.themes.ChainedColourScheme
All Implemented Interfaces:
ColourScheme

public class ChainedColourScheme
extends Object
implements ColourScheme

A simple colour scheme that looks through a list of colour schemes until it finds a matching colour (or null if none found).


Field Summary
 
Fields inherited from interface com.atlassian.confluence.themes.ColourScheme
BORDER, BREADCRUMBS_TEXT, CUSTOM_1, CUSTOM_2, CUSTOM_3, CUSTOM_4, CUSTOM_5, HEADING_TEXT, LINK, NAV_BACKGROUND, NAV_SELECTED_BACKGROUND, NAV_SELECTED_TEXT, NAV_TEXT, ORDERED_KEYS, SPACE_NAME, TOP_BAR
 
Constructor Summary
ChainedColourScheme(List colourSchemes)
           
 
Method Summary
 String get(String colourName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedColourScheme

public ChainedColourScheme(List colourSchemes)
Method Detail

get

public String get(String colourName)
Specified by:
get in interface ColourScheme


Confluence is developed by Atlassian.