org.apache.batik.apps.svgbrowser
protected static class JSVGViewerFrame.ImageFileFilter extends FileFilter
Field Summary | |
---|---|
protected String | extension The extension of the image filename. |
Constructor Summary | |
---|---|
ImageFileFilter(String extension) |
Method Summary | |
---|---|
boolean | accept(File f)
Returns true if f is a file with the correct extension,
false otherwise. |
String | getDescription()
Returns the file description |