com.anji.imaging
Class ImageFileFilter

java.lang.Object
  extended bycom.anji.imaging.ImageFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class ImageFileFilter
extends java.lang.Object
implements java.io.FileFilter

Author:
Philip Tucker

Method Summary
 boolean accept(java.io.File aPathname)
           
static ImageFileFilter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ImageFileFilter getInstance()
Returns:
singleton

accept

public boolean accept(java.io.File aPathname)
Specified by:
accept in interface java.io.FileFilter
See Also:
FileFilter.accept(java.io.File)