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'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true iffis an SVG fileReturns the file description
-
Constructor Details
-
SVGFileFilter
public SVGFileFilter()
-
-
Method Details
-
accept
Returns true iffis an SVG file- Specified by:
acceptin classFileFilter
-
getDescription
Returns the file description- Specified by:
getDescriptionin classFileFilter
-