Package ucar.nc2.dt.image
Class ImageFactoryRandom
- java.lang.Object
-
- ucar.nc2.dt.image.ImageFactoryRandom
-
public class ImageFactoryRandom extends Object
Read in all images in a dir and subdirs, and randomly iterate.- Since:
- Oct 9, 2008
-
-
Constructor Summary
Constructors Constructor Description ImageFactoryRandom(File topDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete()
BufferedImage
getNextImage()
-
-
-
Constructor Detail
-
ImageFactoryRandom
public ImageFactoryRandom(File topDir)
-
-
Method Detail
-
getNextImage
public BufferedImage getNextImage()
-
delete
public boolean delete()
-
-