public interface Rendition extends RenditionData
Modifier and Type | Method and Description |
---|---|
ContentStream |
getContentStream()
Returns the content stream of the rendition.
|
long |
getHeight()
Returns the height in pixels if the rendition is an image.
|
long |
getLength()
Returns the size of the rendition in byte if available.
|
Document |
getRenditionDocument()
Returns the rendition document if the rendition is a stand-alone
document.
|
Document |
getRenditionDocument(OperationContext context)
Returns the rendition document using the provides
OperationContext if the rendition is a stand-alone document. |
long |
getWidth()
Returns the width in pixels if the rendition is an image.
|
getBigHeight, getBigLength, getBigWidth, getKind, getMimeType, getRenditionDocumentId, getStreamId, getTitle
getExtensions, setExtensions
long getLength()
long getHeight()
long getWidth()
Document getRenditionDocument()
Document getRenditionDocument(OperationContext context)
OperationContext
if the rendition is a stand-alone document.ContentStream getContentStream()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.