Uses of Class
com.atlassian.confluence.content.render.image.ImageDimensions
Packages that use ImageDimensions
Package
Description
-
Uses of ImageDimensions in com.atlassian.confluence.content.render.image
Fields in com.atlassian.confluence.content.render.image declared as ImageDimensionsMethods in com.atlassian.confluence.content.render.image that return ImageDimensionsModifier and TypeMethodDescriptionstatic 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 ImageDimensionsModifier and TypeMethodDescriptionbooleanMemoryAwareImageRenderPredicate.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 ImageDimensionsModifier and TypeMethodDescriptiondefault 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 ImageDimensionsModifier and TypeMethodDescriptionstatic ImageDimensionsThumbnailRenderer.dimensions(File inputFile) static ImageDimensionsThumbnailRenderer.dimensions(InputStream inputStream) Constructor parameters in com.atlassian.confluence.impl.pages.thumbnail.renderer with type arguments of type ImageDimensionsModifierConstructorDescriptionDelegatingThumbnailRenderer(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 ImageDimensionsModifier and TypeMethodDescriptionDefaultImagePlaceholder.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 ImageDimensionsModifierConstructorDescriptionDefaultImagePlaceholder(String url, boolean applyPlaceholderChrome, ImageDimensions imageDimensions) -
Uses of ImageDimensions in com.atlassian.confluence.pages.thumbnail
Methods in com.atlassian.confluence.pages.thumbnail that return ImageDimensionsMethods in com.atlassian.confluence.pages.thumbnail with parameters of type ImageDimensionsModifier and TypeMethodDescriptioncom.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.DefaultThumbnailManager.getThumbnailData(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions) ThumbnailManager.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.ThumbnailManager.getThumbnailFile(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions) Deprecated.DefaultThumbnailManager.getThumbnailInfo(@NonNull Attachment attachment, @Nullable ImageDimensions imageDimensions) DefaultThumbnailManager.getThumbnailInfo(@NonNull Attachment attachment, @Nullable String remoteAttachmentPath, @Nullable ImageDimensions imageDimensions) ThumbnailManager.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.ThumbnailManager.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 ImageDimensionsModifierConstructorDescriptionDimensions(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