edu.stanford.hci.r3.util.graphics
Class ImageCache.ImageObject

java.lang.Object
  extended by edu.stanford.hci.r3.util.graphics.ImageCache.ImageObject
Enclosing class:
ImageCache

public class ImageCache.ImageObject
extends java.lang.Object


Constructor Summary
ImageCache.ImageObject()
           
 
Method Summary
 java.awt.image.BufferedImage getBufferedImage(java.io.File imagePath)
           
 PlanarImage getPlanarImage(java.io.File imagePath)
           
 void setBufferedImage(java.awt.image.BufferedImage bImg)
          For adding stuff to the cache, programmatically.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageCache.ImageObject

public ImageCache.ImageObject()
Method Detail

getBufferedImage

public java.awt.image.BufferedImage getBufferedImage(java.io.File imagePath)
Returns:

getPlanarImage

public PlanarImage getPlanarImage(java.io.File imagePath)
Returns:

setBufferedImage

public void setBufferedImage(java.awt.image.BufferedImage bImg)
For adding stuff to the cache, programmatically.

Parameters:
bImg -

Copyright 2006 Stanford University