Class XChartPanel.SuffixSaveFilter
java.lang.Object
javax.swing.filechooser.FileFilter
org.knowm.xchart.XChartPanel.SuffixSaveFilter
- Enclosing class:
XChartPanel<T extends Chart<?,?>>
File filter based on the suffix of a file. This file filter accepts all files that end with
.suffix or the capitalized suffix.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
suffix
-
-
Constructor Details
-
SuffixSaveFilter
- Parameters:
suffix- This file filter accepts all files that end with .suffix or the capitalized suffix.
-
-
Method Details
-
accept
- Specified by:
acceptin classFileFilter
-
getDescription
- Specified by:
getDescriptionin classFileFilter
-