com.atlassian.confluence.plugins.dailysummary.content
Interface ImageDataSource

All Superinterfaces:
javax.activation.DataSource
All Known Implementing Classes:
RenderedImageDataSource

public interface ImageDataSource
extends javax.activation.DataSource

Encapsulates an image binary and exposes its dimensions.


Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from interface javax.activation.DataSource
getContentType, getInputStream, getName, getOutputStream
 

Method Detail

getWidth

int getWidth()

getHeight

int getHeight()


Copyright © 2003-2014 Atlassian. All Rights Reserved.