Class ChainedColourScheme

java.lang.Object
com.atlassian.confluence.themes.AbstractColourScheme
com.atlassian.confluence.themes.ChainedColourScheme
All Implemented Interfaces:
ColourScheme

public class ChainedColourScheme extends AbstractColourScheme
A simple colour scheme that looks through a list of colour schemes until it finds a matching colour (or null if none found).
  • Constructor Details

    • ChainedColourScheme

      public ChainedColourScheme(List<ColourScheme> colourSchemes)
      Creates a ChainedColourScheme that selects colours from the list of ColourSchemes provided.
      Parameters:
      colourSchemes - a list of colourSchemes, any nulls will be filtered out.
  • Method Details