|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageData
Method Summary | |
---|---|
java.lang.String |
getContentType()
Gets a MIME type of an image, encoded in |
byte[] |
getData()
Gets the copy of an image's data. |
int |
getHeight()
Gets a height of an image. |
java.awt.image.BufferedImage |
getImage()
Gets the copy of an image. |
int |
getWidth()
Gets a width of an image. |
int |
getX()
Gets a X-offset of an image. |
int |
getY()
Gets a Y-offset of an image. |
int |
hashCode()
Gets the hash code of an image. |
Method Detail |
---|
int hashCode()
hashCode
in class java.lang.Object
java.lang.String getContentType()
byte[] getData()
java.awt.image.BufferedImage getImage()
java.lang.Exception
int getWidth()
java.lang.Exception
int getHeight()
java.lang.Exception
int getX()
java.lang.Exception
int getY()
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |