Package org.apache.batik.apps.svgbrowser
Class JSVGViewerFrame.ImageFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ImageFileFilter
- Enclosing class:
- JSVGViewerFrame
A FileFilter used when exporting the SVG document as an image.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true iff
is a file with the correct extension, false otherwise.Returns the file description
-
Field Details
-
extension
The extension of the image filename.
-
-
Constructor Details
-
ImageFileFilter
-
-
Method Details
-
accept
Returns true iff
is a file with the correct extension, false otherwise.- Specified by:
accept
in classFileFilter
-
getDescription
Returns the file description- Specified by:
getDescription
in classFileFilter
-