isImage

format

public boolean isImage(File f)

description

Determines if a file is an image file.

parameters

f - the name of the file to be checked

returns

TRUE - the file is an image file

FALSE - the file is not an image file

throws

The isImage() method does not throw any exceptions.