com.caucho.quercus.lib.image
Class ImageInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getBits()
           
 int getHeight()
           
 java.lang.String getMimeType()
           
 int getType()
           
 int getWidth()
           
 void setBits(int bits)
           
 void setHeight(int height)
           
 void setMimeType(java.lang.String mimeType)
           
 void setType(int type)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageInfo

public ImageInfo(int width,
                 int height,
                 int type,
                 int bits,
                 java.lang.String mimeType)

ImageInfo

public ImageInfo()
Method Detail

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)