Uses of Class
com.atlassian.confluence.pages.thumbnail.Dimensions

Packages that use Dimensions
com.atlassian.confluence.pages.thumbnail   
com.atlassian.confluence.pages.thumbnail.renderer   
com.atlassian.confluence.setup.settings   
 

Uses of Dimensions in com.atlassian.confluence.pages.thumbnail
 

Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type Dimensions
ThumbnailInfo(ImageDetails imageDetails, Dimensions maxDimensions, java.lang.String attachmentsPath)
          Creates a thumbnail info for the given image details and maximum dimensions.
 

Uses of Dimensions in com.atlassian.confluence.pages.thumbnail.renderer
 

Methods in com.atlassian.confluence.pages.thumbnail.renderer with parameters of type Dimensions
 boolean SimpleThresholdPredicate.apply(Dimensions input)
           
 boolean AdaptiveThresholdPredicate.apply(Dimensions input)
           
 

Constructor parameters in com.atlassian.confluence.pages.thumbnail.renderer with type arguments of type Dimensions
DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber, AttachmentManager attachmentManager, com.google.common.base.Predicate<Dimensions> rasterBasedRenderingThreshold)
          Create a DelegatingThumbnailRenderer that will use the rasterBasedRenderingThreshold Predicate to decide if it's going to use the stream based (lower quality but low memory consumption) or the raster based renderer (higher quality but high memory consumption).
 

Uses of Dimensions in com.atlassian.confluence.setup.settings
 

Methods in com.atlassian.confluence.setup.settings that return Dimensions
 Dimensions Settings.getMaxThumbDimensions()
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.