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

getLinkColor

public String getLinkColor()

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

getMenuItemTextColor

public String getMenuItemTextColor()

getMenuItemSelectedBackgroundColor

public String getMenuItemSelectedBackgroundColor()

getMenuItemSelectedTextColor

public String getMenuItemSelectedTextColor()


Copyright © 2003-2011 Atlassian. All Rights Reserved.