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 TypeMethodDescriptionbooleanReturns true iffis 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 iffis a file with the correct extension, false otherwise.- Specified by:
acceptin classFileFilter
-
getDescription
Returns the file description- Specified by:
getDescriptionin classFileFilter
-