iimagedata-ag凯发旗舰厅



com.spire.presentation.drawing
interface iimagedata


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

hashcode

int hashcode()
gets the hash code of an image.
overrides:
hashcode in class java.lang.object
returns:
hash code.

getcontenttype

java.lang.string getcontenttype()
gets a mime type of an image, encoded in . read-only .
returns:

getdata

byte[] getdata()
gets the copy of an image's data. read-only [].
returns:

getimage

java.awt.image.bufferedimage getimage()
gets the copy of an image. read-only .
returns:
throws:
java.lang.exception

getwidth

int getwidth()
gets a width of an image. read-only .
returns:
throws:
java.lang.exception

getheight

int getheight()
gets a height of an image. read-only .
returns:
throws:
java.lang.exception

getx

int getx()
gets a x-offset of an image. read-only .
returns:
throws:
java.lang.exception

gety

int gety()
gets a y-offset of an image. read-only .
returns:
throws:
java.lang.exception


网站地图