org.apache.batik.swing.svg

Class SVGFileFilter

public class SVGFileFilter extends FileFilter

This implementation of FileFilter will allows SVG files with extention '.svg' or '.svgz'.
Method Summary
booleanaccept(File f)
Returns true if f is an SVG file
StringgetDescription()
Returns the file description

Method Detail

accept

public boolean accept(File f)
Returns true if f is an SVG file

getDescription

public String getDescription()
Returns the file description
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.