edu.stanford.hci.dtools.assetlibrary
Class ImageFileFilter

java.lang.Object
  extended by edu.stanford.hci.dtools.assetlibrary.ImageFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

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

A FilenameFilter to match supported raster graphic file formats.

This software is distributed under the BSD License.

Author:
Bjoern Hartmann ( bjoern(AT)stanford.edu ), Michael Bernstein ( mbernst(AT)stanford.edu )

Constructor Summary
ImageFileFilter()
           
 
Method Summary
 boolean accept(java.io.File arg0, java.lang.String arg1)
           
 
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 arg0,
                      java.lang.String arg1)
Specified by:
accept in interface java.io.FilenameFilter