Package org.apache.batik.swing.svg
Class SVGFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
org.apache.batik.swing.svg.SVGFileFilter
This implementation of FileFilter will allows SVG files
with extention '.svg' or '.svgz'.
- Version:
- $Id: SVGFileFilter.java 1733416 2016-03-03 07:07:13Z gadams $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true iff
is an SVG fileReturns the file description
-
Constructor Details
-
SVGFileFilter
public SVGFileFilter()
-
-
Method Details
-
accept
Returns true iff
is an SVG file- Specified by:
accept
in classFileFilter
-
getDescription
Returns the file description- Specified by:
getDescription
in classFileFilter
-