org.apache.batik.swing.svg
public class SVGFileFilter extends javax.swing.filechooser.FileFilter
Constructor and Description |
---|
SVGFileFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File f)
Returns true if f is an SVG file
|
java.lang.String |
getDescription()
Returns the file description
|
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.