|
|||||||||
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 |