Package | Description |
---|---|
com.atlassian.confluence.pages.thumbnail | |
com.atlassian.confluence.util |
Modifier and Type | Method and Description |
---|---|
ThumbnailInfo |
ThumbnailManager.getThumbnailInfo(Attachment attachment)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
DefaultThumbnailManager.getThumbnailInfo(Attachment attachment)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
ThumbnailManager.getThumbnailInfo(Attachment attachment,
ImageDimensions imageDimensions)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
DefaultThumbnailManager.getThumbnailInfo(Attachment attachment,
ImageDimensions imageDimensions)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
ThumbnailManager.getThumbnailInfo(Attachment attachment,
String rootAttachmentPath)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
DefaultThumbnailManager.getThumbnailInfo(Attachment attachment,
String remoteAttachmentPath)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
ThumbnailManager.getThumbnailInfo(Attachment attachment,
String rootAttachmentPath,
ImageDimensions imageDimensions)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
ThumbnailInfo |
DefaultThumbnailManager.getThumbnailInfo(Attachment attachment,
String remoteAttachmentPath,
ImageDimensions imageDimensions)
Return the details of a thumbnail for a given attachment without actually creating the thumbnail file on disk.
|
Modifier and Type | Method and Description |
---|---|
List<ThumbnailInfo> |
Thumbnails.getThumbnails() |
Modifier and Type | Method and Description |
---|---|
boolean |
ThumbnailManager.isThumbnailable(ThumbnailInfo info)
Check the thumbnail information to determine whether a thumbnail can be created from it
|
boolean |
DefaultThumbnailManager.isThumbnailable(ThumbnailInfo info) |
Modifier and Type | Method and Description |
---|---|
ThumbnailInfo |
ThumbnailInfoFactory.getThumbnailInfo(Attachment attachment)
Deprecated.
|
ThumbnailInfo |
DefaultThumbnailInfoFactory.getThumbnailInfo(Attachment attachment)
Deprecated.
|
Copyright © 2003–2016 Atlassian. All rights reserved.