com.caucho.quercus.lib.image
Class ImageInfo
java.lang.Object
com.caucho.quercus.lib.image.ImageInfo
public class ImageInfo
- extends java.lang.Object
Constructor Summary |
ImageInfo()
|
ImageInfo(int width,
int height,
int type,
int bits,
java.lang.String mimeType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageInfo
public ImageInfo(int width,
int height,
int type,
int bits,
java.lang.String mimeType)
ImageInfo
public ImageInfo()
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getType
public int getType()
setType
public void setType(int type)
getBits
public int getBits()
setBits
public void setBits(int bits)
getMimeType
public java.lang.String getMimeType()
setMimeType
public void setMimeType(java.lang.String mimeType)