net.sourceforge.lentikit.imageCaching
Interface BufferedImageCreator

All Known Implementing Classes:
ReloadableBufferedImage

public interface BufferedImageCreator

Author:
Rummy To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 java.awt.image.BufferedImage getBufferedImage()
           
 int getHeight()
           
 int getWidth()
           
 

Method Detail

getBufferedImage

public java.awt.image.BufferedImage getBufferedImage()

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2004 Sourceforge. All Rights Reserved.