j2d
Class ImageBean

java.lang.Object
  extended by j2d.ImageBean
All Implemented Interfaces:
ImageBeanInterface
Direct Known Subclasses:
ShortImageBean

public class ImageBean
extends java.lang.Object
implements ImageBeanInterface


Constructor Summary
ImageBean()
           
 
Method Summary
 java.awt.image.ColorModel getColorModel()
           
 java.io.File getFile()
           
 int getHeight()
           
 java.awt.Image getImage()
           
 int getWidth()
           
 boolean isFromFile()
           
 void setFile(java.io.File _f)
           
 void setFromFile(boolean fromFile)
           
 void setHeight(int _h)
           
 void setImage(java.awt.Image _image)
           
 void setImage(ShortImageBean sib)
           
 void setWidth(int _w)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageBean

public ImageBean()
Method Detail

getImage

public java.awt.Image getImage()
Specified by:
getImage in interface ImageBeanInterface

setImage

public void setImage(ShortImageBean sib)
Specified by:
setImage in interface ImageBeanInterface

setImage

public void setImage(java.awt.Image _image)
Specified by:
setImage in interface ImageBeanInterface

getColorModel

public java.awt.image.ColorModel getColorModel()
Specified by:
getColorModel in interface ImageBeanInterface

isFromFile

public boolean isFromFile()
Specified by:
isFromFile in interface ImageBeanInterface

setFromFile

public void setFromFile(boolean fromFile)
Specified by:
setFromFile in interface ImageBeanInterface

getWidth

public int getWidth()
Specified by:
getWidth in interface ImageBeanInterface

getHeight

public int getHeight()
Specified by:
getHeight in interface ImageBeanInterface

setHeight

public void setHeight(int _h)
Specified by:
setHeight in interface ImageBeanInterface

setWidth

public void setWidth(int _w)
Specified by:
setWidth in interface ImageBeanInterface

getFile

public java.io.File getFile()
Specified by:
getFile in interface ImageBeanInterface

setFile

public void setFile(java.io.File _f)
Specified by:
setFile in interface ImageBeanInterface