java.lang.Object
de.zocher_regel.photo.Filters
This class contains some useful FilenameFilter instances and a class.
A FilenameFilter filled from a directory or show of selected photos.
All features of this class are static.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final classA filtername filter consisting of the set of all all photos of an Irfanview show or a directory. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final FilenameFilterInstance for extension "ctg".static final PatternInstance for typical filenames on the camera chip containing a date, like "IMG_20230129_144126.jpg".static final PatternInstance for filenames like "2024-09-30 the day I wrote this example.jpg".(Package privat) static final PatternInstance for photos that have been enhanced (e. g. "1234autocorrected").static final StringExternsion of EXIF files.static final FilenameFilterInstance for *.exif files which have been extracted from JPG by Irfanview.static final FilenameFilterInstance for *.exif files which have be extracted from original JPG and not from an enhanced version of it.(Package privat) static final javafx.stage.FileChooser.ExtensionFilterInstance to choose files with GPS info like *.kml (Google Earth) and *.gpx .(Package privat) static final javafx.stage.FileChooser.ExtensionFilterInstance to choose Irfanview show files (*.txt).static final de.zocher_regel.util.ExtensionIgnCaseFilenameFilterInstance for JPEG files (*.jpg, *.jpeg, *.JPG, ...).static final de.zocher_regel.util.ExtensionIgnCaseFilenameFilterInstance for photos (raw or jpg) and films.static final Filters.ShowFilterSingleton instance of ShowFilter.(Package privat) static final FilenameFilterInstance for *.txt . -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung(Package privat) static voidfillShowFilter(Optional<Path> filterPathOpt) Fills the singleton of ShowFilter(Package privat) static voidList the content of the ShowFilter singleton.
-
Felddetails
-
ctgFilter
Instance for extension "ctg". -
datePattern
Instance for typical filenames on the camera chip containing a date, like "IMG_20230129_144126.jpg". -
dayPattern
Instance for filenames like "2024-09-30 the day I wrote this example.jpg". -
editedPattern
Instance for photos that have been enhanced (e. g. "1234autocorrected"). After the photo number follows a comment in small caps. -
exifExtension
Externsion of EXIF files.- Siehe auch:
-
exifFilter
Instance for *.exif files which have been extracted from JPG by Irfanview. -
exifFilterBase
Instance for *.exif files which have be extracted from original JPG and not from an enhanced version of it. -
gpsFcExtFilter
static final javafx.stage.FileChooser.ExtensionFilter gpsFcExtFilterInstance to choose files with GPS info like *.kml (Google Earth) and *.gpx . -
irfanviewFcExtFilter
static final javafx.stage.FileChooser.ExtensionFilter irfanviewFcExtFilterInstance to choose Irfanview show files (*.txt). -
jpgFilter
public static final de.zocher_regel.util.ExtensionIgnCaseFilenameFilter jpgFilterInstance for JPEG files (*.jpg, *.jpeg, *.JPG, ...). -
mediumExtFilter
public static final de.zocher_regel.util.ExtensionIgnCaseFilenameFilter mediumExtFilterInstance for photos (raw or jpg) and films. -
showFilter
Singleton instance of ShowFilter. -
txtFilter
Instance for *.txt .
-
-
Methodendetails
-
fillShowFilter
Fills the singleton of ShowFilter- Parameter:
filterPathOpt- either an Irfanview show (*.txt) or a directory with photos.- Löst aus:
de.zocher_regel.util.UtilException- if the text show from which the filter is filled has an error
-
listShowFilter
static void listShowFilter()List the content of the ShowFilter singleton.
-