com.atlassian.confluence.themes
Class ColorSchemeBean

java.lang.Object
  extended by com.atlassian.confluence.themes.ColorSchemeBean

public class ColorSchemeBean
extends Object

Provides accessors for all the expected colours in a ColourScheme.


Constructor Summary
ColorSchemeBean(ColourScheme scheme)
           
 
Method Summary
 String getBorderColor()
           
 String getBreadcrumbsTextColor()
           
 String getHeaderButtonBaseBackgroundColor()
           
 String getHeaderButtonTextColor()
           
 String getHeadingSecondaryTextColor()
           
 String getHeadingTextColor()
           
 String getLinkColor()
           
 String getMenuItemSelectedBackgroundColor()
           
 String getMenuItemSelectedTextColor()
           
 String getMenuItemTextColor()
           
 String getMenuSelectedBackgroundColor()
           
 String getNavBackgroundColor()
           
 String getNavSelectedBackgroundColor()
           
 String getNavSelectedTextColor()
           
 String getNavTextColor()
           
 String getSpaceNameColor()
           
 String getTopBarColor()
           
 String getTopBarMenuItemTextColor()
           
 String getTopBarMenuSelectedBackgroundColor()
           
 String getTopBarMenuSelectedTextColor()
           
 String getVisitedLinkColor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorSchemeBean

public ColorSchemeBean(ColourScheme scheme)
Method Detail

getTopBarColor

public String getTopBarColor()

getBreadcrumbsTextColor

public String getBreadcrumbsTextColor()

getSpaceNameColor

public String getSpaceNameColor()

getHeadingTextColor

public String getHeadingTextColor()

getHeadingSecondaryTextColor

public String getHeadingSecondaryTextColor()

getLinkColor

public String getLinkColor()

getVisitedLinkColor

public String getVisitedLinkColor()

getBorderColor

public String getBorderColor()

getNavBackgroundColor

public String getNavBackgroundColor()

getNavTextColor

public String getNavTextColor()

getNavSelectedBackgroundColor

public String getNavSelectedBackgroundColor()

getNavSelectedTextColor

public String getNavSelectedTextColor()

getTopBarMenuItemTextColor

public String getTopBarMenuItemTextColor()

getMenuSelectedBackgroundColor

public String getMenuSelectedBackgroundColor()

getTopBarMenuSelectedBackgroundColor

public String getTopBarMenuSelectedBackgroundColor()

getTopBarMenuSelectedTextColor

public String getTopBarMenuSelectedTextColor()

getMenuItemTextColor

public String getMenuItemTextColor()

getMenuItemSelectedBackgroundColor

public String getMenuItemSelectedBackgroundColor()

getMenuItemSelectedTextColor

public String getMenuItemSelectedTextColor()

getHeaderButtonTextColor

public String getHeaderButtonTextColor()

getHeaderButtonBaseBackgroundColor

public String getHeaderButtonBaseBackgroundColor()


Copyright © 2003-2013 Atlassian. All Rights Reserved.