|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
Method Summary | |
---|---|
int |
getHeight()
The image height. |
long |
getLength()
The image length. |
java.lang.String |
getMimeType()
The image mime type. |
java.io.InputStream |
getThumbnail()
The image thumbnail. |
int |
getThumbnailHeight()
The image thumbnail height. |
long |
getThumbnailLength()
The image thumbnail length. |
int |
getThumbnailWidth()
The image thumbanil width. |
int |
getWidth()
The image width. |
Method Detail |
---|
java.lang.String getMimeType()
int getWidth()
int getHeight()
long getLength()
java.io.InputStream getThumbnail() throws InternalErrorException
InternalErrorException
- if an internal error occurs.int getThumbnailWidth()
int getThumbnailHeight()
long getThumbnailLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |