public class ImageFilter extends FileFilter implements FileFilter
| Modifier and Type | Field and Description |
|---|---|
private String |
ext |
protected String[] |
extensions |
private String |
gif |
private String |
jpeg |
private String |
jpg |
private String |
lif |
private String |
name |
private String |
pgm |
private String |
png |
private String |
ppm |
private String |
tif |
private String |
tiff |
| Constructor and Description |
|---|
ImageFilter() |
ImageFilter(String[] extensionlist) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File f) |
boolean |
acceptStacks(File f) |
String |
getDescription() |
private String jpeg
private String jpg
private String gif
private String tiff
private String tif
private String png
private String lif
private String pgm
private String ppm
private String ext
private String name
protected String[] extensions
public ImageFilter()
public ImageFilter(String[] extensionlist)
public boolean accept(File f)
accept in interface FileFilteraccept in class FileFilterpublic boolean acceptStacks(File f)
public String getDescription()
getDescription in class FileFilterCopyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.