j2d.face
Class ImageFileFilter

java.lang.Object
  extended by j2d.face.ImageFileFilter
All Implemented Interfaces:
java.io.FileFilter

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


Constructor Summary
ImageFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileFilter

public ImageFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in interface java.io.FileFilter