Uses of Class
com.atlassian.confluence.content.render.image.ImageDimensions
-
-
Uses of ImageDimensions in com.atlassian.confluence.content.render.image
Fields in com.atlassian.confluence.content.render.image declared as ImageDimensions Modifier and Type Field Description static ImageDimensionsImageDimensions. EMPTYMethods in com.atlassian.confluence.content.render.image that return ImageDimensions Modifier and Type Method Description static ImageDimensionsImageRenderUtils. dimensionsForImage(InputStream is)static ImageDimensionsImageRenderUtils. dimensionsForImage(ImageInputStream inputStream)Helper class that uses anImageReaderto determine the width and height of an image.Methods in com.atlassian.confluence.content.render.image with parameters of type ImageDimensions Modifier and Type Method Description booleanMemoryAwareImageRenderPredicate. test(ImageDimensions imageDimensions)booleanSimpleImageSizeRenderPredicate. test(ImageDimensions input) -
Uses of ImageDimensions in com.atlassian.confluence.impl.pages.thumbnail
Methods in com.atlassian.confluence.impl.pages.thumbnail with parameters of type ImageDimensions Modifier and Type Method Description default FileThumbnailManagerInternal. getThumbnailFile(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Deprecated.since 7.14com.atlassian.dc.filestore.api.compat.FilesystemPathThumbnailManagerInternal. getThumbnailPath(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions) -
Uses of ImageDimensions in com.atlassian.confluence.impl.pages.thumbnail.renderer
Methods in com.atlassian.confluence.impl.pages.thumbnail.renderer that return ImageDimensions Modifier and Type Method Description static ImageDimensionsThumbnailRenderer. dimensions(File inputFile)static ImageDimensionsThumbnailRenderer. dimensions(InputStream inputStream)Constructor parameters in com.atlassian.confluence.impl.pages.thumbnail.renderer with type arguments of type ImageDimensions Constructor Description DelegatingThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber, AttachmentManager attachmentManager, Predicate<ImageDimensions> rasterBasedRenderingThreshold)Create a DelegatingThumbnailRenderer that will use therasterBasedRenderingThresholdPredicate 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).ThumbnailRenderer(com.atlassian.core.util.thumbnail.Thumber thumber, Predicate<ImageDimensions> rasterBasedRenderingThreshold) -
Uses of ImageDimensions in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return ImageDimensions Modifier and Type Method Description ImageDimensionsDefaultImagePlaceholder. getImageDimensions()default ImageDimensionsImagePlaceholder. getImageDimensions()Returns the dimensions that the image is to be rendered as.Constructors in com.atlassian.confluence.macro with parameters of type ImageDimensions Constructor Description DefaultImagePlaceholder(String url, boolean applyPlaceholderChrome, ImageDimensions imageDimensions) -
Uses of ImageDimensions in com.atlassian.confluence.pages.thumbnail
Methods in com.atlassian.confluence.pages.thumbnail that return ImageDimensions Modifier and Type Method Description ImageDimensionsDimensions. getImageDimensions()Deprecated.Methods in com.atlassian.confluence.pages.thumbnail with parameters of type ImageDimensions Modifier and Type Method Description com.atlassian.core.util.thumbnail.ThumbnailDefaultThumbnailManager. getThumbnail(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)com.atlassian.core.util.thumbnail.ThumbnailThumbnailManager. getThumbnail(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Returns a thumbnail for this attachment having ensured the thumbnail exists in the filesystem, generating it only if it doesn't already exist.InputStreamDefaultThumbnailManager. getThumbnailData(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)InputStreamThumbnailManager. getThumbnailData(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Retrieves the thumbnail data (as a stream) of the latest version from where it was stored in the file system.FileThumbnailManager. getThumbnailFile(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Deprecated.ThumbnailInfoDefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)ThumbnailInfoDefaultThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath, @Nullable ImageDimensions imageDimensions)ThumbnailInfoThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.ThumbnailInfoThumbnailManager. getThumbnailInfo(@NonNull Attachment attachment, @Nullable String rootAttachmentPath, @Nullable ImageDimensions imageDimensions)Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.com.atlassian.dc.filestore.api.compat.FilesystemPathDefaultThumbnailManager. getThumbnailPath(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions)Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type ImageDimensions Constructor Description Dimensions(ImageDimensions imageDimensions)Deprecated.ThumbnailInfo(ImageDetails imageDetails, ImageDimensions maxDimensions, String attachmentsPath)Creates a thumbnail info for the given image details and maximum dimensions. -
Uses of ImageDimensions in com.atlassian.confluence.setup.settings
Methods in com.atlassian.confluence.setup.settings that return ImageDimensions Modifier and Type Method Description ImageDimensionsSettings. getMaxThumbnailDimensions()
-