public class ImageFilter
extends javax.swing.filechooser.FileFilter
| Constructor and Description |
|---|
ImageFilter(java.lang.String description,
Dot.DotFormat type) |
ImageFilter(java.lang.String description,
Dot.DotFormat type,
java.lang.String extension) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File f) |
java.lang.String |
getDescription() |
Dot.DotFormat |
getType() |
public ImageFilter(java.lang.String description,
Dot.DotFormat type)
public ImageFilter(java.lang.String description,
Dot.DotFormat type,
java.lang.String extension)
public boolean accept(java.io.File f)
accept in class javax.swing.filechooser.FileFilterpublic Dot.DotFormat getType()
public java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilter