Public Member Functions | |
| ImageObject () | |
| BufferedImage | getBufferedImage (File imagePath) |
| PlanarImage | getPlanarImage (File imagePath) |
| void | setBufferedImage (BufferedImage bImg) |
| For adding stuff to the cache, programmatically. | |
Definition at line 28 of file ImageCache.java.
| BufferedImage getBufferedImage | ( | File | imagePath | ) |
Definition at line 39 of file ImageCache.java.
Referenced by ImageCache.getBufferedImage().
| PlanarImage getPlanarImage | ( | File | imagePath | ) |
| void setBufferedImage | ( | BufferedImage | bImg | ) |
For adding stuff to the cache, programmatically.
| bImg |
Definition at line 83 of file ImageCache.java.
Referenced by ImageCache.addBufferedImageToCache().
1.4.7