com.atlassian.jira.config.util
Interface ThumbnailConfiguration

All Known Implementing Classes:
ThumbnailConfiguration.PropertiesAdaptor

public interface ThumbnailConfiguration

Thumbnail configuration.

Since:
v3.13

Nested Class Summary
static class ThumbnailConfiguration.PropertiesAdaptor
          Implementation of ThumbnailConfiguration that uses the ApplicationProperties to get the values.
 
Method Summary
 int getMaxHeight()
          Maximum height for a thumbnail
 int getMaxWidth()
          Maximum width for a thumbnail
 

Method Detail

getMaxHeight

int getMaxHeight()
Maximum height for a thumbnail

Returns:
height in pixels.

getMaxWidth

int getMaxWidth()
Maximum width for a thumbnail

Returns:
height in pixels.


Copyright © 2002-2014 Atlassian. All Rights Reserved.