com.atlassian.jira.lookandfeel
Interface LookAndFeelProperties

All Known Implementing Classes:
LookAndFeelPropertiesImpl

public interface LookAndFeelProperties

Since:
v4.4

Method Summary
 boolean getCustomizeColors()
           
 String getDefaultCssLogoUrl()
           
 LogoChoice getFaviconChoice()
           
 LogoChoice getLogoChoice()
           
 boolean isBlackArrow()
           
 boolean isUsingCustomDefaultFavicon()
           
 boolean isUsingCustomDefaultLogo()
           
 void reset()
           
 void resetDefaultFavicon()
           
 void resetDefaultFaviconUrl()
           
 void resetDefaultLogo()
           
 void resetDefaultLogoUrl()
           
 void setBlackArrow(boolean blackArrow)
           
 void setCustomizeColors(boolean value)
           
 void setDefaultFavicon(String url, String width, String height)
           
 void setDefaultLogo(String url, String width, String height)
           
 void setFaviconChoice(LogoChoice choice)
           
 void setLogoChoice(LogoChoice choice)
           
 void uploadDefaultFavicon(BufferedImage image)
           
 void uploadDefaultLogo(BufferedImage image)
           
 

Method Detail

setCustomizeColors

void setCustomizeColors(boolean value)

getCustomizeColors

boolean getCustomizeColors()

setLogoChoice

void setLogoChoice(LogoChoice choice)

getLogoChoice

LogoChoice getLogoChoice()

setFaviconChoice

void setFaviconChoice(LogoChoice choice)

getFaviconChoice

LogoChoice getFaviconChoice()

uploadDefaultLogo

void uploadDefaultLogo(BufferedImage image)

setDefaultLogo

void setDefaultLogo(String url,
                    String width,
                    String height)

resetDefaultLogo

void resetDefaultLogo()

uploadDefaultFavicon

void uploadDefaultFavicon(BufferedImage image)

setDefaultFavicon

void setDefaultFavicon(String url,
                       String width,
                       String height)

resetDefaultFavicon

void resetDefaultFavicon()

reset

void reset()

isBlackArrow

boolean isBlackArrow()

setBlackArrow

void setBlackArrow(boolean blackArrow)

isUsingCustomDefaultLogo

boolean isUsingCustomDefaultLogo()

isUsingCustomDefaultFavicon

boolean isUsingCustomDefaultFavicon()

getDefaultCssLogoUrl

String getDefaultCssLogoUrl()

resetDefaultFaviconUrl

void resetDefaultFaviconUrl()

resetDefaultLogoUrl

void resetDefaultLogoUrl()


Copyright © 2002-2012 Atlassian. All Rights Reserved.