net.sourceforge.lentikit.imageCaching
Class BufferedImageStore
java.lang.Object
net.sourceforge.lentikit.imageCaching.BufferedImageStore
- public class BufferedImageStore
- extends java.lang.Object
- Author:
- ROWBOTTOM_A
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufferedImageStore
public BufferedImageStore()
get
public static java.awt.image.BufferedImage get(java.lang.String key)
getCreator
public static BufferedImageCreator getCreator(java.lang.String key)
put
public static void put(java.lang.String key,
java.awt.image.BufferedImage data)
put
public static void put(java.lang.String key,
BufferedImageCreator data)
Copyright © 2004 Sourceforge. All Rights Reserved.